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

Inherits org.sleuthkit.datamodel.blackboardutils.attributes.BlackboardAttributeUtil< GeoWaypointList >.

Classes

class  GeoWaypointList
 

Public Member Functions

GeoWaypointList fromAttribute (BlackboardAttribute attribute)
 
BlackboardAttribute toAttribute (String moduleName, GeoWaypointList value)
 
- Public Member Functions inherited from org.sleuthkit.datamodel.blackboardutils.attributes.BlackboardAttributeUtil< GeoWaypointList >
fromAttribute (BlackboardAttribute attribute)
 
BlackboardAttribute toAttribute (String moduleName, T value)
 

Detailed Description

A utility class for converting between a TSK_GEO_WAYPOINTS attribute and a GeoWaypointList object. A GeoWaypointList is a collection of GeoWaypoints objects. A GeoWaypoint represents a waypoint for a GPS-enabled device with a navigation capability. Every waypoint is a location, possibly named, in a geographic coordinate system with latitude, longitude and altitude (elevation) axes.

TSK_GEO_WAYPOINTS attributes are used by TSK_GPS_ROUTE artifacts to record one or more waypoints linked together as a route to be navigated from waypoint to waypoint.

Definition at line 42 of file TskGeoWaypointsUtil.java.

Member Function Documentation

BlackboardAttribute org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoWaypointsUtil.toAttribute ( String  moduleName,
GeoWaypointList  value 
)

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.