Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.geolocation.datamodel.Route, and org.sleuthkit.autopsy.geolocation.datamodel.Track.
Public Member Functions | |
final BlackboardArtifact | getArtifact () |
String | getLabel () |
final List< Waypoint > | getPath () |
Static Public Member Functions | |
static List< Route > | getRoutes (SleuthkitCase skCase) throws GeoLocationDataException |
static GeoLocationParseResult< Track > | getTracks (SleuthkitCase skCase, List<?extends Content > sourceList) throws GeoLocationDataException |
Private Attributes | |
final BlackboardArtifact | artifact |
final String | pathName |
final List< Waypoint > | waypointList |
Class representing a series of waypoints that form a path.
Definition at line 33 of file GeoPath.java.
final BlackboardArtifact org.sleuthkit.autopsy.geolocation.datamodel.GeoPath.getArtifact | ( | ) |
Returns the BlackboardARtifact that this path represents.
Definition at line 133 of file GeoPath.java.
References org.sleuthkit.autopsy.geolocation.datamodel.GeoPath.artifact.
String org.sleuthkit.autopsy.geolocation.datamodel.GeoPath.getLabel | ( | ) |
Returns the label or display name for this path.
Definition at line 142 of file GeoPath.java.
Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.addRouteToReport(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.addTrackToReport(), org.sleuthkit.autopsy.geolocation.datamodel.Track.buildPath(), org.sleuthkit.autopsy.geolocation.datamodel.Route.createRoute(), and org.sleuthkit.autopsy.report.modules.kml.KMLReport.getFormattedDetails().
final List<Waypoint> org.sleuthkit.autopsy.geolocation.datamodel.GeoPath.getPath | ( | ) |
Get the list of way points for this route;
Definition at line 124 of file GeoPath.java.
Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.addTrackToReport(), and org.sleuthkit.autopsy.geolocation.datamodel.Route.getRoute().
|
static |
Gets the list of Routes from the TSK_GPS_ROUTE artifacts.
skCase | Currently open SleuthkitCase |
GeoLocationDataException |
Definition at line 48 of file GeoPath.java.
|
static |
Gets the list of Routes from the TSK_GPS_TRACK artifacts.
skCase | Currently open SleuthkitCase |
sourceList | List of source to return tracks from, maybe null to return tracks from all sources |
GeoLocationDataException |
Definition at line 76 of file GeoPath.java.
|
private |
Definition at line 36 of file GeoPath.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.GeoPath.getArtifact(), and org.sleuthkit.autopsy.geolocation.datamodel.Track.Track().
|
private |
Definition at line 35 of file GeoPath.java.
|
private |
Definition at line 34 of file GeoPath.java.
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.