| Package | com.mapquest |
| Class | public class DTFeatureStyleEx |
| Inheritance | DTFeatureStyleEx BaseDTStyle MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new DTFeatureStyleEx object.
| DTFeatureStyleEx | ||
![]() |
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 | ||
![]() |
getDT():int
Returns the DT of this object.
| BaseDTStyle | |
|
Returns the m_Col object.
| DTFeatureStyleEx | ||
![]() |
getHighScale():int
Returns the HighScale of this object.
| BaseDTStyle | |
![]() |
getLowScale():int
Returns the LowScale of this object.
| BaseDTStyle | |
|
getObjectVersion():Number
Returns the version of this class.
| DTFeatureStyleEx | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
![]() |
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 | |
![]() |
setDT(val:int):void
Sets the DT of this object.
| BaseDTStyle | |
|
Sets the m_Col object.
| DTFeatureStyleEx | ||
![]() |
setHighScale(val:int):void
Sets the HighScale of this object.
| BaseDTStyle | |
![]() |
setLowScale(val:int):void
Sets the LowScale of this object.
| BaseDTStyle | |
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| DTFeatureStyleEx | () | constructor |
public function DTFeatureStyleEx()Constructs a new DTFeatureStyleEx object.
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getFeatureSpecifiers | () | method |
public function getFeatureSpecifiers():FeatureSpecifierCollectionReturns the m_Col object.
ReturnsFeatureSpecifierCollection —
The m_Col object.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| setFeatureSpecifiers | () | method |
public function setFeatureSpecifiers(col:FeatureSpecifierCollection):voidSets the m_Col object.
Parameterscol:FeatureSpecifierCollection — the FeatureSpecifierCollection to set m_Col to.
|