AskGeo .NET  1.1.0
AskGeo Libraries for .NET
 All Classes Namespaces Functions Variables Enumerations Pages
Public Member Functions | Static Public Attributes
AskGeo.Base.UsStateHighDataField Class Reference

Enumerates (as static public members) the metadata fields returned with a UsStateHighDataResult instance from a FindResult call to a UsStateHighDataMap instance. More...

Inheritance diagram for AskGeo.Base.UsStateHighDataField:
AskGeo.Base.DataFieldInterface

List of all members.

Public Member Functions

override int GetOrdinal ()
 Returns the ordinal value (i.e., index) of the enumerated value.
override String GetName ()
 Returns the enum's name, exactly as written in the code.
override FieldUnit GetFieldUnit ()
 Specifies the FieldUnit of the field. The FieldUnit is the logical unit of the reported value, such as "people", "dollars", and "percent".
override String GetDescription ()
 Returns a human-readable description of the data field.

Static Public Attributes

static readonly
UsStateHighDataField 
RegionCode = new UsStateHighDataField("RegionCode", "US census region code", FieldUnit.NoneString)
static readonly
UsStateHighDataField 
DivisionCode = new UsStateHighDataField("DivisionCode", "US census division code", FieldUnit.NoneString)
static readonly
UsStateHighDataField 
StateCode = new UsStateHighDataField("StateCode", "US state FIPS code", FieldUnit.NoneString)
static readonly
UsStateHighDataField 
StateAnsiCode = new UsStateHighDataField("StateAnsiCode", "US state ANSI code", FieldUnit.NoneString)
static readonly
UsStateHighDataField 
GeoId = new UsStateHighDataField("GeoId", "US census unique geographic ID", FieldUnit.NoneString)
static readonly
UsStateHighDataField 
StatePostalCode = new UsStateHighDataField("StatePostalCode", "US Postal Service state abbreviation (for example, CA, NY, WI)", FieldUnit.NoneString)
static readonly
UsStateHighDataField 
StateName = new UsStateHighDataField("StateName", "US state name (for example, California, New York, Wisconsin)", FieldUnit.NoneString)
static readonly
UsStateHighDataField 
Lsad = new UsStateHighDataField("Lsad", "US census LSAD (logical/statistical area description)", FieldUnit.NoneString)
static readonly
UsStateHighDataField 
FeatureClassCode = new UsStateHighDataField("FeatureClassCode", "US census MAF/TIGER feature class code", FieldUnit.NoneString)
static readonly
UsStateHighDataField 
FunctionalStatus = new UsStateHighDataField("FunctionalStatus", "US census functional status code", FieldUnit.NoneString)
static readonly
UsStateHighDataField 
LandAreaSqM = new UsStateHighDataField("LandAreaSqM", "US census land area (square meters)", FieldUnit.SquareMeters)
static readonly
UsStateHighDataField 
WaterAreaSqM = new UsStateHighDataField("WaterAreaSqM", "US census water area (square meters)", FieldUnit.SquareMeters)
static readonly
UsStateHighDataField 
LatitudeDeg = new UsStateHighDataField("LatitudeDeg", "Latitude of interior point (degrees)", FieldUnit.Degrees)
static readonly
UsStateHighDataField 
LongitudeDeg = new UsStateHighDataField("LongitudeDeg", "Longitude of interior point (degrees)", FieldUnit.Degrees)

Detailed Description

Enumerates (as static public members) the metadata fields returned with a UsStateHighDataResult instance from a FindResult call to a UsStateHighDataMap instance.


Member Function Documentation

override String AskGeo.Base.UsStateHighDataField.GetDescription ( )
virtual

Returns a human-readable description of the data field.

Returns:
the description of the data field.

Implements AskGeo.Base.DataFieldInterface.

override FieldUnit AskGeo.Base.UsStateHighDataField.GetFieldUnit ( )
virtual

Specifies the FieldUnit of the field. The FieldUnit is the logical unit of the reported value, such as "people", "dollars", and "percent".

Returns:
the FieldUnit of the data field.

Implements AskGeo.Base.DataFieldInterface.

override String AskGeo.Base.UsStateHighDataField.GetName ( )
virtual

Returns the enum's name, exactly as written in the code.

Returns:
the name of the enum, as written in the code.

Implements AskGeo.Base.DataFieldInterface.

override int AskGeo.Base.UsStateHighDataField.GetOrdinal ( )
virtual

Returns the ordinal value (i.e., index) of the enumerated value.

Returns:
the ordinal value of the enumerated value.

Implements AskGeo.Base.DataFieldInterface.


Member Data Documentation

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.DivisionCode = new UsStateHighDataField("DivisionCode", "US census division code", FieldUnit.NoneString)
static

US census division code

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.FeatureClassCode = new UsStateHighDataField("FeatureClassCode", "US census MAF/TIGER feature class code", FieldUnit.NoneString)
static

US census MAF/TIGER feature class code

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.FunctionalStatus = new UsStateHighDataField("FunctionalStatus", "US census functional status code", FieldUnit.NoneString)
static

US census functional status code

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.GeoId = new UsStateHighDataField("GeoId", "US census unique geographic ID", FieldUnit.NoneString)
static

US census unique geographic ID

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.LandAreaSqM = new UsStateHighDataField("LandAreaSqM", "US census land area (square meters)", FieldUnit.SquareMeters)
static

US census land area (square meters)

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.LatitudeDeg = new UsStateHighDataField("LatitudeDeg", "Latitude of interior point (degrees)", FieldUnit.Degrees)
static

Latitude of interior point (degrees)

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.LongitudeDeg = new UsStateHighDataField("LongitudeDeg", "Longitude of interior point (degrees)", FieldUnit.Degrees)
static

Longitude of interior point (degrees)

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.Lsad = new UsStateHighDataField("Lsad", "US census LSAD (logical/statistical area description)", FieldUnit.NoneString)
static

US census LSAD (logical/statistical area description)

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.RegionCode = new UsStateHighDataField("RegionCode", "US census region code", FieldUnit.NoneString)
static

US census region code

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.StateAnsiCode = new UsStateHighDataField("StateAnsiCode", "US state ANSI code", FieldUnit.NoneString)
static

US state ANSI code

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.StateCode = new UsStateHighDataField("StateCode", "US state FIPS code", FieldUnit.NoneString)
static

US state FIPS code

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.StateName = new UsStateHighDataField("StateName", "US state name (for example, California, New York, Wisconsin)", FieldUnit.NoneString)
static

US state name (for example, California, New York, Wisconsin)

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.StatePostalCode = new UsStateHighDataField("StatePostalCode", "US Postal Service state abbreviation (for example, CA, NY, WI)", FieldUnit.NoneString)
static

US Postal Service state abbreviation (for example, CA, NY, WI)

readonly UsStateHighDataField AskGeo.Base.UsStateHighDataField.WaterAreaSqM = new UsStateHighDataField("WaterAreaSqM", "US census water area (square meters)", FieldUnit.SquareMeters)
static

US census water area (square meters)


The documentation for this class was generated from the following file: