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

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

Inheritance diagram for AskGeo.Base.UsPlaceLowDataField:
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 UsPlaceLowDataField GeoId = new UsPlaceLowDataField("GeoId", "US census unique geographic ID", FieldUnit.NoneString)
static readonly UsPlaceLowDataField StateCode = new UsPlaceLowDataField("StateCode", "US state FIPS code", FieldUnit.NoneString)
static readonly UsPlaceLowDataField PlaceCode = new UsPlaceLowDataField("PlaceCode", "US place FIPS code", FieldUnit.NoneString)
static readonly UsPlaceLowDataField PlaceName = new UsPlaceLowDataField("PlaceName", "US place name (for example, San Francisco, New York, Miami)", FieldUnit.NoneString)
static readonly UsPlaceLowDataField Lsad = new UsPlaceLowDataField("Lsad", "US census LSAD (logical/statistical area description)", FieldUnit.NoneString)
static readonly UsPlaceLowDataField CensusAreaSqMi = new UsPlaceLowDataField("CensusAreaSqMi", "US census area (square miles)", FieldUnit.SquareMiles)

Detailed Description

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


Member Function Documentation

override String AskGeo.Base.UsPlaceLowDataField.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.UsPlaceLowDataField.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.UsPlaceLowDataField.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.UsPlaceLowDataField.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 UsPlaceLowDataField AskGeo.Base.UsPlaceLowDataField.CensusAreaSqMi = new UsPlaceLowDataField("CensusAreaSqMi", "US census area (square miles)", FieldUnit.SquareMiles)
static

US census area (square miles)

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

US census unique geographic ID

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

US census LSAD (logical/statistical area description)

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

US place FIPS code

readonly UsPlaceLowDataField AskGeo.Base.UsPlaceLowDataField.PlaceName = new UsPlaceLowDataField("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 UsPlaceLowDataField AskGeo.Base.UsPlaceLowDataField.StateCode = new UsPlaceLowDataField("StateCode", "US state FIPS code", FieldUnit.NoneString)
static

US state FIPS code


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