Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.geolocation.datamodel.Route.RoutePoint Class Reference

Inherits org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.

Public Member Functions

Double getAltitude ()
 
BlackboardArtifact getArtifact ()
 
AbstractFile getImage ()
 
String getLabel ()
 
Double getLatitude ()
 
Double getLongitude ()
 
List< Waypoint.Property > getOtherProperties ()
 
GeoPath getParentGeoPath ()
 
Long getTimestamp ()
 

Detailed Description

Route waypoint specific implementation of Waypoint.

Definition at line 207 of file Route.java.

Member Function Documentation

Double org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getAltitude ( )
inherited
BlackboardArtifact org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getArtifact ( )
inherited

Get the BlackboardArtifact that this waypoint represents.

Returns
BlackboardArtifact for this waypoint.

Definition at line 103 of file Waypoint.java.

References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.artifact.

AbstractFile org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getImage ( )
inherited

Get the image for this waypoint.

Returns
AbstractFile image or null if one was not set

Definition at line 160 of file Waypoint.java.

References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.image.

String org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getLabel ( )
inherited

Get the label for this point object.

Returns
String label for the point or null if none was set

Definition at line 124 of file Waypoint.java.

References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.label.

Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.addRouteToReport(), and org.sleuthkit.autopsy.report.modules.kml.KMLReport.getFormattedDetails().

Double org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getLatitude ( )
inherited
Double org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getLongitude ( )
inherited
List<Waypoint.Property> org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getOtherProperties ( )
inherited

Gets an unmodifiable List of other properties that may be interesting to this way point. The List will not include properties for which getter functions exist.

Returns
A List of waypoint properties

Definition at line 171 of file Waypoint.java.

References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.propertiesList.

Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.getFormattedDetails().

GeoPath org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getParentGeoPath ( )
inherited

Returns the GeoPath that this waypoint is apart of .

Returns
The waypoint route or null if the waypoint is not apart of a route.

Definition at line 181 of file Waypoint.java.

References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.parentGeoPath.

Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Route.RoutePoint.getTimestamp().

Long org.sleuthkit.autopsy.geolocation.datamodel.Route.RoutePoint.getTimestamp ( )

The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.