Package hec.map.dem
Class DemEnumerator
java.lang.Object
hec.map.dem.DemEnumerator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected int
protected WorldRect
protected int
protected ElevationProfile
protected int
protected int
protected DemMap
protected double
protected double
protected double
protected List
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
boolean
double
double
double
double
-
Field Details
-
_map
-
_boundingBox
-
_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
-
-
Constructor Details
-
DemEnumerator
-
-
Method Details
-
hasMoreElevations
public boolean hasMoreElevations() -
nextElevation
public double nextElevation() -
currentLocation
-
northElevation
public double northElevation() -
southElevation
public double southElevation() -
westElevation
public double westElevation() -
eastElevation
public double eastElevation()
-