Class MQMapCommand
Object
|
+--MQObject
|
+--MQMapCommand
-
Direct Known Subclasses:
-
MQZoomOut, MQZoomToRect, MQCenterLatLng, MQZoomToRectLatLng, MQCenter, MQZoomTo, MQBestFitLL, MQPan, MQZoomIn, MQBestFit
- class
MQMapCommand
- extends MQObject
Allows actions (such as panning, zooming in, and zooming out) to be
performed on a map.
Defined in mqobjects.js
|
Constructor Summary |
MQMapCommand
()
Constructs a new MQMapCommand object.
|
m_Col
<private> MQFeatureSpecifierCollection m_Col
Value to represent Feature Specifier Collection
MQMapCommand
MQMapCommand()
Constructs a new MQMapCommand object.
getClassName
String getClassName()
Returns the text name of this class.
Returns:
The text name of this class.
getFeatureSpecifiers
MQFeatureSpecifierCollection getFeatureSpecifiers()
Returns the m_Col object.
getObjectVersion
int getObjectVersion()
Returns the version of this class.
Returns:
The version of this class.
setFeatureSpecifiers
void setFeatureSpecifiers(<MQFeatureSpecifierCollection> col)
Parameters:
col - the MQFeatureSpecifierCollection to set m_Col to.
Documentation generated by
JSDoc on Tue Oct 16 08:04:12 2007