Packagecom.esri.aws.awx.map.layers.overlays.style
Interfacepublic interface IStyle
ImplementorsBaseOutlineFillStyle, BaseStyle, CircleMarkerStyle, GradientPolygonStyle, PolygonStyle, PolylineStyle, SquareMarkerStyle, StarMarkerStyle, TriangleMarkerStyle

A style implementation draws an overlay object based on a projection model.



Public Methods
 MethodDefined by
  
cleanUp(overlayObject:OverlayObject):void
Reverts any changes that have been made to the overlay object.
IStyle
  
draw(overlayObject:OverlayObject, projectionModel:IProjectionModel):void
Draws an overlay object based on a projection model.
IStyle
Method detail
cleanUp()method
public function cleanUp(overlayObject:OverlayObject):void

Reverts any changes that have been made to the overlay object.

Parameters
overlayObject:OverlayObject — the overlay object to clean up.
draw()method 
public function draw(overlayObject:OverlayObject, projectionModel:IProjectionModel):void

Draws an overlay object based on a projection model.

Parameters
overlayObject:OverlayObject — the overlay object to draw.
 
projectionModel:IProjectionModel — the projection model which converts coordinates to pixels.