Inheritance diagram for MQClientInterface::Feature:

Public Member Functions | |
| Feature () | |
| Feature (Feature copy) | |
| override void | Init () |
| virtual double | GetDistance (DistanceUnits du) |
| virtual void | SetDistance (double dist, DistanceUnits du) |
| override bool | Equals (System.Object obj) |
| bool | Equals (Feature otherObject) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (Feature obj1, Feature obj2) |
| static bool | operator!= (Feature obj1, Feature obj2) |
Properties | |
| virtual System.String | Key |
| virtual System.String | Name |
| virtual int | DT |
| virtual long | GEFID |
| virtual System.String | SourceLayerName |
| virtual double | Distance |
|
|
Default Constructor. |
|
|
Copy Constructor.
|
|
|
Equals(type)
|
|
|
Equals(object)
Reimplemented from MQClientInterface::MQObject. Reimplemented in MQClientInterface::LineFeature, MQClientInterface::PointFeature, and MQClientInterface::PolygonFeature. |
|
|
Returns the distance from the center of a radius search
|
|
|
Returns a hash code for this Feature.
Reimplemented from MQClientInterface::MQObject. Reimplemented in MQClientInterface::LineFeature, MQClientInterface::PointFeature, and MQClientInterface::PolygonFeature. |
|
|
Initializes the object. Reimplemented from MQClientInterface::MQObject. Reimplemented in MQClientInterface::LineFeature, MQClientInterface::PointFeature, and MQClientInterface::PolygonFeature. |
|
||||||||||||
|
Inequality operator |
|
||||||||||||
|
Equality operator |
|
||||||||||||
|
Sets the distance from the center of a radius search
|
|
|
Distance property. The distance from the center of a radius search in Miles. |
|
|
Display type property. |
|
|
GEF ID property. Unique identifier. |
|
|
Key property. The key is a unique identifier for this Feature which is used for a database table key. |
|
|
Name property. |
|
|
Source layer name property. This is the name of the source layer from which this Feature was extracted (used only when the feature is returned from a search). |
1.4.1