MapQuest Advantage JavaScript API Reference Documentation

Class MQFeatureSpecifier

Object
   |
   +--MQObject
         |
         +--MQFeatureSpecifier

class MQFeatureSpecifier
extends MQObject


Describes FeatureSpecifier annotations to be placed on the map. The FeatureSpecifier is converted into latitude/longitude points so it can be placed in the same geographical location after the map is manipulated.
See:

Defined in mqobjects.js


Field Summary
<private>  MQFeatureSpeciferAttributeType m_Type
          Value to represent the Feature Specifer Attribute Type to be used
   
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQFeatureSpecifier ()
            Constructs a new MQFeatureSpecifier object.
 
Method Summary
 MQFeatureSpeciferAttributeType getAttributeType()
           Gets the Feature Specifer Attribute Type.
 String getAttributeValue()
           Get attribute value member of the FeatureSpecifier.
 String getClassName()
           Returns the text name of this class.
 int getObjectVersion()
           Returns the version of this class.
 void setAttributeType(<MQFeatureSpeciferAttributeType> obj)
           Sets the Feature Specifer Attribute Type.
 void setAttributeValue(<String> val)
           Set attribute value member of the FeatureSpecifier.
 
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Field Detail

m_Type

<private> MQFeatureSpeciferAttributeType m_Type

Constructor Detail

MQFeatureSpecifier

MQFeatureSpecifier()

Method Detail

getAttributeType

MQFeatureSpeciferAttributeType getAttributeType()

getAttributeValue

String getAttributeValue()

getClassName

String getClassName()

getObjectVersion

int getObjectVersion()

setAttributeType

void setAttributeType(<MQFeatureSpeciferAttributeType> obj)

setAttributeValue

void setAttributeValue(<String> val)

MapQuest Advantage JavaScript API Reference Documentation

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