| Package | com.mapquest |
| Class | public class AutoMapCovSwitch |
| Inheritance | AutoMapCovSwitch AutoRouteCovSwitch MQObject |
See also
| Method | Defined by | ||
|---|---|---|---|
|
AutoMapCovSwitch(strXpath:String = "AutoMapCovSwitch")
Constructs a new AutoMapCovSwitch object.
| AutoMapCovSwitch | ||
|
getClassName():String
Returns the text name of this class.
| AutoMapCovSwitch | ||
![]() |
Returns the m_DataVendorCodes collection.
| AutoRouteCovSwitch | |
![]() |
getDataVendorCodeUsage():int
Gets the DataVendorCodeUsage for this object.
| AutoRouteCovSwitch | |
![]() |
getName():String
Gets the name of the Route coverage switching rules being used.
| AutoRouteCovSwitch | |
|
getObjectVersion():Number
Returns the version of this class.
| AutoMapCovSwitch | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
getStyle():String
Gets the name of the style alias to be selected for the selected mapping
coverage or blank for default.
| AutoMapCovSwitch | ||
|
Returns the m_ZoomLevels collection.
| AutoMapCovSwitch | ||
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
|
loadXml(xmlPrm:XML):void
Assigns the xml that relates to this object.
| AutoMapCovSwitch | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
|
saveXml():XML
Return the XML that represents this object.
| AutoMapCovSwitch | ||
![]() |
setDataVendorCodeUsage(lDataVendorCodeUsage:int):void
Sets the DataVendorCodeUsage for this object.
| AutoRouteCovSwitch | |
![]() |
setName(strName:String):void
Sets the name of the Route coverage switching rules to use.
| AutoRouteCovSwitch | |
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
setStyle(strStyle:String):void
Sets the name of the style alias to be selected for the selected mapping
coverage or blank for default.
| AutoMapCovSwitch | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| AutoMapCovSwitch | () | constructor |
public function AutoMapCovSwitch(strXpath:String = "AutoMapCovSwitch")Constructs a new AutoMapCovSwitch object.
ParametersstrXpath:String (default = "AutoMapCovSwitch") — type of xPath for this class
|
See also
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| getStyle | () | method |
public function getStyle():StringGets the name of the style alias to be selected for the selected mapping coverage or blank for default.
ReturnsString — The value of Style
|
| getZoomLevels | () | method |
public function getZoomLevels():IntCollectionReturns the m_ZoomLevels collection.
ReturnsIntCollection —
The m_ZoomLevels collection.
|
| loadXml | () | method |
public override function loadXml(xmlPrm:XML):voidAssigns the xml that relates to this object.
ParametersxmlPrm:XML — the xml to be assigned.
|
| saveXml | () | method |
public override function saveXml():XMLReturn the XML that represents this object.
ReturnsXML |
| setStyle | () | method |
public function setStyle(strStyle:String):voidSets the name of the style alias to be selected for the selected mapping coverage or blank for default.
ParametersstrStyle:String — strStyle Name of the style alias to use.
|