| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<UsStateMap.DataField>
com.askgeo.flt.us.census2010.high.UsStateMap.DataField
public static enum UsStateMap.DataField
| Enum Constant Summary | |
|---|---|
| DivisionCodeUS census division code | |
| FeatureClassCodeUS census MAF/TIGER feature class code | |
| FunctionalStatusUS census functional status code | |
| GeoIdUS census unique geographic ID | |
| LandAreaSqMUS census land area (square meters) | |
| LatitudeDegLatitude of interior point (degrees) | |
| LongitudeDegLongitude of interior point (degrees) | |
| LsadUS census LSAD (logical/statistical area description) | |
| RegionCodeUS census region code | |
| StateAnsiCodeUS state ANSI code | |
| StateCodeUS state FIPS code | |
| StateNameUS state name (for example, California, New York, Wisconsin) | |
| StatePostalCodeUS Postal Service state abbreviation (for example, CA, NY, WI) | |
| WaterAreaSqMUS 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 UsStateMap.DataField | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static UsStateMap.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.flt.base.DataFieldInterface | 
|---|
| name, ordinal | 
| Enum Constant Detail | 
|---|
public static final UsStateMap.DataField RegionCode
public static final UsStateMap.DataField DivisionCode
public static final UsStateMap.DataField StateCode
public static final UsStateMap.DataField StateAnsiCode
public static final UsStateMap.DataField GeoId
public static final UsStateMap.DataField StatePostalCode
public static final UsStateMap.DataField StateName
public static final UsStateMap.DataField Lsad
public static final UsStateMap.DataField FeatureClassCode
public static final UsStateMap.DataField FunctionalStatus
public static final UsStateMap.DataField LandAreaSqM
public static final UsStateMap.DataField WaterAreaSqM
public static final UsStateMap.DataField LatitudeDeg
public static final UsStateMap.DataField LongitudeDeg
| Method Detail | 
|---|
public static UsStateMap.DataField[] values()
for (UsStateMap.DataField c : UsStateMap.DataField.values()) System.out.println(c);
public static UsStateMap.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 DataFieldInterfacepublic 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 | ||||||||