com.neatech.climbplan.userinterface.models
Class Layer
java.lang.Object
com.neatech.climbplan.userinterface.models.Layer
public class Layer
- extends Object
Constructor Summary |
Layer()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Layer
public Layer()
setPath
public void setPath(String path)
getPath
public String getPath()
setType
public void setType(int type)
getType
public int getType()