Autopsy  4.18.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< GeoResult > 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< GeoResultasyncResult
 

Detailed Description

Means of fetching points from geolocation.

Definition at line 502 of file GeolocationSummary.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.PointFetcher.PointFetcher ( BlockingQueue< GeoResult 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 514 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 520 of file GeolocationSummary.java.

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

Member Data Documentation

final BlockingQueue<GeoResult> 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: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.