Main Page | Namespace List | Class Hierarchy | Class List | Class Members

MQClientInterface::IdentifyCriteria Class Reference

Inheritance diagram for MQClientInterface::IdentifyCriteria:

MQClientInterface::MQObject List of all members.

Public Member Functions

 IdentifyCriteria ()
virtual void Init ()
override bool Equals (System.Object obj)
bool Equals (IdentifyCriteria otherObject)
override int GetHashCode ()

Static Public Member Functions

static bool operator== (IdentifyCriteria obj1, IdentifyCriteria obj2)
static bool operator!= (IdentifyCriteria obj1, IdentifyCriteria obj2)

Properties

override System.String ClassName
override int ClassID
virtual Point Center
virtual int Radius
virtual int MaxMatches

Detailed Description

Finds a list of features which are near a specified location.

See also:
Point


Constructor & Destructor Documentation

MQClientInterface::IdentifyCriteria::IdentifyCriteria  )  [inline]
 

Default constructor.


Member Function Documentation

bool MQClientInterface::IdentifyCriteria::Equals IdentifyCriteria  otherObject  )  [inline]
 

Equals(type)

Parameters:
otherObject the object to compare this IdentifyCriteria against.
Returns:
true if the IdentifyCriteria objects are equal; false otherwise.

override bool MQClientInterface::IdentifyCriteria::Equals System.Object  obj  )  [inline]
 

Equals(object)

Parameters:
obj the object to compare this IdentifyCriteria against.
Returns:
true if the IdentifyCriteria objects are equal; false otherwise.

Reimplemented from MQClientInterface::MQObject.

override int MQClientInterface::IdentifyCriteria::GetHashCode  )  [inline]
 

Returns a hash code for this IdentifyCriteria.

Returns:
a hash code value for this IdentifyCriteria.

Reimplemented from MQClientInterface::MQObject.

virtual void MQClientInterface::IdentifyCriteria::Init  )  [inline, virtual]
 

Initializes this object.

Reimplemented from MQClientInterface::MQObject.

static bool MQClientInterface::IdentifyCriteria::operator!= IdentifyCriteria  obj1,
IdentifyCriteria  obj2
[inline, static]
 

Inequality operator

Parameters:
obj1 IdentifyCriteria 1 to compare
obj2 IdentifyCriteria 2 to compare

static bool MQClientInterface::IdentifyCriteria::operator== IdentifyCriteria  obj1,
IdentifyCriteria  obj2
[inline, static]
 

Equality operator

Parameters:
obj1 IdentifyCriteria 1 to compare
obj2 IdentifyCriteria 2 to compare


Property Documentation

virtual Point MQClientInterface::IdentifyCriteria::Center [get, set]
 

Center property. This is the (x, y) coordinates of the point at which the mouse was clicked.

override int MQClientInterface::IdentifyCriteria::ClassID [get]
 

Class ID property

Reimplemented from MQClientInterface::MQObject.

override System.String MQClientInterface::IdentifyCriteria::ClassName [get]
 

Class Name property

Reimplemented from MQClientInterface::MQObject.

virtual int MQClientInterface::IdentifyCriteria::MaxMatches [get, set]
 

Maximum matches property. This is the maximum number of features to return.

virtual int MQClientInterface::IdentifyCriteria::Radius [get, set]
 

Radius property. This is the radius in which to search (in pixels).


The documentation for this class was generated from the following file:
Generated on Wed Oct 10 22:12:32 2007 for MapQuest Advantage .NET(C#) API Reference by  doxygen 1.4.1