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

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

Inheritance diagram for AskGeo.Base.UsTractLowDataField:
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 UsTractLowDataField GeoId = new UsTractLowDataField("GeoId", "US census unique geographic ID", FieldUnit.NoneString)
static readonly UsTractLowDataField StateCode = new UsTractLowDataField("StateCode", "US state FIPS code", FieldUnit.NoneString)
static readonly UsTractLowDataField CountyCode = new UsTractLowDataField("CountyCode", "US county FIPS code", FieldUnit.NoneString)
static readonly UsTractLowDataField TractCode = new UsTractLowDataField("TractCode", "US census tract code", FieldUnit.NoneString)
static readonly UsTractLowDataField TractName = new UsTractLowDataField("TractName", "US census tract name", FieldUnit.NoneString)
static readonly UsTractLowDataField Lsad = new UsTractLowDataField("Lsad", "US census LSAD (logical/statistical area description)", FieldUnit.NoneString)
static readonly UsTractLowDataField CensusAreaSqMi = new UsTractLowDataField("CensusAreaSqMi", "US census area (square miles)", FieldUnit.SquareMiles)

Detailed Description

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


Member Function Documentation

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

US census area (square miles)

readonly UsTractLowDataField AskGeo.Base.UsTractLowDataField.CountyCode = new UsTractLowDataField("CountyCode", "US county FIPS code", FieldUnit.NoneString)
static

US county FIPS code

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

US census unique geographic ID

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

US census LSAD (logical/statistical area description)

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

US state FIPS code

readonly UsTractLowDataField AskGeo.Base.UsTractLowDataField.TractCode = new UsTractLowDataField("TractCode", "US census tract code", FieldUnit.NoneString)
static

US census tract code

readonly UsTractLowDataField AskGeo.Base.UsTractLowDataField.TractName = new UsTractLowDataField("TractName", "US census tract name", FieldUnit.NoneString)
static

US census tract name


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