MapQuest Advantage JavaScript API Reference Documentation

Class MQDTFeatureStyleEx

Object
   |
   +--MQObject
         |
         +--MQBaseDTStyle
               |
               +--MQDTStyleEx
                     |
                     +--MQDTFeatureStyleEx

class MQDTFeatureStyleEx
extends MQDTStyleEx


Contains the appearance characteristics of all features for a given display type. These characteristics include the icon name, icon type (Raster or Metafile), icon visible, label visible, low scale index, and high scale index. The scale indexes indicate the range of map scales at which the display type style applies. If the user desires to create his own icon, it must be a .BMP, which is a raster image. The MQDTFeatureStyleEx class is very similar to DTStyleEx, but lets developers specify what map features to override by providing its name or unique ID (GEF ID) within a map data set.
See:

Defined in mqobjects.js


Field Summary
<private>  MQFeatureSpecifierCollection m_Col
          Value to represent Feature Specifier Collection
   
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQDTFeatureStyleEx ()
            Constructs a new MQDTFeatureStyleEx object.
 
Method Summary
 String getClassName()
           Returns the text name of this class.
 MQFeatureSpecifierCollection getFeatureSpecifiers()
           Returns the m_Col object.
 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 setFeatureSpecifiers(<MQFeatureSpecifierCollection> col)
           Sets the m_Col object.
 
Methods inherited from class MQDTStyleEx
setStyleString, getStyleString
   
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
 

Field Detail

m_Col

<private> MQFeatureSpecifierCollection m_Col

Constructor Detail

MQDTFeatureStyleEx

MQDTFeatureStyleEx()

Method Detail

getClassName

String getClassName()

getFeatureSpecifiers

MQFeatureSpecifierCollection getFeatureSpecifiers()

getObjectVersion

int getObjectVersion()

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

setFeatureSpecifiers

void setFeatureSpecifiers(<MQFeatureSpecifierCollection> col)

MapQuest Advantage JavaScript API Reference Documentation

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