Sleuth Kit Java Bindings (JNI)  4.11.1
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.blackboardutils.attributes.GeoWaypoints.Waypoint Class Reference

Inherited by org.sleuthkit.datamodel.blackboardutils.attributes.GeoTrackPoints.TrackPoint.

Public Member Functions

 Waypoint (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 80 of file GeoWaypoints.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.blackboardutils.attributes.GeoWaypoints.Waypoint.Waypoint ( 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 101 of file GeoWaypoints.java.

Member Function Documentation

Double org.sleuthkit.datamodel.blackboardutils.attributes.GeoWaypoints.Waypoint.getAltitude ( )

Gets the altitude of this waypoint, if available.

Returns
The altitude, may be null or zero.

Definition at line 139 of file GeoWaypoints.java.

Double org.sleuthkit.datamodel.blackboardutils.attributes.GeoWaypoints.Waypoint.getLatitude ( )

Gets the latitude of this waypoint.

Returns
The latitude.

Definition at line 121 of file GeoWaypoints.java.

Double org.sleuthkit.datamodel.blackboardutils.attributes.GeoWaypoints.Waypoint.getLongitude ( )

Gets the longitude of this waypoint.

Returns
The longitude.

Definition at line 130 of file GeoWaypoints.java.

String org.sleuthkit.datamodel.blackboardutils.attributes.GeoWaypoints.Waypoint.getName ( )

Gets the name of this waypoint, if available.

Returns
The name, may be null or empty.

Definition at line 148 of file GeoWaypoints.java.


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

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.