| Package | com.esri.aws.awx.map.layers.overlays.style |
| Class | public class BaseMarkerStyle |
| Inheritance | BaseMarkerStyle BaseStyle |
| Subclasses | BaseOutlineFillStyle, BubbleMarkerStyle, ImageMarkerStyle |
| Method | Defined by | ||
|---|---|---|---|
![]() |
cleanUp(overlayObject:OverlayObject):void
Cleans up the OverlayObject to restore it to its original state.
| BaseStyle | |
|
Creates the default ToolTip (lat/lon) if overlayObject.toolTip is null.
| BaseMarkerStyle | ||
| Method | Defined by | ||
|---|---|---|---|
|
All subclasses MUST override this function to draw the marker.
| BaseMarkerStyle | ||
| draw | () | method |
public override function draw(overlayObject:OverlayObject, projectionModel:IProjectionModel):voidCreates the default ToolTip (lat/lon) if overlayObject.toolTip is null. Positions the overlayObject and calls drawMarker if the marker is visible.
ParametersoverlayObject:OverlayObject — the overlay object to draw.
|
|
projectionModel:IProjectionModel — the projection model.
|
See also
| drawMarker | () | method |
protected function drawMarker(overlayObject:OverlayObject, projectionModel:IProjectionModel):voidAll subclasses MUST override this function to draw the marker.
ParametersoverlayObject:OverlayObject — the overlay object to draw on.
|
|
projectionModel:IProjectionModel — the projection model.
|