Packagecom.mapquest
Classpublic class LineFeature
InheritanceLineFeature Inheritance PolygonFeature Inheritance PointFeature Inheritance Feature Inheritance MQObject

LineFeature

See also

LatLng
LatLngCollection
Point
PointCollection


Public Properties
 PropertyDefined by
 InheritedCLASS_NAME : String = "MQObject"
[static]
MQObject
Protected Properties
 PropertyDefined by
 InheritedobjectVersion : Number = 0
Value to represent the version of this object
MQObject
 Inheritedxml : XML = null
MQObject
 Inheritedxpath : String
MQObject
Public Methods
 MethodDefined by
  
Constructs a new LineFeature object.
LineFeature
 Inherited
Returns the m_CenterLatLng object.
PointFeature
 Inherited
Returns the m_CenterPoint object.
PointFeature
  
getClassName():String
Returns the text name of this class.
LineFeature
 Inherited
getDistance():String
Gets Distance.
Feature
 Inherited
getDT():int
Gets DT.
Feature
 Inherited
getGEFID():int
Gets GEFID.
Feature
 Inherited
getKey():String
Gets key.
Feature
 Inherited
Returns the m_LatLngs object.
PolygonFeature
  
Gets LeftAddressHi.
LineFeature
  
Gets LeftAddressLo.
LineFeature
  
Gets LeftPostalCode.
LineFeature
 Inherited
getName():String
Gets name.
Feature
  
Returns the version of this class.
LineFeature
 Inherited
Returns the m_Points object.
PolygonFeature
 Inherited
getProperty(path:String):String
Gets values from xml.
MQObject
  
Gets RightAddressHi.
LineFeature
  
Gets RightAddressLo.
LineFeature
  
Gets RightPostalCode.
LineFeature
 Inherited
Gets sourceLayerName.
Feature
 Inherited
Create a copy of this object.
MQObject
 Inherited
MQObject
 Inherited
MQObject
  
loadXml(xmlPrm:XML):void
Assigns the xml that relates to this object.
LineFeature
 Inherited
readExternal(input:IDataInput):void
MQObject
  
saveXml():XML
Build xml that represents this object.
LineFeature
 Inherited
setCenterLatLng(latLng:LatLng):void
Sets the m_CenterLatLng object.
PointFeature
 Inherited
setCenterPoint(point:Point):void
Sets the m_CenterPoint object.
PointFeature
 Inherited
setDistance(dblDistance:Number):void
Sets Distance.
Feature
 Inherited
setDT(intDT:int):void
Sets DT.
Feature
 Inherited
setGEFID(intGEFID:int):void
Sets GEFID.
Feature
 Inherited
setKey(strKey:String):void
Sets key.
Feature
 Inherited
Sets the m_LatLngs object.
PolygonFeature
  
setLeftAddressHi(strVal:String):void
Sets LeftAddressHi.
LineFeature
  
setLeftAddressLo(strVal:String):void
Sets LeftAddressLo.
LineFeature
  
setLeftPostalCode(strVal:String):void
Sets LeftPostalCode.
LineFeature
 Inherited
setName(strName:String):void
Sets name.
Feature
 Inherited
Sets the m_Points object.
PolygonFeature
 Inherited
setProperty(path:String, value:Object):String
Sets values in xml.
MQObject
  
setRightAddressHi(strVal:String):void
Sets RightAddressHi.
LineFeature
  
setRightAddressLo(strVal:String):void
Sets RightAddressLo.
LineFeature
  
setRightPostalCode(strVal:String):void
Sets RightPostalCode.
LineFeature
 Inherited
setSourceLayerName(strSourceLayerName:String):void
Sets sourceLayerName.
Feature
 Inherited
setXpath(xpath:String):void
Sets the m_xpath object.
MQObject
 Inherited
writeExternal(output:IDataOutput):void
MQObject
Protected Methods
 MethodDefined by
 Inherited
getXML():XML
Returns the m_xmlDoc object.
MQObject
 Inherited
getXpath():String
Returns the xpath string.
MQObject
 Inherited
setXML(xml:XML):void
Sets the m_xmlDoc object.
MQObject
Constructor detail
LineFeature()constructor
public function LineFeature()

Constructs a new LineFeature object.

Method detail
getClassName()method
public override function getClassName():String

Returns the text name of this class.

Returns
String — The text name of this class.
getLeftAddressHi()method 
public function getLeftAddressHi():String

Gets LeftAddressHi.

Returns
String — The LeftAddressHi value
getLeftAddressLo()method 
public function getLeftAddressLo():String

Gets LeftAddressLo.

Returns
String — The LeftAddressLo value
getLeftPostalCode()method 
public function getLeftPostalCode():String

Gets LeftPostalCode.

Returns
String — The LeftPostalCode value
getObjectVersion()method 
public override function getObjectVersion():Number

Returns the version of this class.

Returns
Number — The version of this class.
getRightAddressHi()method 
public function getRightAddressHi():String

Gets RightAddressHi.

Returns
String — The RightAddressHi value
getRightAddressLo()method 
public function getRightAddressLo():String

Gets RightAddressLo.

Returns
String — The RightAddressLo value
getRightPostalCode()method 
public function getRightPostalCode():String

Gets RightPostalCode.

Returns
String — The RightPostalCode value
loadXml()method 
public override function loadXml(xmlPrm:XML):void

Assigns the xml that relates to this object.

Parameters
xmlPrm:XML — xml to be assigned.
saveXml()method 
public override function saveXml():XML

Build xml that represents this object.

Returns
XML — The xml.
setLeftAddressHi()method 
public function setLeftAddressHi(strVal:String):void

Sets LeftAddressHi.

Parameters
strVal:String — LeftAddressHi value
setLeftAddressLo()method 
public function setLeftAddressLo(strVal:String):void

Sets LeftAddressLo.

Parameters
strVal:String — LeftAddressLo value
setLeftPostalCode()method 
public function setLeftPostalCode(strVal:String):void

Sets LeftPostalCode.

Parameters
strVal:String — LeftPostalCode value
setRightAddressHi()method 
public function setRightAddressHi(strVal:String):void

Sets RightAddressHi.

Parameters
strVal:String — RightAddressHi value
setRightAddressLo()method 
public function setRightAddressLo(strVal:String):void

Sets RightAddressLo.

Parameters
strVal:String — RightAddressLo value
setRightPostalCode()method 
public function setRightPostalCode(strVal:String):void

Sets RightPostalCode.

Parameters
strVal:String — RightPostalCode value