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 ElevationCoverage
public void setDisplayName(java.lang.String displayName)
setDisplayName
in interface ElevationCoverage
public boolean isEnabled()
isEnabled
in interface ElevationCoverage
public void setEnabled(boolean enabled)
setEnabled
in interface ElevationCoverage
public long getTimestamp()
getTimestamp
in interface ElevationCoverage
public java.lang.Object getUserProperty(java.lang.Object key)
getUserProperty
in interface ElevationCoverage
public java.lang.Object putUserProperty(java.lang.Object key, java.lang.Object value)
putUserProperty
in interface ElevationCoverage
public java.lang.Object removeUserProperty(java.lang.Object key)
removeUserProperty
in interface ElevationCoverage
public boolean hasUserProperty(java.lang.Object key)
hasUserProperty
in interface ElevationCoverage
public void getHeightGrid(Sector gridSector, int gridWidth, int gridHeight, float[] result)
getHeightGrid
in interface ElevationCoverage
public void getHeightLimits(Sector sector, float[] result)
getHeightLimits
in interface ElevationCoverage