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

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

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

Detailed Description

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


Member Function Documentation

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

US census area (square miles)

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

US census unique geographic ID

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

US census LSAD (logical/statistical area description)

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

US state FIPS code

readonly UsStateLowDataField AskGeo.Base.UsStateLowDataField.StateName = new UsStateLowDataField("StateName", "US state name (for example, California, New York, Wisconsin)", FieldUnit.NoneString)
static

US state name (for example, California, New York, Wisconsin)


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