MapQuest Advantage JavaScript API Reference Documentation

Class MQLineFeature

Object
   |
   +--MQObject
         |
         +--MQFeature
               |
               +--MQPointFeature
                     |
                     +--MQPolygonFeature
                           |
                           +--MQLineFeature

class MQLineFeature
extends MQPolygonFeature



See:

Defined in mqobjects.js


 
Fields inherited from class MQPolygonFeature
m_LatLngs, m_Points
   
Fields inherited from class MQPointFeature
m_CenterLatLng, m_CenterPoint
   
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQLineFeature ()
            Constructs a new MQLineFeature object.
 
Method Summary
 String getClassName()
           Returns the text name of this class.
 String getLeftAddressHi()
           Gets LeftAddressHi.
 String getLeftAddressLo()
           Gets LeftAddressLo.
 String getLeftPostalCode()
           Gets LeftPostalCode.
 int getObjectVersion()
           Returns the version of this class.
 String getRightAddressHi()
           Gets RightAddressHi.
 String getRightAddressLo()
           Gets RightAddressLo.
 String getRightPostalCode()
           Gets RightPostalCode.
 void loadXml(<String> strXml)
           Assigns the xml that relates to this object.
 String saveXml()
           Build an xml string that represents this object.
 void setLeftAddressHi(<String> strVal)
           Sets LeftAddressHi.
 void setLeftAddressLo(<String> strVal)
           Sets LeftAddressLo.
 void setLeftPostalCode(<String> strVal)
           Sets LeftPostalCode.
 void setRightAddressHi(<String> strVal)
           Sets RightAddressHi.
 void setRightAddressLo(<String> strVal)
           Sets RightAddressLo.
 void setRightPostalCode(<String> strVal)
           Sets RightPostalCode.
 
Methods inherited from class MQPolygonFeature
getLatLngs, setLatLngs, getPoints, setPoints
   
Methods inherited from class MQPointFeature
loadXmlFromNode, getCenterLatLng, setCenterLatLng, getCenterPoint, setCenterPoint
   
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
 

Constructor Detail

MQLineFeature

MQLineFeature()

Method Detail

getClassName

String getClassName()

getLeftAddressHi

String getLeftAddressHi()

getLeftAddressLo

String getLeftAddressLo()

getLeftPostalCode

String getLeftPostalCode()

getObjectVersion

int getObjectVersion()

getRightAddressHi

String getRightAddressHi()

getRightAddressLo

String getRightAddressLo()

getRightPostalCode

String getRightPostalCode()

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

setLeftAddressHi

void setLeftAddressHi(<String> strVal)

setLeftAddressLo

void setLeftAddressLo(<String> strVal)

setLeftPostalCode

void setLeftPostalCode(<String> strVal)

setRightAddressHi

void setRightAddressHi(<String> strVal)

setRightAddressLo

void setRightAddressLo(<String> strVal)

setRightPostalCode

void setRightPostalCode(<String> strVal)

MapQuest Advantage JavaScript API Reference Documentation

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