Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.geolocation.datamodel.Area, 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 GeoLocationParseResult< Area > | getAreas (SleuthkitCase skCase, List<?extends Content > sourceList) throws GeoLocationDataException |
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 |
Static Private Attributes | |
static final Logger | LOGGER = Logger.getLogger(GeoPath.class.getName()) |
Class representing a series of waypoints that form a path.
Definition at line 35 of file GeoPath.java.
|
static |
Gets the list of Areas from the TSK_GPS_AREA artifacts.
skCase | Currently open SleuthkitCase |
sourceList | List of source to return areas from, may be null to return areas from all sources |
GeoLocationDataException |
Definition at line 115 of file GeoPath.java.
Referenced by org.sleuthkit.autopsy.geolocation.AbstractWaypointFetcher.process().
final BlackboardArtifact org.sleuthkit.autopsy.geolocation.datamodel.GeoPath.getArtifact | ( | ) |
Returns the BlackboardARtifact that this path represents.
Definition at line 173 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 182 of file GeoPath.java.
Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.addAreaToReport(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.addRouteToReport(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.addTrackToReport(), org.sleuthkit.autopsy.geolocation.datamodel.Area.buildPath(), 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 164 of file GeoPath.java.
Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.addAreaToReport(), 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 52 of file GeoPath.java.
|
static |
Gets the list of Tracks 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 80 of file GeoPath.java.
Referenced by org.sleuthkit.autopsy.geolocation.AbstractWaypointFetcher.process().
|
private |
Definition at line 40 of file GeoPath.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Area.Area(), org.sleuthkit.autopsy.geolocation.datamodel.GeoPath.getArtifact(), and org.sleuthkit.autopsy.geolocation.datamodel.Track.Track().
|
staticprivate |
Definition at line 36 of file GeoPath.java.
|
private |
Definition at line 39 of file GeoPath.java.
|
private |
Definition at line 38 of file GeoPath.java.
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.