Packagecom.mapquest
Classpublic class BaseDTStyle
InheritanceBaseDTStyle Inheritance MQObject
SubclassesDTFeatureStyleEx, DTStyle, DTStyleEx

This is the base class for the DTStyle and DTStyleEx objects.



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 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
  
Returns the HighScale of this object.
BaseDTStyle
  
Returns the LowScale of this object.
BaseDTStyle
  
Returns the version of this class.
BaseDTStyle
 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
  
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
 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
BaseDTStyle()constructor
public function BaseDTStyle()

Constructs a new BaseDTStyle object.

See also

Method detail
equals()method
public function equals(type:BaseDTStyle):Boolean

Checks the equality of the values of two BaseDTStyle objects.

Parameters
type:BaseDTStyle

Returns
Boolean — True if values are equal and false otherwise.
getClassName()method 
public override function getClassName():String

Returns the text name of this class.

Returns
String — The text name of this class.
getDT()method 
public function getDT():int

Returns the DT of this object.

Returns
int — The new DT of this object.
getHighScale()method 
public function getHighScale():int

Returns the HighScale of this object.

Returns
int — The new HighScale of this object.
getLowScale()method 
public function getLowScale():int

Returns the LowScale of this object.

Returns
int — The new LowScale of this object.
getObjectVersion()method 
public override function getObjectVersion():Number

Returns the version of this class.

Returns
Number — The version of this class.
setDT()method 
public function setDT(val:int):void

Sets the DT of this object.

Parameters
val:int — val The new DT of this object.
setHighScale()method 
public function setHighScale(val:int):void

Sets the HighScale of this object.

Parameters
val:int — val The new HighScale of this object.
setLowScale()method 
public function setLowScale(val:int):void

Sets the LowScale of this object.

Parameters
val:int — val The new LowScale of this object.