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

Inherited by org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoTrackpointsUtil.GeoTrackPointList.GeoTrackPoint.

Public Member Functions

 GeoWaypoint (Double latitude, Double longitude, Double altitude, String name)
 
Double getAltitude ()
 
Double getLatitude ()
 
Double getLongitude ()
 
String getName ()
 

Detailed Description

A representation of a waypoint, which is a a location, possibly named, in a geographic coordinate system with latitude, longitude and altitude (elevation) axes.

Definition at line 145 of file TskGeoWaypointsUtil.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoWaypointsUtil.GeoWaypointList.GeoWaypoint.GeoWaypoint ( Double  latitude,
Double  longitude,
Double  altitude,
String  name 
)

Constructs a representation of a waypoint, which is a a location, possibly named, in a geographic coordinate system with latitude, longitude and altitude (elevation) axes.

Parameters
latitudeThe latitude of the waypoint.
longitudeThe longitude of the waypoint.
altitudeThe altitude of the waypoint, may be null.
nameThe name of the waypoint, may be null.

Definition at line 166 of file TskGeoWaypointsUtil.java.

Member Function Documentation

Double org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoWaypointsUtil.GeoWaypointList.GeoWaypoint.getAltitude ( )

Get the altitude of this waypoint, if available.

Returns
The altitude, may be null or zero.

Definition at line 204 of file TskGeoWaypointsUtil.java.

Double org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoWaypointsUtil.GeoWaypointList.GeoWaypoint.getLatitude ( )

Gets the latitude of this waypoint.

Returns
The latitude.

Definition at line 186 of file TskGeoWaypointsUtil.java.

Double org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoWaypointsUtil.GeoWaypointList.GeoWaypoint.getLongitude ( )

Gets the longitude of this waypoint.

Returns
The longitude.

Definition at line 195 of file TskGeoWaypointsUtil.java.

String org.sleuthkit.datamodel.blackboardutils.attributes.TskGeoWaypointsUtil.GeoWaypointList.GeoWaypoint.getName ( )

Get the name of this waypoint, if available.

Returns
The name, may be null or empty.

Definition at line 213 of file TskGeoWaypointsUtil.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.