com.neatech.climbplan.userinterface.models
Class Layer

java.lang.Object
  extended by com.neatech.climbplan.userinterface.models.Layer

public class Layer
extends Object


Field Summary
static int ELEVATION_GEOTIFF
           
private  String path
           
private  int type
           
static int VECTOR
           
static int VISUAL_TIFF
           
 
Constructor Summary
Layer()
           
 
Method Summary
 String getPath()
           
 int getType()
           
 void setPath(String path)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VISUAL_TIFF

public static final int VISUAL_TIFF
See Also:
Constant Field Values

ELEVATION_GEOTIFF

public static final int ELEVATION_GEOTIFF
See Also:
Constant Field Values

VECTOR

public static final int VECTOR
See Also:
Constant Field Values

path

private String path

type

private int type
Constructor Detail

Layer

public Layer()
Method Detail

setPath

public void setPath(String path)

getPath

public String getPath()

setType

public void setType(int type)

getType

public int getType()