Package hec.map.dem

Class DemEnumerator

java.lang.Object
hec.map.dem.DemEnumerator

public class DemEnumerator extends Object
  • Field Details

    • _map

      protected DemMap _map
    • _boundingBox

      protected WorldRect _boundingBox
    • _profileSet

      protected List _profileSet
    • _layer

      protected int _layer
    • _areaCols

      protected int _areaCols
    • _areaRows

      protected int _areaRows
    • _curCol

      protected int _curCol
    • _curRow

      protected int _curRow
    • _mapResZ

      protected double _mapResZ
    • _mapResY

      protected double _mapResY
    • _mapResX

      protected double _mapResX
    • _curProfile

      protected ElevationProfile _curProfile
  • Constructor Details

    • DemEnumerator

      public DemEnumerator(DemMap map, int pSet, int layer)
  • Method Details

    • hasMoreElevations

      public boolean hasMoreElevations()
    • nextElevation

      public double nextElevation()
    • currentLocation

      public WorldPt currentLocation()
    • northElevation

      public double northElevation()
    • southElevation

      public double southElevation()
    • westElevation

      public double westElevation()
    • eastElevation

      public double eastElevation()