| Package | com.mapquest |
| Class | public class LocationCollection |
| Inheritance | LocationCollection MQObjectCollection MQObject |
GeoAddress
objects.
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new LocationCollection object.
| LocationCollection | ||
![]() |
Adds this object to the array if it has not reached the maximum size.
| MQObjectCollection | |
![]() |
addInteger(integer:int):int
Adds this integer to the array if it has not reached the maximum size.
| MQObjectCollection | |
![]() |
addString(str:String):int
Adds this string to the array if it has not reached the maximum size.
| MQObjectCollection | |
![]() |
append(collection:MQObjectCollection):void
Append a collection to this one
| MQObjectCollection | |
![]() |
Check if the array contains a specific object
| MQObjectCollection | |
![]() |
get(i:Number):*
Get the item at postion i
| MQObjectCollection | |
![]() |
getAt(i:Number):*
| MQObjectCollection | |
![]() |
Return the object, if it exists, with the id strId
| MQObjectCollection | |
|
getClassName():String
Return the string that represents the class name.
| LocationCollection | ||
![]() |
getItemXpath():String
Returns the m_itemXpath string.
| MQObjectCollection | |
![]() |
getObjectVersion():Number
Returns the version of this class.
| MQObject | |
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
![]() |
getSize():int
Get the maximum size.
| MQObjectCollection | |
![]() |
getValidClassName():String
Accessor method for ValidClassName
| MQObjectCollection | |
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
|
isValidObject(obj:Object):Boolean
Is this object an GeoAddress or an Address
| LocationCollection | ||
|
loadXml(xmlPrm:XML):void
Assigns the xml that relates to this object.
| LocationCollection | ||
![]() |
readExternal(input:IDataInput):void
| MQObject | |
![]() |
remove(iIndex:int):*
Remove the item at postion iIndex
| MQObjectCollection | |
![]() |
removeAll():void
Remove all the items in the array
| MQObjectCollection | |
![]() |
removeItem(item:MQObject):void
Remove an item by it's pointer.
| MQObjectCollection | |
|
saveXml():XML
Build xml that represents this object.
| LocationCollection | ||
![]() |
Replace an object at position i and return the old object.
| MQObjectCollection | |
![]() |
setItemXpath(itemXpath:String):void
Sets the m_itemXpath string.
| MQObjectCollection | |
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
setValidClassName(className:String):void
Accessor method for ValidClassName
| MQObjectCollection | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| LocationCollection | () | constructor |
public function LocationCollection()Constructs a new LocationCollection object.
| getClassName | () | method |
public override function getClassName():StringReturn the string that represents the class name.
ReturnsString |
| isValidObject | () | method |
public override function isValidObject(obj:Object):BooleanIs this object an GeoAddress or an Address
Parametersobj:Object |
Boolean — True if valid, false otherwise
|
| 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():XMLBuild xml that represents this object.
ReturnsXML — The xml.
|