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

MQClientInterface::DisplayState Class Reference

Inheritance diagram for MQClientInterface::DisplayState:

MQClientInterface::MQObject List of all members.

Public Member Functions

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

Static Public Member Functions

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

Properties

override System.String ClassName
override int ClassID
virtual ContentType ContentType
virtual long DPI
virtual bool AntiAlias

Detailed Description

Defines the Map Drawing State. It includes such information as the content type and the DPI. By default, maps are generated using content type = image/gif and 72 DPI.
See also:
ContentType


Constructor & Destructor Documentation

MQClientInterface::DisplayState::DisplayState  )  [inline]
 

Default constructor.


Member Function Documentation

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

Equals(type)

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

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

Equals(object)

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

Reimplemented from MQClientInterface::MQObject.

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

Returns a hash code for this DisplayState.

Returns:
a hash code value for this DisplayState.

Reimplemented from MQClientInterface::MQObject.

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

Initializes this object.

Reimplemented from MQClientInterface::MQObject.

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

Inequality operator

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

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

Equality operator

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


Property Documentation

virtual bool MQClientInterface::DisplayState::AntiAlias [get, set]
 

Anti-alias property. Anti-alias flag, for use with PNG and GIF The default is on or true

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

Class ID property

Reimplemented from MQClientInterface::MQObject.

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

Class Name property

Reimplemented from MQClientInterface::MQObject.

virtual ContentType MQClientInterface::DisplayState::ContentType [get, set]
 

Content type property. The default is "image/gif"

virtual long MQClientInterface::DisplayState::DPI [get, set]
 

DPI property. Returns the DPI for the map output. The default is 72.


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