|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MQObject
|
+--MQFeature
|
+--MQPointFeature
See:
| 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 |
MQLatLng m_CenterLatLng
MQPoint m_CenterPoint
| Constructor Detail |
MQPointFeature()
| Method Detail |
MQLatLng getCenterLatLng()
MQPoint getCenterPoint()
String getClassName()
int getObjectVersion()
void loadXml(<String> strXml)
strXml - the xml to be assigned.
<private> void loadXmlFromNode(node)
node - {XML Node} of the document.
String saveXml()
void setCenterLatLng(<MQLatLng> latLng)
latLng - the MQLatLng to set m_CenterLatLng to.
void setCenterPoint(<MQPoint> Point)
Point - the MQPoint to set m_CenterPoint to.
|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||