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

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

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

Detailed Description

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


Member Function Documentation

override String AskGeo.Base.UsBlockGroupLowDataField.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.UsBlockGroupLowDataField.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.UsBlockGroupLowDataField.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.UsBlockGroupLowDataField.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 UsBlockGroupLowDataField AskGeo.Base.UsBlockGroupLowDataField.BlockGroupCode = new UsBlockGroupLowDataField("BlockGroupCode", "US census block group code", FieldUnit.NoneString)
static

US census block group code

readonly UsBlockGroupLowDataField AskGeo.Base.UsBlockGroupLowDataField.BlockGroupName = new UsBlockGroupLowDataField("BlockGroupName", "US census block group name", FieldUnit.NoneString)
static

US census block group name

readonly UsBlockGroupLowDataField AskGeo.Base.UsBlockGroupLowDataField.CensusAreaSqMi = new UsBlockGroupLowDataField("CensusAreaSqMi", "US census area (square miles)", FieldUnit.SquareMiles)
static

US census area (square miles)

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

US county FIPS code

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

US census unique geographic ID

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

US census LSAD (logical/statistical area description)

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

US state FIPS code

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

US census tract code


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