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

MQClientInterface::CoordinateType Class Reference

List of all members.

Public Member Functions

override bool Equals (System.Object obj)
bool Equals (CoordinateType otherObject)
override int GetHashCode ()

Static Public Member Functions

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

Static Public Attributes

static readonly CoordinateType GEOGRAPHIC = new CoordinateType(_mqGeographic)
static readonly CoordinateType DISPLAY = new CoordinateType(_mqDisplay)

Detailed Description

Constants to specify the type of coordinate the primitives should use.


Member Function Documentation

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

Equals(type)

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

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

Equals(object)

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

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

Returns a hash code for this CoordinateType.

Returns:
a hash code value for this CoordinateType.

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

Inequality operator

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

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

Equality operator

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


Member Data Documentation

readonly CoordinateType MQClientInterface::CoordinateType::DISPLAY = new CoordinateType(_mqDisplay) [static]
 

CoordinateType for Display positioning

readonly CoordinateType MQClientInterface::CoordinateType::GEOGRAPHIC = new CoordinateType(_mqGeographic) [static]
 

CoordinateType for Geographic positioning


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