public class ProcessRouteThread
extends java.lang.Object
implements java.lang.Runnable, android.content.SharedPreferences.OnSharedPreferenceChangeListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
ProcessRouteThread(MapView mapView) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
boolean |
isDisposed() |
void |
onSharedPreferenceChanged(android.content.SharedPreferences p,
java.lang.String key) |
void |
run() |
void |
start(Route route,
RouteElevationView routeElevationView,
AnalysisPanelPresenter analysisPresenter,
com.atakmap.android.routes.elevation.RouteElevationPresenter routePresenter,
SelfPresenter selfPresenter,
java.lang.Boolean bInterpolateElevations) |
public static final java.lang.String TAG
public ProcessRouteThread(MapView mapView)
public void start(Route route, RouteElevationView routeElevationView, AnalysisPanelPresenter analysisPresenter, com.atakmap.android.routes.elevation.RouteElevationPresenter routePresenter, SelfPresenter selfPresenter, java.lang.Boolean bInterpolateElevations)
public void run()
run
in interface java.lang.Runnable
public void dispose()
public boolean isDisposed()
public void onSharedPreferenceChanged(android.content.SharedPreferences p, java.lang.String key)
onSharedPreferenceChanged
in interface android.content.SharedPreferences.OnSharedPreferenceChangeListener