MapQuest Advantage JavaScript API Reference Documentation

Class MQDTStyleEx

Object
   |
   +--MQObject
         |
         +--MQBaseDTStyle
               |
               +--MQDTStyleEx
Direct Known Subclasses:
MQDTFeatureStyleEx

class MQDTStyleEx
extends MQBaseDTStyle


This is the base class for the DTStyle and DTStyleEx objects.
Defined in mqobjects.js


 
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQDTStyleEx ()
            Constructs a new MQDTStyleEx object.
 
Method Summary
 String getClassName()
           Returns the text name of this class.
 int getObjectVersion()
           Returns the version of this class.
 String getStyleString()
           Returns the StyleString of this object.
 void loadXml(<String> strXml)
           Assigns the xml that relates to this object.
 String saveXml()
           Build an xml string that represents this object.
 void setStyleString(<String> val)
           Sets the StyleString of this object.
 
Methods inherited from class MQBaseDTStyle
setDT, getDT, setHighScale, getHighScale, setLowScale, getLowScale, equals
   
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Constructor Detail

MQDTStyleEx

MQDTStyleEx()

Method Detail

getClassName

String getClassName()

getObjectVersion

int getObjectVersion()

getStyleString

String getStyleString()

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

setStyleString

void setStyleString(<String> val)

MapQuest Advantage JavaScript API Reference Documentation

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