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

public interface GridMap extends ElevationMap
  • 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 interface ElevationMap
    • getGridCellSize

      WorldRect getGridCellSize()