Packagecom.mapquest
Classpublic class PointFeature
InheritancePointFeature Inheritance Feature Inheritance MQObject
SubclassesPolygonFeature

PointFeature object.

See also

LatLng
Point


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 PointFeature object.
PointFeature
  
Returns the m_CenterLatLng object.
PointFeature
  
Returns the m_CenterPoint object.
PointFeature
  
getClassName():String
Returns the text name of this class.
PointFeature
 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
getName():String
Gets name.
Feature
  
Returns the version of this class.
PointFeature
 Inherited
getProperty(path:String):String
Gets values from xml.
MQObject
 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.
PointFeature
 Inherited
readExternal(input:IDataInput):void
MQObject
  
saveXml():XML
Build xml that represents this object.
PointFeature
  
setCenterLatLng(latLng:LatLng):void
Sets the m_CenterLatLng object.
PointFeature
  
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
setName(strName:String):void
Sets name.
Feature
 Inherited
setProperty(path:String, value:Object):String
Sets values in xml.
MQObject
 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
PointFeature()constructor
public function PointFeature()

Constructs a new PointFeature object.

Method detail
getCenterLatLng()method
public function getCenterLatLng():LatLng

Returns the m_CenterLatLng object.

Returns
LatLng — The m_CenterLatLng object.
getCenterPoint()method 
public function getCenterPoint():Point

Returns the m_CenterPoint object.

Returns
Point — The m_CenterPoint object.
getClassName()method 
public override function getClassName():String

Returns the text name of this class.

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

Returns the version of this class.

Returns
Number — The version of this class.
loadXml()method 
public override function loadXml(xmlPrm:XML):void

Assigns the xml that relates to this object.

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

Build xml that represents this object.

Returns
XML — The xml.
setCenterLatLng()method 
public function setCenterLatLng(latLng:LatLng):void

Sets the m_CenterLatLng object.

Parameters
latLng:LatLng — the LatLng to set m_CenterLatLng to.
setCenterPoint()method 
public function setCenterPoint(point:Point):void

Sets the m_CenterPoint object.

Parameters
point:Point — Point the Point to set m_CenterPoint to.