public class ResectionDropDownReceiver extends DropDownReceiver implements ResectionWorkflow, android.view.View.OnClickListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SET_BEARING |
static java.lang.String |
SET_LANDMARK |
static java.lang.String |
SHOW_DROPDOWN |
DROPDOWN_STATE_FULLSCREEN, DROPDOWN_STATE_NONE, DROPDOWN_STATE_NORMAL, FIVE_EIGTHS_HEIGHT, FIVE_EIGTHS_WIDTH, FIVE_TWELFTHS_HEIGHT, FIVE_TWELFTHS_WIDTH, FULL_HEIGHT, FULL_WIDTH, HALF_HEIGHT, HALF_WIDTH, HANDLE_THICKNESS_LANDSCAPE, HANDLE_THICKNESS_PORTRAIT, NO_HEIGHT, NO_WIDTH, QUARTER_SCREEN, SEVEN_SIXTEENTH_WIDTH, THIRD_HEIGHT, THIRD_WIDTH, THREE_EIGHTHS_HEIGHT, THREE_EIGHTHS_WIDTH, TWO_THIRDS_HEIGHT, TWO_THIRDS_WIDTH| Modifier and Type | Method and Description |
|---|---|
protected void |
disposeImpl()
Any drop down specific disposal implementation that is performed during the
disposal of a drop down.
|
java.lang.String |
getDescription()
Gets a short description of how the tool works.
|
java.lang.String |
getIdealConditions()
Gets a description of the ideal conditions for the tool.
|
java.lang.String |
getName()
Gets a descriptive name of.
|
java.lang.String |
getRelativeAccuracy()
Gets a description of the relative accuracy of the tool.
|
java.lang.String |
getRequiredData()
Gets a description of any datasets required by the tool.
|
java.lang.String |
getRequiredHardware()
Gets a description of any hardware required by the tool.
|
protected boolean |
onBackButtonPressed()
For a dropdown that has told the drop down manager to ignore the back button.
|
void |
onClick(android.view.View v) |
void |
onReceive(android.content.Context ctx,
android.content.Intent intent) |
protected void |
showEstimatesDropDown(android.view.View view,
ResectionMapComponent.BackButtonCallback callback)
Shows the available location estimates in the drop down
|
void |
start(OnResectionResult callback)
Starts the workflow.
|
_showDropDown, callResize, closeDropDown, dispose, dropDownAlreadyExists, getAssociationKey, getBackStackCount, getDropDown, getMapView, hideDropDown, isClosed, isPortrait, isRetained, isTablet, isTransient, isVisible, onStateRequested, resize, setAssociationKey, setRetain, setSelected, setSelected, setSelected, setTransient, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, unhideDropDownabortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtraspublic static final java.lang.String SHOW_DROPDOWN
public static final java.lang.String SET_LANDMARK
public static final java.lang.String SET_BEARING
public java.lang.String getName()
ResectionWorkflowgetName in interface ResectionWorkflowpublic java.lang.String getDescription()
ResectionWorkflowgetDescription in interface ResectionWorkflowpublic java.lang.String getIdealConditions()
ResectionWorkflowgetIdealConditions in interface ResectionWorkflowpublic java.lang.String getRelativeAccuracy()
ResectionWorkflowgetRelativeAccuracy in interface ResectionWorkflowpublic java.lang.String getRequiredData()
ResectionWorkflowgetRequiredData in interface ResectionWorkflowpublic java.lang.String getRequiredHardware()
ResectionWorkflowgetRequiredHardware in interface ResectionWorkflowpublic void start(OnResectionResult callback)
ResectionWorkflowstart in interface ResectionWorkflowcallback - Callback that will be called by the resectioning workflow when it has
computed a resultprotected void disposeImpl()
DropDownReceiverdisposeImpl in class DropDownReceiverpublic void onReceive(android.content.Context ctx,
android.content.Intent intent)
onReceive in class android.content.BroadcastReceiverpublic void onClick(android.view.View v)
onClick in interface android.view.View.OnClickListenerprotected void showEstimatesDropDown(android.view.View view,
ResectionMapComponent.BackButtonCallback callback)
protected boolean onBackButtonPressed()
DropDownReceiveronBackButtonPressed in class DropDownReceiver