com.askgeo.flt.us.census2010.high
Enum UsPlaceMap.DataField

java.lang.Object
  extended by java.lang.Enum<UsPlaceMap.DataField>
      extended by com.askgeo.flt.us.census2010.high.UsPlaceMap.DataField
All Implemented Interfaces:
DataFieldInterface, java.io.Serializable, java.lang.Comparable<UsPlaceMap.DataField>
Enclosing class:
UsPlaceMap

public static enum UsPlaceMap.DataField
extends java.lang.Enum<UsPlaceMap.DataField>
implements DataFieldInterface


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.flt.base.DataFieldInterface
name, ordinal
 

Enum Constant Detail

StateCode

public static final UsPlaceMap.DataField StateCode
US state FIPS code


PlaceCode

public static final UsPlaceMap.DataField PlaceCode
US place FIPS code


PlaceAnsiCode

public static final UsPlaceMap.DataField PlaceAnsiCode
US place ANSI code


GeoId

public static final UsPlaceMap.DataField GeoId
US census unique geographic ID


PlaceName

public static final UsPlaceMap.DataField PlaceName
US place name (for example, San Francisco, New York, Miami)


PlaceNameAndLsad

public static final UsPlaceMap.DataField PlaceNameAndLsad
US place name and LSAD


Lsad

public static final UsPlaceMap.DataField Lsad
US census LSAD (logical/statistical area description)


ClassCode

public static final UsPlaceMap.DataField ClassCode
US FIPS 55 class code


PrincipalCityCode

public static final UsPlaceMap.DataField PrincipalCityCode
US place principal city code


NewEnglandPrincipalCityCode

public static final UsPlaceMap.DataField NewEnglandPrincipalCityCode
US New England place principal city code


FeatureClassCode

public static final UsPlaceMap.DataField FeatureClassCode
US census MAF/TIGER feature class code


FunctionalStatus

public static final UsPlaceMap.DataField FunctionalStatus
US census functional status code


LandAreaSqM

public static final UsPlaceMap.DataField LandAreaSqM
US census land area (square meters)


WaterAreaSqM

public static final UsPlaceMap.DataField WaterAreaSqM
US census water area (square meters)


LatitudeDeg

public static final UsPlaceMap.DataField LatitudeDeg
Latitude of interior point (degrees)


LongitudeDeg

public static final UsPlaceMap.DataField LongitudeDeg
Longitude of interior point (degrees)

Method Detail

values

public static UsPlaceMap.DataField[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (UsPlaceMap.DataField c : UsPlaceMap.DataField.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static UsPlaceMap.DataField valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

description

public java.lang.String description()
Description copied from interface: DataFieldInterface
Returns a human-readable description of the data field.

Specified by:
description in interface DataFieldInterface
Returns:
the description of the data field.

fieldUnit

public FieldUnit fieldUnit()
Description copied from interface: DataFieldInterface
Specifies the FieldUnit of the field. The FieldUnit is the logical unit of the reported value, such as "people", "dollars", and "percent".

Specified by:
fieldUnit in interface DataFieldInterface
Returns:
the FieldUnit of the data field.


Copyright © 2012 Vector Magic, Inc.