org.eclipse.ohf.stem.internal.data
Class CountryGraphData.PopulationData
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.PopulationData
- Enclosing class:
- CountryGraphData
public static class CountryGraphData.PopulationData
- extends CountryGraphData
This class represents the number of population members of a particular
type who occupy a specific node. It also, includes an optional
specification of the area that the population lives in. This is intended
to provide better population density values when a population lives in a
small area (e.g., a city) compared to the total area of the node.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CountryGraphData.PopulationData
public CountryGraphData.PopulationData(ISOKey nodeKey,
java.lang.String dataString)
- Parameters:
nodeKey
- the ISOKey
nodeKey of the nodedataString
- the string that contains the population count and optional
area extent
getCount
public final java.lang.String getCount()
- Returns:
- the count
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()