| Package | com.mapquest |
| Class | public class PointFeature |
| Inheritance | PointFeature Feature MQObject |
| Subclasses | PolygonFeature |
See also
| Method | Defined 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 | ||
![]() |
getDistance():String
Gets Distance.
| Feature | |
![]() |
getDT():int
Gets DT.
| Feature | |
![]() |
getGEFID():int
Gets GEFID.
| Feature | |
![]() |
getKey():String
Gets key.
| Feature | |
![]() |
getName():String
Gets name.
| Feature | |
|
getObjectVersion():Number
Returns the version of this class.
| PointFeature | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
![]() |
getSourceLayerName():String
Gets sourceLayerName.
| Feature | |
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
|
loadXml(xmlPrm:XML):void
Assigns the xml that relates to this object.
| PointFeature | ||
![]() |
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 | ||
![]() |
setDistance(dblDistance:Number):void
Sets Distance.
| Feature | |
![]() |
setDT(intDT:int):void
Sets DT.
| Feature | |
![]() |
setGEFID(intGEFID:int):void
Sets GEFID.
| Feature | |
![]() |
setKey(strKey:String):void
Sets key.
| Feature | |
![]() |
setName(strName:String):void
Sets name.
| Feature | |
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
setSourceLayerName(strSourceLayerName:String):void
Sets sourceLayerName.
| Feature | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| PointFeature | () | constructor |
public function PointFeature()Constructs a new PointFeature object.
| getCenterLatLng | () | method |
public function getCenterLatLng():LatLngReturns the m_CenterLatLng object.
ReturnsLatLng —
The m_CenterLatLng object.
|
| getCenterPoint | () | method |
public function getCenterPoint():PointReturns the m_CenterPoint object.
ReturnsPoint —
The m_CenterPoint object.
|
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| loadXml | () | method |
public override function loadXml(xmlPrm:XML):voidAssigns the xml that relates to this object.
ParametersxmlPrm:XML — the xml to be assigned.
|
| saveXml | () | method |
public override function saveXml():XMLBuild xml that represents this object.
ReturnsXML — The xml.
|
| setCenterLatLng | () | method |
public function setCenterLatLng(latLng:LatLng):voidSets the m_CenterLatLng object.
ParameterslatLng:LatLng — the LatLng to set m_CenterLatLng to.
|
| setCenterPoint | () | method |
public function setCenterPoint(point:Point):voidSets the m_CenterPoint object.
Parameterspoint:Point — Point the Point to set m_CenterPoint to.
|