Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.PointFetcher Class Reference

Inherits org.sleuthkit.autopsy.geolocation.AbstractWaypointFetcher.

Public Member Functions

 PointFetcher (BlockingQueue< List< MapWaypoint >> asyncResult, GeoFilter filters)
 
void handleFilteredWaypointSet (Set< MapWaypoint > mapWaypoints, List< Set< MapWaypoint >> tracks, List< Set< MapWaypoint >> areas, boolean wasEntirelySuccessful)
 
void process (GeoLocationParseResult< Waypoint > waypointResults)
 

Private Attributes

final BlockingQueue< List< MapWaypoint > > asyncResult
 

Detailed Description

Means of fetching points from geolocation.

Definition at line 362 of file GeolocationSummary.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.PointFetcher.PointFetcher ( BlockingQueue< List< MapWaypoint >>  asyncResult,
GeoFilter  filters 
)

Main constructor.

Parameters
asyncResultGeolocation fetches results in a callback which is already handled by other mechanisms in data source summary. The BlockingQueue blocks until a result is received from geolocation.
filtersThe applicable filters for geolocation.

Definition at line 374 of file GeolocationSummary.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.PointFetcher.asyncResult.

Member Function Documentation

void org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.PointFetcher.handleFilteredWaypointSet ( Set< MapWaypoint mapWaypoints,
List< Set< MapWaypoint >>  tracks,
List< Set< MapWaypoint >>  areas,
boolean  wasEntirelySuccessful 
)

Definition at line 380 of file GeolocationSummary.java.

void org.sleuthkit.autopsy.geolocation.AbstractWaypointFetcher.process ( GeoLocationParseResult< Waypoint waypoints)
inherited

Member Data Documentation

final BlockingQueue<List<MapWaypoint> > org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.PointFetcher.asyncResult
private

The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.