MapQuest Advantage TileMap Toolkit Reference Documentation

Class MQObject

Object
   |
   +--MQObject
Direct Known Subclasses:
MQPoint, MQObjectCollection, MQShapeOverlay, MQLatLng

class MQObject


Base class for almost all objects in the api.
Defined in mqcommon.js


Constructor Summary
MQObject ()
            Constructs a new MQObject object.
 
Method Summary
 MQObject copy()
           Create a copy of this object.
 String getClassName()
           Returns the text name of this class.
 Document getM_XmlDoc()
           Returns the m_xmlDoc object.
 String getM_Xpath()
           Returns the m_xpath string.
 int getObjectVersion()
           Returns the version of this class.
 String getProperty(<String> strPropName)
           Gets values from xml.
 void setM_XmlDoc(<Document> xmlDoc)
           Sets the m_xmlDoc object.
 void setM_Xpath(<String> xpath)
           Sets the m_xpath object.
 void setProperty(<String> strPropName, <String> strPropValue)
           Sets values in xml.

Constructor Detail

MQObject

MQObject()

Method Detail

copy

MQObject copy()

getClassName

String getClassName()

getM_XmlDoc

Document getM_XmlDoc()

getM_Xpath

String getM_Xpath()

getObjectVersion

int getObjectVersion()

getProperty

String getProperty(<String> strPropName)

setM_XmlDoc

void setM_XmlDoc(<Document> xmlDoc)

setM_Xpath

void setM_Xpath(<String> xpath)

setProperty

void setProperty(<String> strPropName, <String> strPropValue)

MapQuest Advantage TileMap Toolkit Reference Documentation

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