| Package | com.mapquest |
| Class | public class PolygonFeature |
| Inheritance | PolygonFeature PointFeature Feature MQObject |
| Subclasses | LineFeature |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new PolygonFeature object.
| PolygonFeature | ||
![]() |
Returns the m_CenterLatLng object.
| PointFeature | |
![]() |
Returns the m_CenterPoint object.
| PointFeature | |
|
getClassName():String
Returns the text name of this class.
| PolygonFeature | ||
![]() |
getDistance():String
Gets Distance.
| Feature | |
![]() |
getDT():int
Gets DT.
| Feature | |
![]() |
getGEFID():int
Gets GEFID.
| Feature | |
![]() |
getKey():String
Gets key.
| Feature | |
|
Returns the m_LatLngs object.
| PolygonFeature | ||
![]() |
getName():String
Gets name.
| Feature | |
|
getObjectVersion():Number
Returns the version of this class.
| PolygonFeature | ||
|
Returns the m_Points object.
| PolygonFeature | ||
![]() |
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.
| PolygonFeature | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Build xml that represents this object.
| PolygonFeature | ||
![]() |
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 | |
|
setLatLngs(latLngs:LatLngCollection):void
Sets the m_LatLngs object.
| PolygonFeature | ||
![]() |
setName(strName:String):void
Sets name.
| Feature | |
|
setPoints(pts:PointCollection):void
Sets the m_Points object.
| PolygonFeature | ||
![]() |
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 | |
| PolygonFeature | () | constructor |
public function PolygonFeature()Constructs a new PolygonFeature object.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getLatLngs | () | method |
public function getLatLngs():LatLngCollectionReturns the m_LatLngs object.
ReturnsLatLngCollection —
The m_LatLngs object.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getPoints | () | method |
public function getPoints():PointCollectionReturns the m_Points object.
ReturnsPointCollection —
The m_Points object.
|
| 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.
|
| setLatLngs | () | method |
public function setLatLngs(latLngs:LatLngCollection):voidSets the m_LatLngs object.
ParameterslatLngs:LatLngCollection — latLngs the LatLngCollection to set m_LatLngs to.
|
| setPoints | () | method |
public function setPoints(pts:PointCollection):voidSets the m_Points object.
Parameterspts:PointCollection — pts the PointCollection to set m_Points to.
|