AskGeo .NET  1.1.0
AskGeo Libraries for .NET
 All Classes Namespaces Functions Variables Enumerations Pages
Public Member Functions
AskGeo.Base.DataFieldInterface Class Reference

The various AskGeo maps return results when queried. The results represent a shape in the map. Those shapes have metadata associated with them. Those metadata are enumerated by one or more static instances of classes that implement this interface. This pattern is based on the Java enum, from which those code was ported. More...

Inheritance diagram for AskGeo.Base.DataFieldInterface:
AskGeo.Base.AcsField AskGeo.Base.CensusField AskGeo.Base.NaturalEarthCountryDataField AskGeo.Base.TimeZoneDataField AskGeo.Base.UsBlockGroupHighDataField AskGeo.Base.UsBlockGroupLowDataField AskGeo.Base.UsCountyHighDataField AskGeo.Base.UsCountyLowDataField AskGeo.Base.UsCountySubdivisionHighDataField AskGeo.Base.UsCountySubdivisionLowDataField AskGeo.Base.UsPlaceHighDataField AskGeo.Base.UsPlaceLowDataField AskGeo.Base.UsStateHighDataField AskGeo.Base.UsStateLowDataField AskGeo.Base.UsTractHighDataField AskGeo.Base.UsTractLowDataField AskGeo.Base.UsZctaHighDataField AskGeo.Dbl.ResultField AskGeo.Flt.ResultField

List of all members.

Public Member Functions

abstract FieldUnit GetFieldUnit ()
 Specifies the FieldUnit of the field. The FieldUnit is the logical unit of the reported value, such as "people", "dollars", and "percent".
abstract String GetDescription ()
 Returns a human-readable description of the data field.
abstract int GetOrdinal ()
 Returns the ordinal value (i.e., index) of the enumerated value.
abstract String GetName ()
 Returns the enum's name, exactly as written in the code.

Detailed Description

The various AskGeo maps return results when queried. The results represent a shape in the map. Those shapes have metadata associated with them. Those metadata are enumerated by one or more static instances of classes that implement this interface. This pattern is based on the Java enum, from which those code was ported.


Member Function Documentation

abstract String AskGeo.Base.DataFieldInterface.GetDescription ( )
pure virtual
abstract FieldUnit AskGeo.Base.DataFieldInterface.GetFieldUnit ( )
pure virtual
abstract String AskGeo.Base.DataFieldInterface.GetName ( )
pure virtual
abstract int AskGeo.Base.DataFieldInterface.GetOrdinal ( )
pure virtual

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