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

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

Inheritance diagram for AskGeo.Base.UsZctaHighDataField:
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 UsZctaHighDataField ZctaCode = new UsZctaHighDataField("ZctaCode", "US census ZCTA (Zip Code Tabulation Area) code (for example, 94111, 90210, 10019)", FieldUnit.NoneString)
static readonly UsZctaHighDataField GeoId = new UsZctaHighDataField("GeoId", "US census unique geographic ID", FieldUnit.NoneString)
static readonly UsZctaHighDataField ClassCode = new UsZctaHighDataField("ClassCode", "US FIPS 55 class code", FieldUnit.NoneString)
static readonly UsZctaHighDataField FeatureClassCode = new UsZctaHighDataField("FeatureClassCode", "US census MAF/TIGER feature class code", FieldUnit.NoneString)
static readonly UsZctaHighDataField FunctionalStatus = new UsZctaHighDataField("FunctionalStatus", "US census functional status code", FieldUnit.NoneString)
static readonly UsZctaHighDataField LandAreaSqM = new UsZctaHighDataField("LandAreaSqM", "US census land area (square meters)", FieldUnit.SquareMeters)
static readonly UsZctaHighDataField WaterAreaSqM = new UsZctaHighDataField("WaterAreaSqM", "US census water area (square meters)", FieldUnit.SquareMeters)
static readonly UsZctaHighDataField LatitudeDeg = new UsZctaHighDataField("LatitudeDeg", "Latitude of interior point (degrees)", FieldUnit.Degrees)
static readonly UsZctaHighDataField LongitudeDeg = new UsZctaHighDataField("LongitudeDeg", "Longitude of interior point (degrees)", FieldUnit.Degrees)

Detailed Description

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


Member Function Documentation

override String AskGeo.Base.UsZctaHighDataField.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.UsZctaHighDataField.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.UsZctaHighDataField.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.UsZctaHighDataField.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 UsZctaHighDataField AskGeo.Base.UsZctaHighDataField.ClassCode = new UsZctaHighDataField("ClassCode", "US FIPS 55 class code", FieldUnit.NoneString)
static

US FIPS 55 class code

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

US census MAF/TIGER feature class code

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

US census functional status code

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

US census unique geographic ID

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

US census land area (square meters)

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

Latitude of interior point (degrees)

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

Longitude of interior point (degrees)

readonly UsZctaHighDataField AskGeo.Base.UsZctaHighDataField.WaterAreaSqM = new UsZctaHighDataField("WaterAreaSqM", "US census water area (square meters)", FieldUnit.SquareMeters)
static

US census water area (square meters)

readonly UsZctaHighDataField AskGeo.Base.UsZctaHighDataField.ZctaCode = new UsZctaHighDataField("ZctaCode", "US census ZCTA (Zip Code Tabulation Area) code (for example, 94111, 90210, 10019)", FieldUnit.NoneString)
static

US census ZCTA (Zip Code Tabulation Area) code (for example, 94111, 90210, 10019)


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