public class RangeCircleCreationTool extends CircleCreationTool
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
protected static java.lang.String |
TOOL_IDENTIFIER |
_circle, _context, _mapGroup, _prefs, _tempCenter_identifier, _mapListenerCount, _mapView| Constructor and Description |
|---|
RangeCircleCreationTool(MapView mapView,
MapGroup rabGroup) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCircle(DrawingCircle circle)
Add the circle to map
|
protected DrawingCircle |
createCircle()
Create a new empty circle to be used by this tool
|
protected int |
getDefaultColor()
Get teh default color for newly created circles with this tool
|
dispose, getDefaultName, onMapEvent, onToolBegin, onToolEnd, placeCenter, placeRadius, showCenterPrompt, showRadiusPromptclearExtraListeners, endTool, findPoint, getActive, getIdentifier, onKey, popAllMapListeners, popMapListeners, pushMapListeners, requestBeginTool, requestEndTool, setActive, shouldEndOnBackprotected static final java.lang.String TOOL_IDENTIFIER
public static final java.lang.String TAG
protected DrawingCircle createCircle()
CircleCreationToolcreateCircle in class CircleCreationToolprotected int getDefaultColor()
CircleCreationToolgetDefaultColor in class CircleCreationToolprotected void addCircle(DrawingCircle circle)
CircleCreationTooladdCircle in class CircleCreationToolcircle - The new circle to be added