Packagecom.mapquest
Classpublic class RectLL
InheritanceRectLL Inheritance MQObject
ImplementsIRectLL



Public Properties
 PropertyDefined by
 InheritedCLASS_NAME : String = "MQObject"
[static]
MQObject
  _lr : IPointLL
RectLL
  lr : IPointLL
RectLL
  _ul : IPointLL
RectLL
  ul : IPointLL
RectLL
Protected Properties
 PropertyDefined by
 InheritedobjectVersion : Number = 0
Value to represent the version of this object
MQObject
 Inheritedxml : XML = null
MQObject
 Inheritedxpath : String
MQObject
Public Methods
 MethodDefined by
  
RectLL
  
extend(latLng:IPointLL):void
Extend a bounding box if necessary by passing in LatLng.
RectLL
 Inherited
getClassName():String
Returns the text name of this class.
MQObject
  
Returns lower-right corner of the bounding box in Latitude and Longitude coordinates.
RectLL
 Inherited
Returns the version of this class.
MQObject
 Inherited
getProperty(path:String):String
Gets values from xml.
MQObject
  
Returns upper-left corner of the bounding box in Latitude and Longitude coordinates.
RectLL
 Inherited
Create a copy of this object.
MQObject
 Inherited
MQObject
 Inherited
MQObject
 Inherited
loadXml(xml:XML):void
New XML Handler
MQObject
 Inherited
readExternal(input:IDataInput):void
MQObject
 Inherited
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
 Inherited
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
 Inherited
setXpath(xpath:String):void
Sets the m_xpath object.
MQObject
  
toString():String
RectLL
 Inherited
writeExternal(output:IDataOutput):void
MQObject
Protected Methods
 MethodDefined by
 Inherited
getXML():XML
Returns the m_xmlDoc object.
MQObject
 Inherited
getXpath():String
Returns the xpath string.
MQObject
 Inherited
setXML(xml:XML):void
Sets the m_xmlDoc object.
MQObject
Property detail
_lrproperty
public var _lr:IPointLL
lrproperty 
lr:IPointLL  [read-write]Implementation
    public function get lr():IPointLL
    public function set lr(value:IPointLL):void
_ulproperty 
public var _ul:IPointLL
ulproperty 
ul:IPointLL  [read-write]Implementation
    public function get ul():IPointLL
    public function set ul(value:IPointLL):void
Constructor detail
RectLL()constructor
public function RectLL(ul:IPointLL, lr:IPointLL)Parameters
ul:IPointLL
 
lr:IPointLL
Method detail
extend()method
public function extend(latLng:IPointLL):void

Extend a bounding box if necessary by passing in LatLng.

Parameters
latLng:IPointLL — LatLng point to include in bounding box.
getLowerRight()method 
public function getLowerRight():IPointLL

Returns lower-right corner of the bounding box in Latitude and Longitude coordinates. NOTE: returns a copy of the LatLng.

Returns
IPointLL
getUpperLeft()method 
public function getUpperLeft():IPointLL

Returns upper-left corner of the bounding box in Latitude and Longitude coordinates. NOTE: returns a copy of the LatLng.

Returns
IPointLL — {LatLng} Upper-left corner of the bounding box.
setBounds()method 
public function setBounds(arrayLL:Array):void

Set a bounding box by passing in a javasvcript array of LatLng objects.

Parameters
arrayLL:Array — arrayLL javascript array of points.
setLowerRight()method 
public function setLowerRight(latLng:IPointLL):void

Set the lower-right corner of bounding box in Latitude and Longitude coordinates. NOTE: makes a copy of the LatLng object passed in.

Parameters
latLng:IPointLL — LatLng Lower-right corner of the bounding box.
setUpperLeft()method 
public function setUpperLeft(latLng:IPointLL):void

Set the upper-left corner of bounding box in Latitude and Longitude coordinates. NOTE: makes a copy of the LatLng object passed in.

Parameters
latLng:IPointLL — LatLng Upper-left corner of the bounding box.
toString()method 
public function toString():String

Returns
String