| Property | Defined by | ||
|---|---|---|---|
![]() | CLASS_NAME : String = "MQObject" [static]
| MQObject | |
| _lr : IPointLL | RectLL | ||
| lr : IPointLL | RectLL | ||
| _ul : IPointLL | RectLL | ||
| ul : IPointLL | RectLL | ||
| Method | Defined by | ||
|---|---|---|---|
| RectLL | |||
|
Extend a bounding box if necessary by passing in LatLng.
| RectLL | ||
![]() |
getClassName():String
Returns the text name of this class.
| MQObject | |
|
Returns lower-right corner of the bounding box in Latitude and Longitude
coordinates.
| RectLL | ||
![]() |
getObjectVersion():Number
Returns the version of this class.
| MQObject | |
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
Returns upper-left corner of the bounding box in Latitude and Longitude
coordinates.
| RectLL | ||
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
![]() |
loadXml(xml:XML):void
New XML Handler
| MQObject | |
![]() |
readExternal(input:IDataInput):void
| MQObject | |
![]() |
saveXml():XML
New XML Handler
| MQObject | |
|
setBounds(arrayLL:Array):void
Set a bounding box by passing in a javasvcript array of LatLng objects.
| RectLL | ||
|
setLowerRight(latLng:IPointLL):void
Set the lower-right corner of bounding box in Latitude and Longitude
coordinates.
| RectLL | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
setUpperLeft(latLng:IPointLL):void
Set the upper-left corner of bounding box in Latitude and Longitude
coordinates.
| RectLL | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
|
toString():String
| RectLL | ||
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| _lr | property |
public var _lr:IPointLL
| lr | property |
lr:IPointLL [read-write]Implementation
public function get lr():IPointLL
public function set lr(value:IPointLL):void
| _ul | property |
public var _ul:IPointLL
| ul | property |
ul:IPointLL [read-write]Implementation
public function get ul():IPointLL
public function set ul(value:IPointLL):void
| RectLL | () | constructor |
| extend | () | method |
public function extend(latLng:IPointLL):voidExtend a bounding box if necessary by passing in LatLng.
ParameterslatLng:IPointLL — LatLng point to include in bounding box.
|
| getLowerRight | () | method |
public function getLowerRight():IPointLLReturns lower-right corner of the bounding box in Latitude and Longitude coordinates. NOTE: returns a copy of the LatLng.
ReturnsIPointLL |
| getUpperLeft | () | method |
public function getUpperLeft():IPointLLReturns upper-left corner of the bounding box in Latitude and Longitude coordinates. NOTE: returns a copy of the LatLng.
ReturnsIPointLL —
{LatLng} Upper-left corner of the bounding box.
|
| setBounds | () | method |
public function setBounds(arrayLL:Array):voidSet a bounding box by passing in a javasvcript array of LatLng objects.
ParametersarrayLL:Array — arrayLL javascript array of points.
|
| setLowerRight | () | method |
public function setLowerRight(latLng:IPointLL):voidSet the lower-right corner of bounding box in Latitude and Longitude coordinates. NOTE: makes a copy of the LatLng object passed in.
ParameterslatLng:IPointLL — LatLng Lower-right corner of the bounding box.
|
| setUpperLeft | () | method |
public function setUpperLeft(latLng:IPointLL):voidSet the upper-left corner of bounding box in Latitude and Longitude coordinates. NOTE: makes a copy of the LatLng object passed in.
ParameterslatLng:IPointLL — LatLng Upper-left corner of the bounding box.
|
| toString | () | method |
public function toString():String
Returns
String |