| Package | com.mapquest |
| Class | public class BaseDTStyle |
| Inheritance | BaseDTStyle MQObject |
| Subclasses | DTFeatureStyleEx, DTStyle, DTStyleEx |
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new BaseDTStyle object.
| BaseDTStyle | ||
|
equals(type:BaseDTStyle):Boolean
Checks the equality of the values of two BaseDTStyle objects.
| BaseDTStyle | ||
|
getClassName():String
Returns the text name of this class.
| BaseDTStyle | ||
|
getDT():int
Returns the DT of this object.
| BaseDTStyle | ||
|
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.
| BaseDTStyle | ||
![]() |
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 | ||
|
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 | |
| BaseDTStyle | () | constructor |
public function BaseDTStyle()Constructs a new BaseDTStyle object.
See also
| equals | () | method |
public function equals(type:BaseDTStyle):BooleanChecks the equality of the values of two BaseDTStyle objects.
Parameterstype:BaseDTStyle |
Boolean — True if values are equal and false otherwise.
|
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getDT | () | method |
public function getDT():intReturns the DT of this object.
Returnsint — The new DT of this object.
|
| getHighScale | () | method |
public function getHighScale():intReturns the HighScale of this object.
Returnsint — The new HighScale of this object.
|
| getLowScale | () | method |
public function getLowScale():intReturns the LowScale of this object.
Returnsint — The new LowScale of this object.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| setDT | () | method |
public function setDT(val:int):voidSets the DT of this object.
Parametersval:int — val The new DT of this object.
|
| setHighScale | () | method |
public function setHighScale(val:int):voidSets the HighScale of this object.
Parametersval:int — val The new HighScale of this object.
|
| setLowScale | () | method |
public function setLowScale(val:int):voidSets the LowScale of this object.
Parametersval:int — val The new LowScale of this object.
|