public interface TerrainTool
Modifier and Type | Field and Description |
---|---|
static int |
MAX_SPACE_BETWEEN_PIXELS |
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
getGraphics()
Get the current list of graphics from the tool.
|
State |
getState()
Get the current state from the state machine of the tool.
|
void |
init()
Tell the tool to initialize.
|
void |
reset()
Tell the tool to reset.
|
void |
setScreenParameters(Projection p)
Let the tool know what the screen looks like.
|
static final int MAX_SPACE_BETWEEN_PIXELS
void init()
void reset()
OMGraphicList getGraphics()
void setScreenParameters(Projection p)
State getState()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details