Package hec.map
Interface GridMap
- All Superinterfaces:
ElevationMap
,MapObjectInterface
- All Known Subinterfaces:
ComplexGridMap
- All Known Implementing Classes:
AiDemBaseMap
,AiDemFltMap
,AiDemMap
,DemMap
,Flo2dDepthMap
,GrassAsciiMap
,RasterMap
,TmsMap
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value that represents an UNDEFINED elevation in the map.boolean
Methods inherited from interface hec.map.ElevationMap
getElevation, getElevation, getMaximumElevation, getMinimumElevation, getName
Methods inherited from interface hec.map.MapObjectInterface
getCoordinateReferenceSystem, getExtent, getMapIdentifier, load, setExtent, setMapIdentifier, unload
-
Method Details
-
supportsNoDataValue
boolean supportsNoDataValue() -
getNoDataValue
double getNoDataValue()Description copied from interface:ElevationMap
Returns the value that represents an UNDEFINED elevation in the map.- Specified by:
getNoDataValue
in interfaceElevationMap
-
getGridCellSize
WorldRect getGridCellSize()
-