Class EIAreas
- java.lang.Object
-
- org.hortonmachine.gears.io.eicalculator.EIAreas
-
public class EIAreas extends Object
Container for area information.- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Field Summary
Fields Modifier and Type Field Description intaltimetricBandIdThe id of the altimetric band.doubleareaValuevalue of the current area.intbasinIdThe basin id.intenergyBandIdThe id of the energetic index inEIEnergy.
-
Constructor Summary
Constructors Constructor Description EIAreas()
-
-
-
Field Detail
-
basinId
public int basinId
The basin id.
-
altimetricBandId
public int altimetricBandId
The id of the altimetric band.
-
energyBandId
public int energyBandId
The id of the energetic index inEIEnergy.
-
areaValue
public double areaValue
value of the current area.
-
-