RegionData Class |
Namespace: Telogis.GeoBase
The RegionData type exposes the following members.
Name | Description | |
---|---|---|
HierarchyString |
Returns a string describing the full hierarchy of this region.
| |
Level |
The level of this region.
| |
Location |
The general location of the region (usually its center).
| |
Name |
The name of the region
|
Name | Description | |
---|---|---|
CompareTo |
Compares the region name of the current instance with another object of the same type.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetBoundingBoxes |
An array of bounding boxes covering this region.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetParentRegions |
Get the immediate parent region of this region. (e.g if this is
Los Angeles you get the county of Los Angeles back)
| |
GetRegions(Int32) |
Searches for subregions of a specified level.
| |
GetRegions(Int32, String) |
Searches for subregions matching a specified search string.
| |
GetStreets |
Get streets in the given region
| |
GetSubregion |
Get all sub-regions that exist within the given region.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MatchesQuery |
Compares a region name with a query string.
| |
ToString |
Prints the identity of this region for debugging purposes
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
IsCity |
Returns true if this region is a city.
| |
IsSuburb |
Returns true if this region is a subdivision of a city.
|
Related articles: Drill-down Geocoder Tutorial.