Package | Description |
---|---|
com.bbn.openmap.layer.terrain |
This package contains the TerrainLayer, which lets you run LOS and
path elevation profile queries over the map.
|
com.bbn.openmap.omGraphics.editable |
Provides classes to implement editable graphics.
|
com.bbn.openmap.util.stateMachine |
Provides a basic finite-state-machine implementation.
|
Modifier and Type | Method and Description |
---|---|
State |
TerrainTool.getState()
Get the current state from the state machine of the tool.
|
State |
ProfileGenerator.getState()
Returns the current state of the state machine.
|
State |
LOSGenerator.getState() |
Modifier and Type | Method and Description |
---|---|
protected State[] |
TextStateMachine.init() |
protected State[] |
ScalingRasterStateMachine.init() |
protected State[] |
RectStateMachine.init() |
protected State[] |
PolyStateMachine.init() |
protected State[] |
PointStateMachine.init() |
protected State[] |
ListStateMachine.init() |
protected State[] |
LineStateMachine.init() |
protected State[] |
EOMGStateMachine.init() |
protected State[] |
CircleStateMachine.init() |
Modifier and Type | Field and Description |
---|---|
protected State |
StateMachine.currentState
The current state that will receive the next event.
|
protected State |
StateMachine.resetState
The state to go to whan all is bad.
|
Modifier and Type | Method and Description |
---|---|
State |
StateMachine.getResetState()
Return the reset state.
|
State |
StateMachine.getState()
Return the current State.
|
State |
StateMachine.getState(int stateIndex)
Return the state at the given index.
|
Modifier and Type | Method and Description |
---|---|
void |
StateMachine.addStates(State[] s)
Append States to the state Vector.
|
void |
StateMachine.setResetState(State state)
Set the state to be gone to if the state machine is reset.
|
void |
StateMachine.setState(State state)
Set the current state to the given state.
|
void |
StateMachine.setStateAt(int stateIndex,
State state)
Set the state at an index to new State Object.
|
void |
StateMachine.setStates(State[] s)
Set the states to the new array.
|
Constructor and Description |
---|
StateMachine(State[] s)
Define the state machine using the array of states.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details