Inheritance diagram for MQClientInterface::LineFeature:

Public Member Functions | |
| LineFeature () | |
| override void | Init () |
| override bool | Equals (System.Object obj) |
| bool | Equals (LineFeature otherObject) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (LineFeature obj1, LineFeature obj2) |
| static bool | operator!= (LineFeature obj1, LineFeature obj2) |
Properties | |
| override System.String | ClassName |
| override int | ClassID |
| virtual LatLng | ClosestLatLng |
| virtual Point | ClosestPoint |
| virtual LatLngCollection | LatLngs |
| virtual PointCollection | Points |
| virtual System.String | RightPostalCode |
| virtual System.String | LeftPostalCode |
| virtual System.String | RightAddressHi |
| virtual System.String | LeftAddressHi |
| virtual System.String | RightAddressLo |
| virtual System.String | LeftAddressLo |
|
|
Default Constructor. |
|
|
Equals(type)
|
|
|
Equals(object)
Reimplemented from MQClientInterface::Feature. |
|
|
Returns a hash code for this LineFeature.
Reimplemented from MQClientInterface::Feature. |
|
|
Initialize. Reimplemented from MQClientInterface::Feature. |
|
||||||||||||
|
Inequality operator
|
|
||||||||||||
|
Equality operator
|
|
|
Class ID property Reimplemented from MQClientInterface::MQObject. |
|
|
Class Name property Reimplemented from MQClientInterface::MQObject. |
|
|
Closest lat,lng property. For radius search. |
|
|
Closest point (x,y) property. For radius search. |
|
|
Lat,Lng shape property. |
|
|
High address range (left side) property. |
|
|
Low address range (left side) property. |
|
|
Left postal code property. |
|
|
Points property (x,y). |
|
|
High address range (right side) property. |
|
|
Low address range (right side) property. |
|
|
Right postal code property. |
1.4.1