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, showRadiusPrompt
clearExtraListeners, endTool, findPoint, getActive, getIdentifier, onKey, popAllMapListeners, popMapListeners, pushMapListeners, requestBeginTool, requestEndTool, setActive, shouldEndOnBack
protected static final java.lang.String TOOL_IDENTIFIER
public static final java.lang.String TAG
protected DrawingCircle createCircle()
CircleCreationTool
createCircle
in class CircleCreationTool
protected int getDefaultColor()
CircleCreationTool
getDefaultColor
in class CircleCreationTool
protected void addCircle(DrawingCircle circle)
CircleCreationTool
addCircle
in class CircleCreationTool
circle
- The new circle to be added