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

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

Inheritance diagram for AskGeo.Base.UsBlockGroupHighDataField:
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
UsBlockGroupHighDataField 
StateCode = new UsBlockGroupHighDataField("StateCode", "US state FIPS code", FieldUnit.NoneString)
static readonly
UsBlockGroupHighDataField 
CountyCode = new UsBlockGroupHighDataField("CountyCode", "US county FIPS code", FieldUnit.NoneString)
static readonly
UsBlockGroupHighDataField 
TractCode = new UsBlockGroupHighDataField("TractCode", "US census tract code", FieldUnit.NoneString)
static readonly
UsBlockGroupHighDataField 
BlockGroupCode = new UsBlockGroupHighDataField("BlockGroupCode", "US census block group code", FieldUnit.NoneString)
static readonly
UsBlockGroupHighDataField 
GeoId = new UsBlockGroupHighDataField("GeoId", "US census unique geographic ID", FieldUnit.NoneString)
static readonly
UsBlockGroupHighDataField 
LsadAndBlockGroupName = new UsBlockGroupHighDataField("LsadAndBlockGroupName", "US census LSAD code and block group name concatenated", FieldUnit.NoneString)
static readonly
UsBlockGroupHighDataField 
FeatureClassCode = new UsBlockGroupHighDataField("FeatureClassCode", "US census MAF/TIGER feature class code", FieldUnit.NoneString)
static readonly
UsBlockGroupHighDataField 
FunctionalStatus = new UsBlockGroupHighDataField("FunctionalStatus", "US census functional status code", FieldUnit.NoneString)
static readonly
UsBlockGroupHighDataField 
LandAreaSqM = new UsBlockGroupHighDataField("LandAreaSqM", "US census land area (square meters)", FieldUnit.SquareMeters)
static readonly
UsBlockGroupHighDataField 
WaterAreaSqM = new UsBlockGroupHighDataField("WaterAreaSqM", "US census water area (square meters)", FieldUnit.SquareMeters)
static readonly
UsBlockGroupHighDataField 
LatitudeDeg = new UsBlockGroupHighDataField("LatitudeDeg", "Latitude of interior point (degrees)", FieldUnit.Degrees)
static readonly
UsBlockGroupHighDataField 
LongitudeDeg = new UsBlockGroupHighDataField("LongitudeDeg", "Longitude of interior point (degrees)", FieldUnit.Degrees)

Detailed Description

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


Member Function Documentation

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

US census block group code

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

US county FIPS code

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

US census MAF/TIGER feature class code

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

US census functional status code

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

US census unique geographic ID

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

US census land area (square meters)

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

Latitude of interior point (degrees)

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

Longitude of interior point (degrees)

readonly UsBlockGroupHighDataField AskGeo.Base.UsBlockGroupHighDataField.LsadAndBlockGroupName = new UsBlockGroupHighDataField("LsadAndBlockGroupName", "US census LSAD code and block group name concatenated", FieldUnit.NoneString)
static

US census LSAD code and block group name concatenated

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

US state FIPS code

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

US census tract code

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