Packagecom.esri.aws.awx.map.layers
Classpublic class PolygonLayer
InheritancePolygonLayer Inheritance OverlayLayer Inheritance com.esri.aws.awx.map.layers.BaseLayer

A polygon layer with the default polygon style.



Public Properties
 PropertyDefined by
 InheritedbringToTopOnMouseOver : Boolean = true
If true, on mouse over of an overlay object, the overlay display index is adjusted so that it displays on the top of the stack.
OverlayLayer
 Inheritedextent : Extent
The bounding box (maxX, maxY, minX, minY) of all the contained overlay objects.
OverlayLayer
 InheritednumOverlays : int
The number of overlays currently in this layer.
OverlayLayer
 Inheritedstyle : IStyle
The style is used by any overlays which inherit their style from its parent.
OverlayLayer
Public Methods
 MethodDefined by
  
PolygonLayer(style:IStyle = null)
Creates a new polygon layer.
PolygonLayer
 Inherited
addOverlay(overlayObject:OverlayObject):void
Adds an overlay object to the layer.
OverlayLayer
 Inherited
Gets all the overlay objects in the layer.
OverlayLayer
 Inherited
getOverlay(overlayName:String):OverlayObject
Gets an overlay object based on the overlay identifier.
OverlayLayer
 Inherited
Removes all the overlay objects in the layer.
OverlayLayer
 Inherited
removeOverlay(overlayObject:OverlayObject):void
Removes an overlay object from the layer.
OverlayLayer
Events
 EventSummaryDefined by
 Inherited Dispatched after a child has been added to a container.OverlayLayer
 Inherited Dispatched before a child of a container is removed.OverlayLayer
Constructor detail
PolygonLayer()constructor
public function PolygonLayer(style:IStyle = null)

Creates a new polygon layer. If the style is null, then the default polygon style will be applied.

Parameters
style:IStyle (default = null) — optional polygon style.