public class ViewshedMapComponent extends DropDownMapComponent
AbstractMapComponent.OnAllComponentsCreatedCallback
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTOUR_GEN_ENABLED |
static java.lang.String |
CONTOUR_PROGRESS |
static java.lang.String |
UPDATE_CONTOUR_GEN_ENABLED |
static java.lang.String |
UPDATE_CONTOUR_PROGRESS |
static java.lang.String |
UPDATE_VIS_MAJOR_CHECKBOX |
static java.lang.String |
UPDATE_VIS_MINOR_CHECKBOX |
TAG
Constructor and Description |
---|
ViewshedMapComponent() |
Modifier and Type | Method and Description |
---|---|
void |
onCreate(android.content.Context context,
android.content.Intent intent,
MapView view)
Called when the component is first created
|
onCreateOptionsMenu, onDestroyImpl, onOptionsItemSelected, onOptionsMenuClosed, onPrepareOptionsMenu, registerDropDownReceiver
addOverlay, onConfigurationChanged, onDestroy, onPause, onResume, onStart, onStop, registerReceiver, removeOverlay, setOnAllComponentsCreatedCallback, unregisterReceiver
public static final java.lang.String UPDATE_CONTOUR_PROGRESS
public static final java.lang.String UPDATE_CONTOUR_GEN_ENABLED
public static final java.lang.String UPDATE_VIS_MAJOR_CHECKBOX
public static final java.lang.String UPDATE_VIS_MINOR_CHECKBOX
public static final java.lang.String CONTOUR_PROGRESS
public static final java.lang.String CONTOUR_GEN_ENABLED
public void onCreate(android.content.Context context, android.content.Intent intent, MapView view)
MapComponent
onCreate
in interface MapComponent
onCreate
in class DropDownMapComponent
context
- the context of the component (the MapActivity instance)intent
- the intent of the MapActivityview
- the main MapView