|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<UsPlaceMap.DataField> com.askgeo.dbl.us.census2010.high.UsPlaceMap.DataField
public static enum UsPlaceMap.DataField
Enum Constant Summary | |
---|---|
ClassCode
US FIPS 55 class code |
|
FeatureClassCode
US census MAF/TIGER feature class code |
|
FunctionalStatus
US census functional status code |
|
GeoId
US census unique geographic ID |
|
LandAreaSqM
US census land area (square meters) |
|
LatitudeDeg
Latitude of interior point (degrees) |
|
LongitudeDeg
Longitude of interior point (degrees) |
|
Lsad
US census LSAD (logical/statistical area description) |
|
NewEnglandPrincipalCityCode
US New England place principal city code |
|
PlaceAnsiCode
US place ANSI code |
|
PlaceCode
US place FIPS code |
|
PlaceName
US place name (for example, San Francisco, New York, Miami) |
|
PlaceNameAndLsad
US place name and LSAD |
|
PrincipalCityCode
US place principal city code |
|
StateCode
US state FIPS code |
|
WaterAreaSqM
US census water area (square meters) |
Method Summary | |
---|---|
java.lang.String |
description()
Returns a human-readable description of the data field. |
FieldUnit |
fieldUnit()
Specifies the FieldUnit of the field. |
static UsPlaceMap.DataField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UsPlaceMap.DataField[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.askgeo.dbl.base.DataFieldInterface |
---|
name, ordinal |
Enum Constant Detail |
---|
public static final UsPlaceMap.DataField StateCode
public static final UsPlaceMap.DataField PlaceCode
public static final UsPlaceMap.DataField PlaceAnsiCode
public static final UsPlaceMap.DataField GeoId
public static final UsPlaceMap.DataField PlaceName
public static final UsPlaceMap.DataField PlaceNameAndLsad
public static final UsPlaceMap.DataField Lsad
public static final UsPlaceMap.DataField ClassCode
public static final UsPlaceMap.DataField PrincipalCityCode
public static final UsPlaceMap.DataField NewEnglandPrincipalCityCode
public static final UsPlaceMap.DataField FeatureClassCode
public static final UsPlaceMap.DataField FunctionalStatus
public static final UsPlaceMap.DataField LandAreaSqM
public static final UsPlaceMap.DataField WaterAreaSqM
public static final UsPlaceMap.DataField LatitudeDeg
public static final UsPlaceMap.DataField LongitudeDeg
Method Detail |
---|
public static UsPlaceMap.DataField[] values()
for (UsPlaceMap.DataField c : UsPlaceMap.DataField.values()) System.out.println(c);
public static UsPlaceMap.DataField valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String description()
DataFieldInterface
description
in interface DataFieldInterface
public FieldUnit fieldUnit()
DataFieldInterface
fieldUnit
in interface DataFieldInterface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |