GeofenceBufferedLine Interface Reference

Interface that represents a buffered line geofence. More...

Inheritance diagram for GeofenceBufferedLine:

Public Member Functions

List< PointgetPoints ()
 
int getRadius ()
 
- Public Member Functions inherited from Geofence
SetOfGeofences getSog ()
 
int getId ()
 
String getName ()
 
Boolean enable () throws GeofencingNotAvailableException, GeofencingLowLevelException
 
Boolean disable () throws GeofencingNotAvailableException, GeofencingLowLevelException
 
Boolean getEnabled ()
 
Boolean getActive ()
 
void remove () throws GeofencingNotAvailableException, GeofencingLowLevelException
 
- Public Member Functions inherited from Subject< T extends Observer< U, U extends Event >
void subscribe (T observer) throws CannotSubscribeException
 
void unSubscribe (T observer) throws ObserverNotSubscribedException
 

Detailed Description

Interface that represents a buffered line geofence

Member Function Documentation

List<Point> getPoints ( )

Returns list of the points of the geofence

Returns
list of the points of the geofence
int getRadius ( )

Returns radius of the geofence

Returns
radius of the geofence