Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.geolocation.AbstractWaypointFetcher.
Public Member Functions | |
void | handleFilteredWaypointSet (Set< MapWaypoint > mapWaypoints, List< Set< MapWaypoint >> tracks, List< Set< MapWaypoint >> areas, boolean wasEntirelySuccessful) |
void | process (GeoLocationParseResult< Waypoint > waypointResults) |
Private Attributes | |
final BlockingQueue< GeoResult > | asyncResult |
Means of fetching points from geolocation.
Definition at line 508 of file GeolocationSummary.java.
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 527 of file GeolocationSummary.java.
|
inherited |
This function will be called after the waypoints have been filtered.
waypoints | The list of waypoints and whether they were all successfully parsed. |
Implements org.sleuthkit.autopsy.geolocation.datamodel.WaypointBuilder.WaypointFilterQueryCallBack.
Definition at line 87 of file AbstractWaypointFetcher.java.
References org.sleuthkit.autopsy.geolocation.AbstractWaypointFetcher.createWaypointList(), org.sleuthkit.autopsy.geolocation.datamodel.GeoPath.getAreas(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationParseResult< T >.getItems(), org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase(), org.sleuthkit.autopsy.geolocation.datamodel.GeoPath.getTracks(), org.sleuthkit.autopsy.geolocation.AbstractWaypointFetcher.handleFilteredWaypointSet(), and org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationParseResult< T >.isSuccessfullyParsed().
|
private |
Definition at line 510 of file GeolocationSummary.java.
Copyright © 2012-2022 Basis Technology. Generated on: Mon Mar 20 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.