MapQuest Advantage JavaScript API Reference Documentation

Class MQBaseDTStyle

Object
   |
   +--MQObject
         |
         +--MQBaseDTStyle
Direct Known Subclasses:
MQDTStyleEx, MQDTStyle

class MQBaseDTStyle
extends MQObject


This is the base class for the DTStyle and DTStyleEx objects.
See:

Defined in mqobjects.js


 
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQBaseDTStyle ()
            Constructs a new MQBaseDTStyle object.
 
Method Summary
 Boolean equals(type)
           Checks the equality of the values of two MQBaseDTStyle objects.
 String getClassName()
           Returns the text name of this class.
 int getDT()
           Returns the DT of this object.
 int getHighScale()
           Returns the HighScale of this object.
 int getLowScale()
           Returns the LowScale of this object.
 int getObjectVersion()
           Returns the version of this class.
 void setDT(<int> val)
           Sets the DT of this object.
 void setHighScale(<int> val)
           Sets the HighScale of this object.
 void setLowScale(<int> val)
           Sets the LowScale of this object.
 
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Constructor Detail

MQBaseDTStyle

MQBaseDTStyle()

Method Detail

equals

Boolean equals(type)

getClassName

String getClassName()

getDT

int getDT()

getHighScale

int getHighScale()

getLowScale

int getLowScale()

getObjectVersion

int getObjectVersion()

setDT

void setDT(<int> val)

setHighScale

void setHighScale(<int> val)

setLowScale

void setLowScale(<int> val)

MapQuest Advantage JavaScript API Reference Documentation

Documentation generated by JSDoc on Tue Oct 16 08:04:12 2007