Class MQCoverageStyle
Object
|
+--MQObject
|
+--MQObjectCollection
|
+--MQCoverageStyle
- class
MQCoverageStyle
- extends MQObjectCollection
A collection of DTStyle objects. DTStyle objects contain
information necessary to display various features on a map.
See:
Defined in mqobjects.js
|
Constructor Summary |
MQCoverageStyle
()
Constructs a new MQCoverageStyle object.
|
|
Method Summary |
String
|
getClassName()
Returns the text name of this class.
|
String
|
getName()
Returns the name of the CoverageStyle.
|
int
|
getObjectVersion()
Returns the version of this class.
|
void
|
loadXml(<String> strXml)
Assigns the xml that relates to this object.
|
String
|
saveXml()
Build an xml string that represents this object.
|
void
|
setName(<String> strName)
Sets the name of the CoverageStyle.
|
| Methods inherited from class MQObjectCollection |
getM_Items, getValidClassName, setValidClassName, add, getSize, get, remove, removeAll, contains, append, set, isValidObject, getM_itemXpath, setM_itemXpath, getById, removeItem, getAt
|
MQCoverageStyle
MQCoverageStyle()
Constructs a new MQCoverageStyle object.
getClassName
String getClassName()
Returns the text name of this class.
Returns:
The text name of this class.
getName
String getName()
Returns the name of the CoverageStyle.
getObjectVersion
int getObjectVersion()
Returns the version of this class.
Returns:
The version of this class.
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.
setName
void setName(<String> strName)
Sets the name of the CoverageStyle.
Parameters:
strName - Name of CoverageStyle.
Documentation generated by
JSDoc on Tue Oct 16 08:04:12 2007