| Package | com.esri.aws.awx.map.layers.overlays.style |
| Class | public class BaseStyle |
| Implements | IStyle |
| Subclasses | BaseMarkerStyle, GradientPolygonStyle, PolygonStyle, PolylineStyle |
| Method | Defined by | ||
|---|---|---|---|
|
cleanUp(overlayObject:OverlayObject):void
Cleans up the OverlayObject to restore it to its original state.
| BaseStyle | ||
|
All subclasses MUST override this function to draw the overlay objects.
| BaseStyle | ||
| cleanUp | () | method |
public function cleanUp(overlayObject:OverlayObject):voidCleans up the OverlayObject to restore it to its original state.
ParametersoverlayObject:OverlayObject — The OverlayObject to be cleaned.
|
| draw | () | method |
public function draw(overlayObject:OverlayObject, projectionModel:IProjectionModel):voidAll subclasses MUST override this function to draw the overlay objects.
ParametersoverlayObject:OverlayObject — the overlay object to draw.
|
|
projectionModel:IProjectionModel — the projection model.
|