public class DesignatorTargetLine extends java.lang.Object implements PointMapItem.OnPointChangedListener, android.content.SharedPreferences.OnSharedPreferenceChangeListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
DesignatorTargetLine(MapView mapView,
MapGroup mapGroup) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearSafetyZone() |
void |
clearTargetLine() |
void |
end() |
void |
onPointChanged(PointMapItem item) |
void |
onSharedPreferenceChanged(android.content.SharedPreferences sharedPreferences,
java.lang.String key) |
void |
reset() |
void |
set(PointMapItem t) |
void |
set(PointMapItem t,
PointMapItem d) |
void |
showAll(boolean b) |
void |
showSafetyZone(boolean b) |
void |
showTargetLine(boolean b) |
public static final java.lang.String TAG
public void onPointChanged(PointMapItem item)
onPointChanged in interface PointMapItem.OnPointChangedListenerpublic void onSharedPreferenceChanged(android.content.SharedPreferences sharedPreferences,
java.lang.String key)
onSharedPreferenceChanged in interface android.content.SharedPreferences.OnSharedPreferenceChangeListenerpublic void set(PointMapItem t)
public void set(PointMapItem t, PointMapItem d)
public void reset()
public void showSafetyZone(boolean b)
public void showTargetLine(boolean b)
public void showAll(boolean b)
public void clearSafetyZone()
public void clearTargetLine()
public void end()