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

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

Inheritance diagram for AskGeo.Base.UsPlaceHighDataField:
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
UsPlaceHighDataField 
StateCode = new UsPlaceHighDataField("StateCode", "US state FIPS code", FieldUnit.NoneString)
static readonly
UsPlaceHighDataField 
PlaceCode = new UsPlaceHighDataField("PlaceCode", "US place FIPS code", FieldUnit.NoneString)
static readonly
UsPlaceHighDataField 
PlaceAnsiCode = new UsPlaceHighDataField("PlaceAnsiCode", "US place ANSI code", FieldUnit.NoneString)
static readonly
UsPlaceHighDataField 
GeoId = new UsPlaceHighDataField("GeoId", "US census unique geographic ID", FieldUnit.NoneString)
static readonly
UsPlaceHighDataField 
PlaceName = new UsPlaceHighDataField("PlaceName", "US place name (for example, San Francisco, New York, Miami)", FieldUnit.NoneString)
static readonly
UsPlaceHighDataField 
PlaceNameAndLsad = new UsPlaceHighDataField("PlaceNameAndLsad", "US place name and LSAD", FieldUnit.NoneString)
static readonly
UsPlaceHighDataField 
Lsad = new UsPlaceHighDataField("Lsad", "US census LSAD (logical/statistical area description)", FieldUnit.NoneString)
static readonly
UsPlaceHighDataField 
ClassCode = new UsPlaceHighDataField("ClassCode", "US FIPS 55 class code", FieldUnit.NoneString)
static readonly
UsPlaceHighDataField 
PrincipalCityCode = new UsPlaceHighDataField("PrincipalCityCode", "US place principal city code", FieldUnit.NoneString)
static readonly
UsPlaceHighDataField 
NewEnglandPrincipalCityCode = new UsPlaceHighDataField("NewEnglandPrincipalCityCode", "US New England place principal city code", FieldUnit.NoneString)
static readonly
UsPlaceHighDataField 
FeatureClassCode = new UsPlaceHighDataField("FeatureClassCode", "US census MAF/TIGER feature class code", FieldUnit.NoneString)
static readonly
UsPlaceHighDataField 
FunctionalStatus = new UsPlaceHighDataField("FunctionalStatus", "US census functional status code", FieldUnit.NoneString)
static readonly
UsPlaceHighDataField 
LandAreaSqM = new UsPlaceHighDataField("LandAreaSqM", "US census land area (square meters)", FieldUnit.SquareMeters)
static readonly
UsPlaceHighDataField 
WaterAreaSqM = new UsPlaceHighDataField("WaterAreaSqM", "US census water area (square meters)", FieldUnit.SquareMeters)
static readonly
UsPlaceHighDataField 
LatitudeDeg = new UsPlaceHighDataField("LatitudeDeg", "Latitude of interior point (degrees)", FieldUnit.Degrees)
static readonly
UsPlaceHighDataField 
LongitudeDeg = new UsPlaceHighDataField("LongitudeDeg", "Longitude of interior point (degrees)", FieldUnit.Degrees)

Detailed Description

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


Member Function Documentation

override String AskGeo.Base.UsPlaceHighDataField.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.UsPlaceHighDataField.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.UsPlaceHighDataField.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.UsPlaceHighDataField.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 UsPlaceHighDataField AskGeo.Base.UsPlaceHighDataField.ClassCode = new UsPlaceHighDataField("ClassCode", "US FIPS 55 class code", FieldUnit.NoneString)
static

US FIPS 55 class code

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

US census MAF/TIGER feature class code

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

US census functional status code

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

US census unique geographic ID

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

US census land area (square meters)

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

Latitude of interior point (degrees)

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

Longitude of interior point (degrees)

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

US census LSAD (logical/statistical area description)

readonly UsPlaceHighDataField AskGeo.Base.UsPlaceHighDataField.NewEnglandPrincipalCityCode = new UsPlaceHighDataField("NewEnglandPrincipalCityCode", "US New England place principal city code", FieldUnit.NoneString)
static

US New England place principal city code

readonly UsPlaceHighDataField AskGeo.Base.UsPlaceHighDataField.PlaceAnsiCode = new UsPlaceHighDataField("PlaceAnsiCode", "US place ANSI code", FieldUnit.NoneString)
static

US place ANSI code

readonly UsPlaceHighDataField AskGeo.Base.UsPlaceHighDataField.PlaceCode = new UsPlaceHighDataField("PlaceCode", "US place FIPS code", FieldUnit.NoneString)
static

US place FIPS code

readonly UsPlaceHighDataField AskGeo.Base.UsPlaceHighDataField.PlaceName = new UsPlaceHighDataField("PlaceName", "US place name (for example, San Francisco, New York, Miami)", FieldUnit.NoneString)
static

US place name (for example, San Francisco, New York, Miami)

readonly UsPlaceHighDataField AskGeo.Base.UsPlaceHighDataField.PlaceNameAndLsad = new UsPlaceHighDataField("PlaceNameAndLsad", "US place name and LSAD", FieldUnit.NoneString)
static

US place name and LSAD

readonly UsPlaceHighDataField AskGeo.Base.UsPlaceHighDataField.PrincipalCityCode = new UsPlaceHighDataField("PrincipalCityCode", "US place principal city code", FieldUnit.NoneString)
static

US place principal city code

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

US state FIPS code

readonly UsPlaceHighDataField AskGeo.Base.UsPlaceHighDataField.WaterAreaSqM = new UsPlaceHighDataField("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: