MapQuest Advantage JavaScript API Reference Documentation

Class MQPointFeature

Object
   |
   +--MQObject
         |
         +--MQFeature
               |
               +--MQPointFeature
Direct Known Subclasses:
MQPolygonFeature

class MQPointFeature
extends MQFeature



See:

Defined in mqobjects.js


Field Summary
 MQLatLng m_CenterLatLng
          Value to represent the MQLatLng
 MQPoint m_CenterPoint
          Value to represent the MQPoint
   
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQPointFeature ()
            Constructs a new MQPointFeature object.
 
Method Summary
 MQLatLng getCenterLatLng()
           Returns the m_CenterLatLng object.
 MQPoint getCenterPoint()
           Returns the m_CenterPoint object.
 String getClassName()
           Returns the text name of this class.
 int getObjectVersion()
           Returns the version of this class.
 void loadXml(<String> strXml)
           Assigns the xml that relates to this object.
 <private>  void loadXmlFromNode(node)
           Assigns the xml that relates to this object.
 String saveXml()
           Build an xml string that represents this object.
 void setCenterLatLng(<MQLatLng> latLng)
           Sets the m_CenterLatLng object.
 void setCenterPoint(<MQPoint> Point)
           Sets the m_CenterPoint object.
 
Methods inherited from class MQFeature
getDistance, setDistance, getName, setName, getSourceLayerName, setSourceLayerName, getKey, setKey, setGEFID, getGEFID, setDT, getDT
   
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Field Detail

m_CenterLatLng

MQLatLng m_CenterLatLng

m_CenterPoint

MQPoint m_CenterPoint

Constructor Detail

MQPointFeature

MQPointFeature()

Method Detail

getCenterLatLng

MQLatLng getCenterLatLng()

getCenterPoint

MQPoint getCenterPoint()

getClassName

String getClassName()

getObjectVersion

int getObjectVersion()

loadXml

void loadXml(<String> strXml)

loadXmlFromNode

 <private> void loadXmlFromNode(node)

saveXml

String saveXml()

setCenterLatLng

void setCenterLatLng(<MQLatLng> latLng)

setCenterPoint

void setCenterPoint(<MQPoint> Point)

MapQuest Advantage JavaScript API Reference Documentation

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