org.eclipse.ohf.stem.internal.data
Class CountryGraphData.AreaData
java.lang.Object
org.eclipse.ohf.stem.internal.data.DataSetRecord.DataSetData
org.eclipse.ohf.stem.internal.data.GraphRecord.GraphData
org.eclipse.ohf.stem.internal.data.CountryGraphData
org.eclipse.ohf.stem.internal.data.CountryGraphData.AreaData
- Enclosing class:
- CountryGraphData
public static class CountryGraphData.AreaData
- extends CountryGraphData
This class represents the area in square kilometers for a specific node
in a specific adminstration level
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CountryGraphData.AreaData
public CountryGraphData.AreaData(ISOKey nodeKey,
java.lang.String area)
- Parameters:
nodeKey
- The nodeKey of the nodearea
- the area of the node in square kilometers
getArea
public final java.lang.String getArea()
- Returns:
- the area of the node in square kilometers
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()