Packagecom.esri.aws.awx.map.layers
Classpublic class PolylineLayer
InheritancePolylineLayer Inheritance OverlayLayer Inheritance com.esri.aws.awx.map.layers.BaseLayer

A polyline layer with the default polyline 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
  
PolylineLayer(style:IStyle = null)
Creates a new polyline layer.
PolylineLayer
 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
PolylineLayer()constructor
public function PolylineLayer(style:IStyle = null)

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

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