public class RubberSheetManager extends java.lang.Object implements MapGroup.OnItemListChangedListener, ClearContentRegistry.ClearContentListener
Modifier and Type | Field and Description |
---|---|
static java.io.File |
DIR |
Constructor and Description |
---|
RubberSheetManager(MapView mapView,
RubberSheetMapGroup group) |
Modifier and Type | Method and Description |
---|---|
void |
init() |
void |
onClearContent(boolean clearmaps)
A call to clear content (ZEROIZE) has been made with the option to clear any larger map
data.
|
void |
onItemAdded(MapItem item,
MapGroup group) |
void |
onItemRemoved(MapItem item,
MapGroup group) |
void |
shutdown() |
public RubberSheetManager(MapView mapView, RubberSheetMapGroup group)
public void init()
public void shutdown()
public void onItemAdded(MapItem item, MapGroup group)
onItemAdded
in interface MapGroup.OnItemListChangedListener
public void onItemRemoved(MapItem item, MapGroup group)
onItemRemoved
in interface MapGroup.OnItemListChangedListener
public void onClearContent(boolean clearmaps)
ClearContentRegistry.ClearContentListener
onClearContent
in interface ClearContentRegistry.ClearContentListener
clearmaps
- True to clear map source and cache data