Packagecom.mapquest
Classpublic class DTFeatureStyleEx
InheritanceDTFeatureStyleEx Inheritance BaseDTStyle Inheritance MQObject

Contains the appearance characteristics of all features for a given display type. These characteristics include the icon name, icon type (Raster or Metafile), icon visible, label visible, low scale index, and high scale index. The scale indexes indicate the range of map scales at which the display type style applies. If the user desires to create his own icon, it must be a .BMP, which is a raster image. The DTFeatureStyleEx class is very similar to DTStyleEx, but lets developers specify what map features to override by providing its name or unique ID (GEF ID) within a map data set.

See also

FeatureSpecifierCollection


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 DTFeatureStyleEx object.
DTFeatureStyleEx
 Inherited
equals(type:BaseDTStyle):Boolean
Checks the equality of the values of two BaseDTStyle objects.
BaseDTStyle
  
getClassName():String
Returns the text name of this class.
DTFeatureStyleEx
 Inherited
getDT():int
Returns the DT of this object.
BaseDTStyle
  
Returns the m_Col object.
DTFeatureStyleEx
 Inherited
Returns the HighScale of this object.
BaseDTStyle
 Inherited
Returns the LowScale of this object.
BaseDTStyle
  
Returns the version of this class.
DTFeatureStyleEx
 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
 Inherited
setDT(val:int):void
Sets the DT of this object.
BaseDTStyle
  
Sets the m_Col object.
DTFeatureStyleEx
 Inherited
setHighScale(val:int):void
Sets the HighScale of this object.
BaseDTStyle
 Inherited
setLowScale(val:int):void
Sets the LowScale of this object.
BaseDTStyle
 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
DTFeatureStyleEx()constructor
public function DTFeatureStyleEx()

Constructs a new DTFeatureStyleEx 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.
getFeatureSpecifiers()method 
public function getFeatureSpecifiers():FeatureSpecifierCollection

Returns the m_Col object.

Returns
FeatureSpecifierCollection — The m_Col object.
getObjectVersion()method 
public override function getObjectVersion():Number

Returns the version of this class.

Returns
Number — The version of this class.
setFeatureSpecifiers()method 
public function setFeatureSpecifiers(col:FeatureSpecifierCollection):void

Sets the m_Col object.

Parameters
col:FeatureSpecifierCollection — the FeatureSpecifierCollection to set m_Col to.