Sleuth Kit Java Bindings (JNI)  4.8.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoTrackpointsUtil.GeoTrackPointList Class Reference

Inherits Iterable< GeoTrackPointList.GeoTrackPoint >.

Classes

class  GeoTrackPoint
 

Public Member Functions

 GeoTrackPointList ()
 
void addPoint (GeoTrackPoint trackPoint)
 
Long getEndTime ()
 
Long getStartTime ()
 
boolean isEmpty ()
 
Iterator< GeoTrackPointiterator ()
 

Detailed Description

A list of GeoTrackPoints. A GeoTrackPoint represents a track point, which is a location in a geographic coordinate system with latitude, longitude and altitude (elevation) axes.

Definition at line 105 of file TskGeoTrackpointsUtil.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoTrackpointsUtil.GeoTrackPointList.GeoTrackPointList ( )

Constructs an empty GeoTrackPointList.

Definition at line 112 of file TskGeoTrackpointsUtil.java.

Member Function Documentation

void org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoTrackpointsUtil.GeoTrackPointList.addPoint ( GeoTrackPoint  trackPoint)

Adds a track point to this list of track points.

Parameters
trackPointA track point.

Definition at line 121 of file TskGeoTrackpointsUtil.java.

Long org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoTrackpointsUtil.GeoTrackPointList.getEndTime ( )

Gets the latest track point timestamp in this list of track points, if timestamps are present.

Returns
The timestamp in milliseconds from the Java epoch of 1970-01-01T00:00:00Z, may be null or zero.

Definition at line 169 of file TskGeoTrackpointsUtil.java.

References org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoTrackpointsUtil.GeoTrackPointList.GeoTrackPoint.getTimeStamp().

Long org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoTrackpointsUtil.GeoTrackPointList.getStartTime ( )

Gets the earliest track point timestamp in this list of track points, if timestamps are present.

Returns
The timestamp in milliseconds from the Java epoch of 1970-01-01T00:00:00Z, may be null or zero.

Definition at line 150 of file TskGeoTrackpointsUtil.java.

boolean org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoTrackpointsUtil.GeoTrackPointList.isEmpty ( )

Returns whether or not this list of track points is empty.

Returns
True or false.

Definition at line 139 of file TskGeoTrackpointsUtil.java.

Iterator<GeoTrackPoint> org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoTrackpointsUtil.GeoTrackPointList.iterator ( )

Definition at line 130 of file TskGeoTrackpointsUtil.java.


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

Copyright © 2011-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.