OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes
net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T > Class Reference

Inherits ResultMatcher< T >.

List of all members.

Public Member Functions

boolean isContains (double topLatitude, double leftLongitude, double bottomLatitude, double rightLongitude)
void setBoundaries (double topLatitude, double leftLongitude, double bottomLatitude, double rightLongitude)
boolean isRunning ()
void start ()
void finish ()
boolean isCancelled ()
boolean publish (T object)

Protected Attributes

double topLatitude
double bottomLatitude
double leftLongitude
double rightLongitude
boolean cancelled = false
volatile boolean running = false

Member Function Documentation

void net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.finish ( )
boolean net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.isCancelled ( )
boolean net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.isContains ( double  topLatitude,
double  leftLongitude,
double  bottomLatitude,
double  rightLongitude 
)
boolean net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.isRunning ( )
boolean net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.publish ( object)
void net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.setBoundaries ( double  topLatitude,
double  leftLongitude,
double  bottomLatitude,
double  rightLongitude 
)
void net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.start ( )

Member Data Documentation

double net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.bottomLatitude [protected]
boolean net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.cancelled = false [protected]
double net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.leftLongitude [protected]
double net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.rightLongitude [protected]
volatile boolean net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.running = false [protected]
double net.osmand.plus.AsyncLoadingThread.MapObjectLoadRequest< T >.topLatitude [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines