|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.askgeo.dbl.base.ResultBase com.askgeo.dbl.naturalearth.CountryResult
public class CountryResult
Embodies the result of a findResult query on an instance of the CountryMap class.
Method Summary | |
---|---|
java.lang.String |
getAbbreviation()
Long form abbreviation, for example, Berm., Rep. |
java.lang.String |
getAbbreviationPostal()
One, two, or three letter postal abbreviation (has gaps) |
java.lang.String |
getEntityType()
Entity type: 'Country', 'Sovereign country', 'Dependency', 'Disputed', 'Indeterminate', or 'Lease' (no gaps) |
int |
getIsNotSovereign()
Indicates if this entity has its own sovereignty, 0: false, 1: true (no gaps) |
java.lang.String |
getIso3166A2()
ISO-3166-2 two-letter country code (has gaps, missing values: -99) |
java.lang.String |
getIso3166A3()
ISO-3166-3 three-letter country code (has gaps, missing values: -99) |
int |
getMapColorCode()
Color index from US State Department political world map where no neighboring country has the same color, but all territories of a sovereign country share the same color (no gaps) |
java.lang.String |
getNameAdministrative()
Administrative name (probably the most useful name all around, no gaps) |
java.lang.String |
getNameFormal()
Formal name (has gaps) |
java.lang.String |
getNameShort()
Short form name of entity, including common abbreviations, for example, 'Island' becomes 'Is.' (has gaps) |
java.lang.String |
getNameSortable()
Name suitable for sorting (no gaps) |
java.lang.String |
getNameSovereignty()
Name of the Country that has sovereignty over this entity (no gaps) |
java.lang.String |
getNaturalEarthCode()
Internal Natural Earth entity code similar to ISO-3166-3 but without gaps |
java.lang.String |
getNotes()
Notes indicating sovereignty relationships, etc. |
double |
getTotalGdp2009Estimate()
Estimate total GDP in millions of dollars (2009, from World Bank and other sources, has gaps, missing values: -99) |
double |
getTotalPopulation2009Estimate()
Estimated total population (2009, from UN and other sources, has gaps, missing values: -99) |
Methods inherited from class com.askgeo.dbl.base.ResultBase |
---|
getAskGeoId, getDataField, getIsInside, getMinDistanceKm, getPolygonData, getResultField, parseDoubleOrNan, parseIntOrElse, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getNaturalEarthCode()
public java.lang.String getNameSovereignty()
public int getIsNotSovereign()
public java.lang.String getEntityType()
public java.lang.String getNameAdministrative()
public java.lang.String getNameShort()
public java.lang.String getAbbreviation()
public java.lang.String getAbbreviationPostal()
public java.lang.String getNameFormal()
public java.lang.String getNotes()
public java.lang.String getNameSortable()
public int getMapColorCode()
public double getTotalPopulation2009Estimate()
public double getTotalGdp2009Estimate()
public java.lang.String getIso3166A2()
public java.lang.String getIso3166A3()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |