Packagecom.mapquest
Classpublic class FeatureSpecifier
InheritanceFeatureSpecifier Inheritance MQObject

Describes FeatureSpecifier annotations to be placed on the map. The FeatureSpecifier is converted into latitude/longitude points so it can be placed in the same geographical location after the map is manipulated.

See also

FeatureSpeciferAttributeType


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 FeatureSpecifier object.
FeatureSpecifier
  
Gets the Feature Specifer Attribute Type.
FeatureSpecifier
  
Get attribute value member of the FeatureSpecifier.
FeatureSpecifier
  
getClassName():String
Returns the text name of this class.
FeatureSpecifier
  
Returns the version of this class.
FeatureSpecifier
 Inherited
getProperty(path:String):String
Gets values from xml.
MQObject
 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
  
Sets the Feature Specifer Attribute Type.
FeatureSpecifier
  
setAttributeValue(val:String):void
Set attribute value member of the FeatureSpecifier.
FeatureSpecifier
 Inherited
setProperty(path:String, value:Object):String
Sets values in xml.
MQObject
 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
FeatureSpecifier()constructor
public function FeatureSpecifier()

Constructs a new FeatureSpecifier object.

Method detail
getAttributeType()method
public function getAttributeType():FeatureSpeciferAttributeType

Gets the Feature Specifer Attribute Type.

Returns
FeatureSpeciferAttributeType — The m_Type.
getAttributeValue()method 
public function getAttributeValue():String

Get attribute value member of the FeatureSpecifier.

Returns
String — The new value member of the FeatureSpecifier.
getClassName()method 
public override function getClassName():String

Returns the text name of this class.

Returns
String — The text name of this class.
getObjectVersion()method 
public override function getObjectVersion():Number

Returns the version of this class.

Returns
Number — The version of this class.
setAttributeType()method 
public function setAttributeType(obj:FeatureSpeciferAttributeType):void

Sets the Feature Specifer Attribute Type.

Parameters
obj:FeatureSpeciferAttributeType — obj The FeatureSpeciferAttributeType to set m_Type to.
setAttributeValue()method 
public function setAttributeValue(val:String):void

Set attribute value member of the FeatureSpecifier.

Parameters
val:String — val The value member of the FeatureSpecifier.