| Package | com.esri.aws.awx.map.layers.overlays |
| Class | public dynamic class OverlayObject |
| Inheritance | OverlayObject mx.core.UIComponent |
| Subclasses | Circle, Marker, Polygon, Polyline |
Default MXML Propertyshape
| Property | Defined by | ||
|---|---|---|---|
| overlayStyle : IStyle
The style of the overlay object.
| OverlayObject | ||
| shape : IShape
The shape of the overlay object.
| OverlayObject | ||
| style : IStyle
DEPRECATED
| OverlayObject | ||
| Method | Defined by | ||
|---|---|---|---|
|
OverlayObject(shape:IShape, style:IStyle = null)
Creates a new Overlay object with the given shape and an optional style.
| OverlayObject | ||
|
removeAllChildren():void
Removes all children from the child list of this container.
| OverlayObject | ||
| overlayStyle | property |
overlayStyle:IStyle [read-write]The style of the overlay object.
Implementation public function get overlayStyle():IStyle
public function set overlayStyle(value:IStyle):void
| shape | property |
shape:IShape [read-write]The shape of the overlay object.
Implementation public function get shape():IShape
public function set shape(value:IShape):void
| style | property |
style:IStyle [read-write]DEPRECATED
Implementation public function get style():IStyle
public function set style(value:IStyle):void
See also
| OverlayObject | () | constructor |
public function OverlayObject(shape:IShape, style:IStyle = null)Creates a new Overlay object with the given shape and an optional style.
Parametersshape:IShape — the geometry of the overlay object.
|
|
style:IStyle (default = null) — optional parameter defining how the overlay will be drawn on the map.
|
| onStyleChange | () | method |
awx_internal function onStyleChange():voidCleans up previous style.
| removeAllChildren | () | method |
public function removeAllChildren():voidRemoves all children from the child list of this container.