| Package | com.mapquest |
| Class | public class Feature |
| Inheritance | Feature MQObject |
| Subclasses | PointFeature |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Feature()
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 | ||
|
getObjectVersion():Number
Returns the version of this class.
| Feature | ||
![]() |
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(xml:XML):void
New XML Handler
| MQObject | |
![]() |
readExternal(input:IDataInput):void
| MQObject | |
![]() |
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 | ||
![]() |
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 | |
| Feature | () | constructor |
public function Feature()Constructs a new Feature object.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getDistance | () | method |
public function getDistance():StringGets Distance.
ReturnsString — The Distance value
|
| getDT | () | method |
public function getDT():intGets DT.
Returnsint — The DT value
|
| getGEFID | () | method |
public function getGEFID():intGets GEFID.
Returnsint — The GEFID value
|
| getKey | () | method |
public function getKey():StringGets key.
ReturnsString — The key value
|
| getName | () | method |
public function getName():StringGets name.
ReturnsString — The name value
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getSourceLayerName | () | method |
public function getSourceLayerName():StringGets sourceLayerName.
ReturnsString — The sourceLayerName value
|
| setDistance | () | method |
public function setDistance(dblDistance:Number):voidSets Distance.
ParametersdblDistance:Number — dblDistance The Distance value
|
| setDT | () | method |
public function setDT(intDT:int):voidSets DT.
ParametersintDT:int — intDT the value to set DT to
|
| setGEFID | () | method |
public function setGEFID(intGEFID:int):voidSets GEFID.
ParametersintGEFID:int — intGEFID the value to set GEFID to
|
| setKey | () | method |
public function setKey(strKey:String):voidSets key.
ParametersstrKey:String — strKey The key value
|
| setName | () | method |
public function setName(strName:String):voidSets name.
ParametersstrName:String — strName The name value
|
| setSourceLayerName | () | method |
public function setSourceLayerName(strSourceLayerName:String):voidSets sourceLayerName.
ParametersstrSourceLayerName:String — strSourceLayerName The sourceLayerName value
|