Packagecom.mapquest
Classpublic class EllipsePrimitive
InheritanceEllipsePrimitive Inheritance RectanglePrimitive Inheritance Primitive Inheritance MQObject

Describes circle annotations to be placed on the map. The ellipse is positioned by the Upper Left and Lower Right coordinates of a bounding rectangle. The coordinates are converted into latitude/longitude points so the annotation can be placed in the same geographical location after the map is manipulated.



Public Properties
 PropertyDefined by
 InheritedCLASS_NAME : String = "MQObject"
[static]
MQObject
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
  
Constructs a new EllipsePrimitive object.
EllipsePrimitive
  
getClassName():String
Returns the text name of this class.
EllipsePrimitive
 Inherited
Gets the m_Color
RectanglePrimitive
 Inherited
Gets the CoordinateType
Primitive
 Inherited
Gets the DrawTrigger
Primitive
 Inherited
Gets the m_FillColor
RectanglePrimitive
 Inherited
Gets the m_FillStyle
RectanglePrimitive
 Inherited
getKey():String
Gets the key.
Primitive
 Inherited
Gets the latitude/longitude of the lower right corner
RectanglePrimitive
 Inherited
Gets the x/y of the lower right corner
RectanglePrimitive
  
Returns the version of this class.
EllipsePrimitive
 Inherited
getOpacity():String
Gets the Opacity.
Primitive
 Inherited
getProperty(path:String):String
Gets values from xml.
MQObject
 Inherited
Gets the m_Style
RectanglePrimitive
 Inherited
Gets the latitude/longitude of the upper left corner.
RectanglePrimitive
 Inherited
Gets the x/y of the upper left corner.
RectanglePrimitive
 Inherited
getWidth():int
Returns the value representing the width of this object.
RectanglePrimitive
 Inherited
Create a copy of this object.
MQObject
 Inherited
MQObject
 Inherited
MQObject
 Inherited
loadXml(xmlPrm:XML):void
Assigns the xml that relates to this object.
RectanglePrimitive
 Inherited
readExternal(input:IDataInput):void
MQObject
 Inherited
saveXml():XML
Build xml that represents this object.
RectanglePrimitive
 Inherited
setColor(obj:ColorStyle):void
Sets the m_Color
RectanglePrimitive
 Inherited
Sets the CoordinateType
Primitive
 Inherited
Sets the DrawTrigger
Primitive
 Inherited
Sets the m_FillColor
RectanglePrimitive
 Inherited
Sets the m_FillStyle
RectanglePrimitive
 Inherited
setKey(strKey:String):void
Sets the key.
Primitive
 Inherited
Sets the latitude/longitude of the lower right corner
RectanglePrimitive
 Inherited
Sets the x/y of the lower right corner
RectanglePrimitive
 Inherited
setOpacity(strOpacity:String):void
Sets the Opacity.
Primitive
 Inherited
setProperty(path:String, value:Object):String
Sets values in xml.
MQObject
 Inherited
setStyle(obj:PenStyle):void
Sets the m_Style
RectanglePrimitive
 Inherited
Sets the latitude/longitude of the upper left corner.
RectanglePrimitive
 Inherited
Sets the x/y of the upper left corner.
RectanglePrimitive
 Inherited
setWidth(width:int):void
Sets the value representing the width of this object.
RectanglePrimitive
 Inherited
setXpath(xpath:String):void
Sets the m_xpath object.
MQObject
 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
Constructor detail
EllipsePrimitive()constructor
public function EllipsePrimitive()

Constructs a new EllipsePrimitive object.

Method detail
getClassName()method
public override function getClassName():String

Returns the text name of this class.

Returns
String — The text name of this class.
getObjectVersion()method 
public override function getObjectVersion():Number

Returns the version of this class.

Returns
Number — The version of this class.