public class GRGMapReceiver extends android.content.BroadcastReceiver implements ClearContentRegistry.ClearContentListener, SeekBarControl.Subject, MapEventDispatcher.MapEventDispatchListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BRIGHTNESS |
static java.lang.String |
COLOR |
static java.lang.String |
OUTLINE_VISIBLE |
static java.lang.String |
TOGGLE_VISIBILITY |
static java.lang.String |
TRANSPARENCY |
| Constructor and Description |
|---|
GRGMapReceiver(MapView mapView,
FeatureDataStore outlinesDB,
PersistentRasterDataStore rasterDB,
DatasetRasterLayer2 rasterLayer,
GRGMapOverlay overlay) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
int |
getValue()
Returns the current value,
0 through 100,
inclusive. |
void |
onClearContent(boolean clearmaps)
A call to clear content (ZEROIZE) has been made with the option to clear any larger map
data.
|
void |
onControlDismissed()
Invoked when the control is dismissed or otherwise switches to a new
subject.
|
void |
onMapEvent(MapEvent event) |
void |
onReceive(android.content.Context context,
android.content.Intent intent) |
void |
setValue(int value)
Sets the current value,
0 through 100,
inclusive. |
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtraspublic static final java.lang.String OUTLINE_VISIBLE
public static final java.lang.String TRANSPARENCY
public static final java.lang.String BRIGHTNESS
public static final java.lang.String COLOR
public static final java.lang.String TOGGLE_VISIBILITY
public GRGMapReceiver(MapView mapView, FeatureDataStore outlinesDB, PersistentRasterDataStore rasterDB, DatasetRasterLayer2 rasterLayer, GRGMapOverlay overlay)
public void dispose()
public void onReceive(android.content.Context context,
android.content.Intent intent)
onReceive in class android.content.BroadcastReceiverpublic int getValue()
SeekBarControl.Subject0 through 100,
inclusive.getValue in interface SeekBarControl.Subjectpublic void setValue(int value)
SeekBarControl.Subject0 through 100,
inclusive.setValue in interface SeekBarControl.Subjectpublic void onControlDismissed()
SeekBarControl.SubjectonControlDismissed in interface SeekBarControl.Subjectpublic void onMapEvent(MapEvent event)
onMapEvent in interface MapEventDispatcher.MapEventDispatchListenerpublic void onClearContent(boolean clearmaps)
ClearContentRegistry.ClearContentListeneronClearContent in interface ClearContentRegistry.ClearContentListenerclearmaps - True to clear map source and cache data