Packagecom.mapquest
Classpublic class Feature
InheritanceFeature Inheritance MQObject
SubclassesPointFeature

Feature object

See also

PointFeature
PolygonFeature
LineFeature


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 Feature object.
Feature
  
getClassName():String
Returns the text name of this class.
Feature
  
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
  
Returns the version of this class.
Feature
 Inherited
getProperty(path:String):String
Gets values from xml.
MQObject
  
Gets sourceLayerName.
Feature
 Inherited
Create a copy of this object.
MQObject
 Inherited
MQObject
 Inherited
MQObject
 Inherited
loadXml(xml:XML):void
New XML Handler
MQObject
 Inherited
readExternal(input:IDataInput):void
MQObject
 Inherited
saveXml():XML
New XML Handler
MQObject
  
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
 Inherited
setProperty(path:String, value:Object):String
Sets values in xml.
MQObject
  
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
Feature()constructor
public function Feature()

Constructs a new Feature 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.
getDistance()method 
public function getDistance():String

Gets Distance.

Returns
String — The Distance value
getDT()method 
public function getDT():int

Gets DT.

Returns
int — The DT value
getGEFID()method 
public function getGEFID():int

Gets GEFID.

Returns
int — The GEFID value
getKey()method 
public function getKey():String

Gets key.

Returns
String — The key value
getName()method 
public function getName():String

Gets name.

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

Returns the version of this class.

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

Gets sourceLayerName.

Returns
String — The sourceLayerName value
setDistance()method 
public function setDistance(dblDistance:Number):void

Sets Distance.

Parameters
dblDistance:Number — dblDistance The Distance value
setDT()method 
public function setDT(intDT:int):void

Sets DT.

Parameters
intDT:int — intDT the value to set DT to
setGEFID()method 
public function setGEFID(intGEFID:int):void

Sets GEFID.

Parameters
intGEFID:int — intGEFID the value to set GEFID to
setKey()method 
public function setKey(strKey:String):void

Sets key.

Parameters
strKey:String — strKey The key value
setName()method 
public function setName(strName:String):void

Sets name.

Parameters
strName:String — strName The name value
setSourceLayerName()method 
public function setSourceLayerName(strSourceLayerName:String):void

Sets sourceLayerName.

Parameters
strSourceLayerName:String — strSourceLayerName The sourceLayerName value