public abstract class AbstractElevationCoverage extends java.lang.Object implements ElevationCoverage
| Constructor and Description |
|---|
AbstractElevationCoverage() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName() |
void |
getHeightGrid(Sector gridSector,
int gridWidth,
int gridHeight,
float[] result) |
void |
getHeightLimits(Sector sector,
float[] result) |
long |
getTimestamp() |
java.lang.Object |
getUserProperty(java.lang.Object key) |
boolean |
hasUserProperty(java.lang.Object key) |
boolean |
isEnabled() |
java.lang.Object |
putUserProperty(java.lang.Object key,
java.lang.Object value) |
java.lang.Object |
removeUserProperty(java.lang.Object key) |
void |
setDisplayName(java.lang.String displayName) |
void |
setEnabled(boolean enabled) |
public java.lang.String getDisplayName()
getDisplayName in interface ElevationCoveragepublic void setDisplayName(java.lang.String displayName)
setDisplayName in interface ElevationCoveragepublic boolean isEnabled()
isEnabled in interface ElevationCoveragepublic void setEnabled(boolean enabled)
setEnabled in interface ElevationCoveragepublic long getTimestamp()
getTimestamp in interface ElevationCoveragepublic java.lang.Object getUserProperty(java.lang.Object key)
getUserProperty in interface ElevationCoveragepublic java.lang.Object putUserProperty(java.lang.Object key,
java.lang.Object value)
putUserProperty in interface ElevationCoveragepublic java.lang.Object removeUserProperty(java.lang.Object key)
removeUserProperty in interface ElevationCoveragepublic boolean hasUserProperty(java.lang.Object key)
hasUserProperty in interface ElevationCoveragepublic void getHeightGrid(Sector gridSector, int gridWidth, int gridHeight, float[] result)
getHeightGrid in interface ElevationCoveragepublic void getHeightLimits(Sector sector, float[] result)
getHeightLimits in interface ElevationCoverage