AskGeo .NET  1.1.0
AskGeo Libraries for .NET
 All Classes Namespaces Functions Variables Enumerations Pages
Public Member Functions | Static Public Member Functions
AskGeo.Dbl.UsCountySubdivisionLowMap Class Reference

The UsCountySubdivisionLowMap is a low-resolution map of the United States based on data from the US Census Bureau that returns a US census county subdivision record and related 2010 US Census and 2006-2010 American Community Survey metadata. More...

Inheritance diagram for AskGeo.Dbl.UsCountySubdivisionLowMap:
AskGeo.Dbl.UsCensusMapBase< ResultType > AskGeo.Dbl.GeneralMap< ResultType >

List of all members.

Public Member Functions

override
UsCountySubdivisionLowResult 
FindResult (double latDeg, double lonDeg)
 Returns a results map query result. All result classes extend ResultBase but the specific subclass returned depends on what map class is being used. Each map class has a companion result class. If no shape is found at or near the query point, null is returned.
override String GetOracleName ()

Static Public Member Functions

static UsCountySubdivisionLowMap Create (Stream dataFileStream)
static UsCountySubdivisionLowMap Create (Stream dataFileStream, double cellsPerDeg, double snapRadiusKm)
static String GetOracleNameStatic ()

Detailed Description

The UsCountySubdivisionLowMap is a low-resolution map of the United States based on data from the US Census Bureau that returns a US census county subdivision record and related 2010 US Census and 2006-2010 American Community Survey metadata.


Member Function Documentation

static UsCountySubdivisionLowMap AskGeo.Dbl.UsCountySubdivisionLowMap.Create ( Stream  dataFileStream)
static

Static factory method used to construct an instance of this class.

Parameters:
dataFileStreamis the input stream for the data file associated with this class
Returns:
a instance of this class with default parameters.
static UsCountySubdivisionLowMap AskGeo.Dbl.UsCountySubdivisionLowMap.Create ( Stream  dataFileStream,
double  cellsPerDeg,
double  snapRadiusKm 
)
static

Static factory method used to construct an instance of this class.

Parameters:
dataFileStreamis the input stream for the data file associated with this class
cellsPerDegis the resolution of the spatial index. Testing has show that a suitable value for this parameter is 1.0, which is the default value.
snapRadiusKmis the maximum snap-to distance for query points not inside any shape on the map.
Returns:
an instance of this class with given parameters.
override UsCountySubdivisionLowResult AskGeo.Dbl.UsCountySubdivisionLowMap.FindResult ( double  latDeg,
double  lonDeg 
)
virtual

Returns a results map query result. All result classes extend ResultBase but the specific subclass returned depends on what map class is being used. Each map class has a companion result class. If no shape is found at or near the query point, null is returned.

Parameters:
latDegthe latitude of the query point, expressed in degrees.
lonDegthe longitude of the query point, expressed in degrees.
Returns:
the result for the given latitude and longitude, or null if none is found.

Implements AskGeo.Dbl.GeneralMap< ResultType >.

override String AskGeo.Dbl.UsCountySubdivisionLowMap.GetOracleName ( )
virtual
static String AskGeo.Dbl.UsCountySubdivisionLowMap.GetOracleNameStatic ( )
static

A unique identifier for this map, used in the license file and in the AskGeo Web API.

Returns:
the unique identifier for this map.

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