AskGeo .NET  1.1.0
AskGeo Libraries for .NET
 All Classes Namespaces Functions Variables Enumerations Pages
Classes
Package AskGeo.Base

Classes

class  AcsField
 Enumeration (as public static members) of the metadata fields returned in results from maps that include the US Census Bureau's 2006-2010 American Community Survey (ACS). More...
class  CensusField
 Enumeration (as static public members) of the metadata fields returned in results from maps that include the US Census Bureau's 2010 Census. In general, fields are counts of people or households. For example, Age25To34 is the number of people between 25 and 34 years old. Fields that are reported as fractions of some larger population include "Percent". More...
class  DataFieldInterface
 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...
class  FieldType
 Many of the accessors on the map query result classes return String representations of the fields, even if the underlying data might be better represented by a different type. All fields returned in this manner are enumerated by other classes that implement the DataFieldInterface. That interface includes an accessor that returns the FieldType of the field in question. More...
class  FieldUnit
 The various map classes return result classes when queried that contain metadata about the queried shape. The metadata fields that are returned by a given map class are enumerated in one or more enums that implement the DataFieldInterface. That interface includes an accessor that returns the FieldUnit of the field in question. The unit is a logical unit, such as "people", "dollars", and "percent". More...
class  NaturalEarthCountryDataField
 The static members of this class enumerate the metadata fields available in a NaturalEarthCountryResult instance. More...
class  TimeZoneDataField
 The static members of this class enumerate the metadata fields available in a TimeZoneResult instance. More...
class  TimeZoneNameConverter
 Encodes the relationship between Olson time zone IDs and the Microsoft Windows time zone standard names. More...
class  UsBlockGroupHighDataField
 Enumerates (as static public members) the metadata fields returned with a UsBlockGroupHighResult instance from a FindResult call to a UsBlockGroupHighMap instance. More...
class  UsBlockGroupLowDataField
 Enumerates (as static public members) the metadata fields returned with a UsBlockGroupLowResult instance from a FindResult call to a UsBlockGroupLowMap instance. More...
class  UsCountyHighDataField
 Enumerates (as static public members) the metadata fields returned with a UsCountyHighDataResult instance from a FindResult call to a UsCountyHighDataMap instance. More...
class  UsCountyLowDataField
 Enumerates (as static public members) the metadata fields returned with a UsCountyLowDataResult instance from a FindResult call to a UsCountyLowDataMap instance. More...
class  UsCountySubdivisionHighDataField
 Enumerates (as static public members) the metadata fields returned with a UsCountySubdivisionHighDataResult instance from a FindResult call to a UsCountySubdivisionHighDataMap instance. More...
class  UsCountySubdivisionLowDataField
 Enumerates (as static public members) the metadata fields returned with a UsCountySubdivisionLowDataResult instance from a FindResult call to a UsCountySubdivisionLowDataMap instance. More...
class  UsPlaceHighDataField
 Enumerates (as static public members) the metadata fields returned with a UsPlaceHighDataResult instance from a FindResult call to a UsPlaceHighDataMap instance. More...
class  UsPlaceLowDataField
 Enumerates (as static public members) the metadata fields returned with a UsPlaceLowDataResult instance from a FindResult call to a UsPlaceLowDataMap instance. More...
class  UsStateHighDataField
 Enumerates (as static public members) the metadata fields returned with a UsStateHighDataResult instance from a FindResult call to a UsStateHighDataMap instance. More...
class  UsStateLowDataField
 Enumerates (as static public members) the metadata fields returned with a UsStateLowDataResult instance from a FindResult call to a UsStateLowDataMap instance. More...
class  UsTractHighDataField
 Enumerates (as static public members) the metadata fields returned with a UsTractHighDataResult instance from a FindResult call to a UsTractHighDataMap instance. More...
class  UsTractLowDataField
 Enumerates (as static public members) the metadata fields returned with a UsTractLowDataResult instance from a FindResult call to a UsTractLowDataMap instance. More...
class  UsZctaHighDataField
 Enumerates (as static public members) the metadata fields returned with a UsZctaHighDataResult instance from a FindResult call to a UsZctaHighDataMap instance. More...