Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.geolocation.datamodel.WaypointBuilder.WaypointFilterQueryCallBack Interface Reference

Inherited by org.sleuthkit.autopsy.geolocation.AbstractWaypointFetcher.

Public Member Functions

void process (GeoLocationParseResult< Waypoint > waypoints)
 

Detailed Description

A callback interface to process the results of waypoint filtering.

Definition at line 95 of file WaypointBuilder.java.

Member Function Documentation

void org.sleuthkit.autopsy.geolocation.datamodel.WaypointBuilder.WaypointFilterQueryCallBack.process ( GeoLocationParseResult< Waypoint waypoints)

This function will be called after the waypoints have been filtered.

Parameters
waypointsThe list of waypoints and whether they were all successfully parsed.

Implemented in org.sleuthkit.autopsy.geolocation.AbstractWaypointFetcher.


The documentation for this interface 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.