Sleuth Kit Java Bindings (JNI)
4.11.1
Java bindings for using The Sleuth Kit
|
Inherits org.sleuthkit.datamodel.blackboardutils.attributes.GeoWaypoints.Waypoint, and Comparable< TrackPoint >.
Public Member Functions | |
TrackPoint (Double latitude, Double longitude, Double altitude, String name, Double velocity, Double distanceFromHomePoint, Double distanceTraveled, Long timestamp) | |
int | compareTo (TrackPoint otherTP) |
Double | getDistanceFromHomePoint () |
Double | getDistanceTraveled () |
Long | getTimeStamp () |
Double | getVelocity () |
![]() | |
Waypoint (Double latitude, Double longitude, Double altitude, String name) | |
Double | getAltitude () |
Double | getLatitude () |
Double | getLongitude () |
String | getName () |
A representation of a track point, which is a location in a geographic coordinate system with latitude, longitude and altitude (elevation) axes.
Definition at line 129 of file GeoTrackPoints.java.
org.sleuthkit.datamodel.blackboardutils.attributes.GeoTrackPoints.TrackPoint.TrackPoint | ( | Double | latitude, |
Double | longitude, | ||
Double | altitude, | ||
String | name, | ||
Double | velocity, | ||
Double | distanceFromHomePoint, | ||
Double | distanceTraveled, | ||
Long | timestamp | ||
) |
Constructs a representation of a track point, which is a location in a geographic coordinate system with latitude, longitude and altitude (elevation) axes.
latitude | The latitude of the track point. |
longitude | The longitude of the track point. |
altitude | The altitude of the track point, may be null. |
name | The name of the track point, may be null. |
velocity | The velocity of the device at the track point in meters per second, may be null. |
distanceFromHomePoint | The distance of the track point in meters from an established home point, may be null. |
distanceTraveled | The distance the device has traveled in meters at the time this track point was created, may be null. |
timestamp | The timestamp of the track point as milliseconds from the Java epoch of 1970-01-01T00:00:00Z, may be null. |
Definition at line 163 of file GeoTrackPoints.java.
int org.sleuthkit.datamodel.blackboardutils.attributes.GeoTrackPoints.TrackPoint.compareTo | ( | TrackPoint | otherTP | ) |
Definition at line 219 of file GeoTrackPoints.java.
References org.sleuthkit.datamodel.blackboardutils.attributes.GeoTrackPoints.TrackPoint.getTimeStamp().
Double org.sleuthkit.datamodel.blackboardutils.attributes.GeoTrackPoints.TrackPoint.getDistanceFromHomePoint | ( | ) |
Gets the distance of this track point from an established home point, if known.
Definition at line 194 of file GeoTrackPoints.java.
Double org.sleuthkit.datamodel.blackboardutils.attributes.GeoTrackPoints.TrackPoint.getDistanceTraveled | ( | ) |
Gets the distance the device has traveled in meters at the time this track point was created, if known.
Definition at line 204 of file GeoTrackPoints.java.
Long org.sleuthkit.datamodel.blackboardutils.attributes.GeoTrackPoints.TrackPoint.getTimeStamp | ( | ) |
Gets the timestamp of this track point as milliseconds from the Java epoch of 1970-01-01T00:00:00Z, if known.
Definition at line 214 of file GeoTrackPoints.java.
Referenced by org.sleuthkit.datamodel.blackboardutils.attributes.GeoTrackPoints.TrackPoint.compareTo(), and org.sleuthkit.datamodel.blackboardutils.attributes.GeoTrackPoints.getEndTime().
Double org.sleuthkit.datamodel.blackboardutils.attributes.GeoTrackPoints.TrackPoint.getVelocity | ( | ) |
Gets the velocity of the device at this track point in meters per second, if known.
Definition at line 184 of file GeoTrackPoints.java.
Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.