MapQuest Advantage JavaScript API Reference Documentation

Class MQCoverageStyle

Object
   |
   +--MQObject
         |
         +--MQObjectCollection
               |
               +--MQCoverageStyle

class MQCoverageStyle
extends MQObjectCollection


A collection of DTStyle objects. DTStyle objects contain information necessary to display various features on a map.
See:

Defined in mqobjects.js


 
Fields inherited from class MQObjectCollection
m_items, m_maxItems, validClassName, m_itemXpath
   
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQCoverageStyle ()
            Constructs a new MQCoverageStyle object.
 
Method Summary
 String getClassName()
           Returns the text name of this class.
 String getName()
           Returns the name of the CoverageStyle.
 int getObjectVersion()
           Returns the version of this class.
 void loadXml(<String> strXml)
           Assigns the xml that relates to this object.
 String saveXml()
           Build an xml string that represents this object.
 void setName(<String> strName)
           Sets the name of the CoverageStyle.
 
Methods inherited from class MQObjectCollection
getM_Items, getValidClassName, setValidClassName, add, getSize, get, remove, removeAll, contains, append, set, isValidObject, getM_itemXpath, setM_itemXpath, getById, removeItem, getAt
   
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Constructor Detail

MQCoverageStyle

MQCoverageStyle()

Method Detail

getClassName

String getClassName()

getName

String getName()

getObjectVersion

int getObjectVersion()

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

setName

void setName(<String> strName)

MapQuest Advantage JavaScript API Reference Documentation

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