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 TypeMethodDescriptiondoubleReturns the value that represents an UNDEFINED elevation in the map.booleanMethods inherited from interface hec.map.ElevationMap
getElevation, getElevation, getMaximumElevation, getMinimumElevation, getNameMethods 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:ElevationMapReturns the value that represents an UNDEFINED elevation in the map.- Specified by:
getNoDataValuein interfaceElevationMap
-
getGridCellSize
WorldRect getGridCellSize()
-