Packagecom.esri.aws.awx.map.layers.overlays.style
Classpublic class BaseStyle
ImplementsIStyle
SubclassesBaseMarkerStyle, GradientPolygonStyle, PolygonStyle, PolylineStyle

Base style class for all AWX styles.



Public Methods
 MethodDefined by
  
cleanUp(overlayObject:OverlayObject):void
Cleans up the OverlayObject to restore it to its original state.
BaseStyle
  
draw(overlayObject:OverlayObject, projectionModel:IProjectionModel):void
All subclasses MUST override this function to draw the overlay objects.
BaseStyle
Method detail
cleanUp()method
public function cleanUp(overlayObject:OverlayObject):void

Cleans up the OverlayObject to restore it to its original state.

Parameters
overlayObject:OverlayObject — The OverlayObject to be cleaned.
draw()method 
public function draw(overlayObject:OverlayObject, projectionModel:IProjectionModel):void

All subclasses MUST override this function to draw the overlay objects.

Parameters
overlayObject:OverlayObject — the overlay object to draw.
 
projectionModel:IProjectionModel — the projection model.