Class MQAutoMapCovSwitch
Object
|
+--MQObject
|
+--MQAutoRouteCovSwitch
|
+--MQAutoMapCovSwitch
- class
MQAutoMapCovSwitch
- extends MQAutoRouteCovSwitch
Stores map coverage switching parameters. Add this object to a
Session to enable automatic map coverage switching for the session.
See:
Defined in mqobjects.js
|
Constructor Summary |
MQAutoMapCovSwitch
(<String> strXpath)
Constructs a new MQAutoMapCovSwitch object.
|
|
Method Summary |
String
|
getClassName()
Returns the text name of this class.
|
int
|
getObjectVersion()
Returns the version of this class.
|
String
|
getStyle()
Gets the name of the style alias to be selected for the selected mapping
coverage or blank for default.
|
MQIntCollection
|
getZoomLevels()
Returns the m_ZoomLevels collection.
|
void
|
loadXml(<String> strXml)
Assigns the xml that relates to this object.
|
String
|
saveXml()
Build an xml string that represents this object.
|
void
|
setStyle(<String> strStyle)
Sets the name of the style alias to be selected for the selected mapping
coverage or blank for default.
|
m_ZoomLevels
<private> MQIntCollection m_ZoomLevels
Value to represent the Zoom Levels
MQAutoMapCovSwitch
MQAutoMapCovSwitch(<String> strXpath)
Constructs a new MQAutoMapCovSwitch object.
Parameters:
strXpath - The type of xPath for this class
getClassName
String getClassName()
Returns the text name of this class.
Returns:
The text name of this class.
getObjectVersion
int getObjectVersion()
Returns the version of this class.
Returns:
The version of this class.
getStyle
String getStyle()
Gets the name of the style alias to be selected for the selected mapping
coverage or blank for default.
getZoomLevels
MQIntCollection getZoomLevels()
Returns the m_ZoomLevels collection.
Returns:
The m_ZoomLevels collection.
loadXml
void loadXml(<String> strXml)
Assigns the xml that relates to this object.
Parameters:
strXml - the xml to be assigned.
saveXml
String saveXml()
Build an xml string that represents this object.
setStyle
void setStyle(<String> strStyle)
Sets the name of the style alias to be selected for the selected mapping
coverage or blank for default.
Parameters:
strStyle - Name of the style alias to use.
Documentation generated by
JSDoc on Fri Oct 19 08:54:32 2007