Packagecom.mapquest
Classpublic class PolygonFeature
InheritancePolygonFeature Inheritance PointFeature Inheritance Feature Inheritance MQObject
SubclassesLineFeature

PolygonFeature

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 PolygonFeature object.
PolygonFeature
 Inherited
Returns the m_CenterLatLng object.
PointFeature
 Inherited
Returns the m_CenterPoint object.
PointFeature
  
getClassName():String
Returns the text name of this class.
PolygonFeature
 Inherited
getDistance():String
Gets Distance.
Feature
 Inherited
getDT():int
Gets DT.
Feature
 Inherited
getGEFID():int
Gets GEFID.
Feature
 Inherited
getKey():String
Gets key.
Feature
  
Returns the m_LatLngs object.
PolygonFeature
 Inherited
getName():String
Gets name.
Feature
  
Returns the version of this class.
PolygonFeature
  
Returns the m_Points object.
PolygonFeature
 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.
PolygonFeature
 Inherited
readExternal(input:IDataInput):void
MQObject
  
saveXml():XML
Build xml that represents this object.
PolygonFeature
 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
  
Sets the m_LatLngs object.
PolygonFeature
 Inherited
setName(strName:String):void
Sets name.
Feature
  
Sets the m_Points object.
PolygonFeature
 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
PolygonFeature()constructor
public function PolygonFeature()

Constructs a new PolygonFeature 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.
getLatLngs()method 
public function getLatLngs():LatLngCollection

Returns the m_LatLngs object.

Returns
LatLngCollection — The m_LatLngs object.
getObjectVersion()method 
public override function getObjectVersion():Number

Returns the version of this class.

Returns
Number — The version of this class.
getPoints()method 
public function getPoints():PointCollection

Returns the m_Points object.

Returns
PointCollection — The m_Points object.
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.
setLatLngs()method 
public function setLatLngs(latLngs:LatLngCollection):void

Sets the m_LatLngs object.

Parameters
latLngs:LatLngCollection — latLngs the LatLngCollection to set m_LatLngs to.
setPoints()method 
public function setPoints(pts:PointCollection):void

Sets the m_Points object.

Parameters
pts:PointCollection — pts the PointCollection to set m_Points to.