Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.geolocation.datamodel.Area.AreaWaypoint, org.sleuthkit.autopsy.geolocation.datamodel.BookmarkWaypoint, org.sleuthkit.autopsy.geolocation.datamodel.CustomArtifactWaypoint, org.sleuthkit.autopsy.geolocation.datamodel.EXIFWaypoint, org.sleuthkit.autopsy.geolocation.datamodel.LastKnownWaypoint, org.sleuthkit.autopsy.geolocation.datamodel.SearchWaypoint, org.sleuthkit.autopsy.geolocation.datamodel.Track.TrackWaypoint, and org.sleuthkit.autopsy.geolocation.datamodel.TrackpointWaypoint.
Classes | |
class | Property |
Public Member Functions | |
Double | getAltitude () |
BlackboardArtifact | getArtifact () |
Content | getContent () |
AbstractFile | getImage () |
String | getLabel () |
Double | getLatitude () |
Double | getLongitude () |
List< Waypoint.Property > | getOtherProperties () |
GeoPath | getParentGeoPath () |
Long | getTimestamp () |
Private Attributes | |
final Double | altitude |
final BlackboardArtifact | artifact |
final Content | content |
final AbstractFile | image |
final String | label |
final Double | latitude |
final Double | longitude |
final GeoPath | parentGeoPath |
final List< Waypoint.Property > | propertiesList |
final Long | timestamp |
Representation of a Waypoint created from a BlackboardArtifact.
Definition at line 38 of file Waypoint.java.
Double org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getAltitude | ( | ) |
Get the altitude for this point.
Definition at line 158 of file Waypoint.java.
References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.altitude.
Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.addRouteToReport(), org.sleuthkit.autopsy.geolocation.MapWaypoint.getFormattedDetails(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.getFormattedDetails(), and org.sleuthkit.autopsy.report.modules.kml.KMLReport.makePoint().
BlackboardArtifact org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getArtifact | ( | ) |
Get the BlackboardArtifact that this waypoint represents.
Definition at line 110 of file Waypoint.java.
References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.artifact.
Content org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getContent | ( | ) |
Definition at line 259 of file Waypoint.java.
References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.content.
AbstractFile org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getImage | ( | ) |
Get the image for this waypoint.
Definition at line 167 of file Waypoint.java.
References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.image.
String org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getLabel | ( | ) |
Get the label for this point object.
Definition at line 131 of file Waypoint.java.
References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.label.
Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.addRouteToReport(), org.sleuthkit.autopsy.geolocation.MapWaypoint.getFormattedDetails(), and org.sleuthkit.autopsy.report.modules.kml.KMLReport.getFormattedDetails().
Double org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getLatitude | ( | ) |
Get the latitude for this point.
Definition at line 140 of file Waypoint.java.
References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.latitude.
Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.addAreaToReport(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.addRouteToReport(), org.sleuthkit.autopsy.geolocation.MapWaypoint.getFormattedDetails(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.getFormattedDetails(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.makePoint(), and org.sleuthkit.autopsy.geolocation.MapWaypoint.MapWaypoint().
Double org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getLongitude | ( | ) |
Get the longitude for this point.
Definition at line 149 of file Waypoint.java.
References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.longitude.
Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.addAreaToReport(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.addRouteToReport(), org.sleuthkit.autopsy.geolocation.MapWaypoint.getFormattedDetails(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.getFormattedDetails(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.makePoint(), and org.sleuthkit.autopsy.geolocation.MapWaypoint.MapWaypoint().
List<Waypoint.Property> org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getOtherProperties | ( | ) |
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.
Definition at line 178 of file Waypoint.java.
References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.propertiesList.
Referenced by org.sleuthkit.autopsy.geolocation.MapWaypoint.getFormattedDetails(), and org.sleuthkit.autopsy.report.modules.kml.KMLReport.getFormattedDetails().
GeoPath org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getParentGeoPath | ( | ) |
Returns the GeoPath that this waypoint is apart of .
Definition at line 188 of file Waypoint.java.
References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.parentGeoPath.
Long org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getTimestamp | ( | ) |
Interface to describe a waypoint. A waypoint is made up of a longitude, latitude, label, timestamp, type, image and altitude.
A good way point should have at minimum a longitude and latutude.
Definition at line 122 of file Waypoint.java.
References org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.timestamp.
Referenced by org.sleuthkit.autopsy.report.modules.kml.KMLReport.addAreaToReport(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.addRouteToReport(), org.sleuthkit.autopsy.geolocation.MapWaypoint.getFormattedDetails(), org.sleuthkit.autopsy.report.modules.kml.KMLReport.getFormattedDetails(), and org.sleuthkit.autopsy.geolocation.MapWaypoint.getTimestamp().
|
private |
Definition at line 43 of file Waypoint.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getAltitude().
|
private |
Definition at line 46 of file Waypoint.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getArtifact().
|
private |
Definition at line 48 of file Waypoint.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getContent().
|
private |
Definition at line 45 of file Waypoint.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getImage().
|
private |
Definition at line 44 of file Waypoint.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getLabel().
|
private |
Definition at line 42 of file Waypoint.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getLatitude().
|
private |
Definition at line 41 of file Waypoint.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getLongitude().
|
private |
Definition at line 47 of file Waypoint.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getParentGeoPath().
|
private |
Definition at line 50 of file Waypoint.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getOtherProperties().
|
private |
Definition at line 40 of file Waypoint.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.Waypoint.getTimestamp().
Copyright © 2012-2022 Basis Technology. Generated on: Tue May 30 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.