Click or drag to resize

RegionData Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
This class describes a region on the map. This region can be a city, suburb, county, province or state.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseRegionData

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class RegionData : IRegionSearcher, ISearchResult, 
	IComparable

The RegionData type exposes the following members.

Properties
  NameDescription
Public propertyHierarchyString
Returns a string describing the full hierarchy of this region.
Public propertyLevel
The level of this region.
Public propertyLocation
The general location of the region (usually its center).
Public propertyName
The name of the region
Top
Methods
  NameDescription
Public methodCompareTo
Compares the region name of the current instance with another object of the same type.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBoundingBoxes
An array of bounding boxes covering this region.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetParentRegions
Get the immediate parent region of this region. (e.g if this is Los Angeles you get the county of Los Angeles back)
Public methodGetRegions(Int32)
Searches for subregions of a specified level.
Public methodGetRegions(Int32, String)
Searches for subregions matching a specified search string.
Public methodGetStreets
Get streets in the given region
Public methodGetSubregion
Get all sub-regions that exist within the given region.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatchesQuery
Compares a region name with a query string.
Public methodToString
Prints the identity of this region for debugging purposes
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldIsCity
Returns true if this region is a city.
Public fieldIsSuburb
Returns true if this region is a subdivision of a city.
Top
Remarks
The lifetime of this object is tied to the lifetime of the repository in use when it was created. Attempting to use this class after its repository has been disposed may cause an ObjectDisposedException to be thrown.

Related articles: Drill-down Geocoder Tutorial.

See Also