Class MQLocationCollection
Object
|
+--MQObject
|
+--MQObjectCollection
|
+--MQLocationCollection
- class
MQLocationCollection
- extends MQObjectCollection
Contains a collection of Location objects, usually Geocode results.
The Geocode results are in the form of MQGeoAddress
objects.
See:
Defined in mqobjects.js
|
Method Summary |
String
|
getClassName()
Returns the text name of this class.
|
int
|
getObjectVersion()
Returns the version of this class.
|
MQLocation
|
isValidObject(obj)
Is this object an MQGeoAddress or an MQAddress or an MQSingleLineAddress
|
void
|
loadXml(<String> strXml)
Assigns the xml that relates to this object.
|
String
|
saveXml()
Build an xml string that represents this object.
|
| Methods inherited from class MQObjectCollection |
getM_Items, getValidClassName, setValidClassName, add, getSize, get, remove, removeAll, contains, append, set, getM_itemXpath, setM_itemXpath, getById, removeItem, getAt
|
MQLocationCollection
MQLocationCollection()
Constructs a new MQLocationCollection object.
Parameters:
strMQLocationType - The type of MQLocation descedent to check for
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.
isValidObject
MQLocation isValidObject(obj)
Is this object an MQGeoAddress or an MQAddress or an MQSingleLineAddress
Returns:
True if valid, false otherwise
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.
Documentation generated by
JSDoc on Tue Oct 16 08:04:12 2007