Inheritance diagram for MQClientInterface::GeoAddress:

Public Member Functions | |
| GeoAddress () | |
| GeoAddress (GeoAddress copy) | |
| override void | Init () |
| override bool | Equals (System.Object obj) |
| bool | Equals (GeoAddress otherObject) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (GeoAddress obj1, GeoAddress obj2) |
| static bool | operator!= (GeoAddress obj1, GeoAddress obj2) |
Properties | |
| override System.String | ClassName |
| override int | ClassID |
| virtual LatLng | LatLng |
| virtual System.String | ResultCode |
| virtual long | GEFID |
| virtual double | DistAlong |
| virtual System.String | SourceId |
|
|
Default constructor. |
|
|
Copy constructor.
|
|
|
Equals(type)
|
|
|
Equals(object)
Reimplemented from MQClientInterface::Address. |
|
|
Returns a hash code for this GeoAddress.
Reimplemented from MQClientInterface::Address. |
|
|
Initialize. Reimplemented from MQClientInterface::Address. |
|
||||||||||||
|
Inequality operator
|
|
||||||||||||
|
Equality operator
|
|
|
Class ID property Reimplemented from MQClientInterface::Address. |
|
|
Class Name property Reimplemented from MQClientInterface::Address. |
|
|
Distance along the link property. Get the Distance along the link where geocoded, or the distance from a link when returned from routing |
|
|
GEF ID property. The GEFID of a GeoAddress object. |
|
|
LatLng property. The LatLng component of this GeoAddress object. |
|
|
Result code property. The quality of the Geocode match (for example Zip + 4, Address, and Intersection match). Refer to Users guide for more information. |
|
|
Source coverage ID property. The geocode coverage name of the geocoder that performed the geocode |
1.4.1