Sleuth Kit Java Bindings (JNI)  4.12.1
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.blackboardutils.attributes.GeoAreaPoints.AreaPoint Class Reference

Public Member Functions

 AreaPoint (Double latitude, Double longitude)
 
Double getLatitude ()
 
Double getLongitude ()
 

Detailed Description

A representation of an area point, which is a a location in a geographic coordinate system with latitude and longitude axes. Area points are used to mark the outline of an area on the map.

Definition at line 79 of file GeoAreaPoints.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.blackboardutils.attributes.GeoAreaPoints.AreaPoint.AreaPoint ( Double  latitude,
Double  longitude 
)

Constructs a representation of an area point.

Parameters
latitudeThe latitude of the area point.
longitudeThe longitude of the area point.

Definition at line 92 of file GeoAreaPoints.java.

Member Function Documentation

Double org.sleuthkit.datamodel.blackboardutils.attributes.GeoAreaPoints.AreaPoint.getLatitude ( )

Gets the latitude of this area point.

Returns
The latitude.

Definition at line 110 of file GeoAreaPoints.java.

Double org.sleuthkit.datamodel.blackboardutils.attributes.GeoAreaPoints.AreaPoint.getLongitude ( )

Gets the longitude of this area point.

Returns
The longitude.

Definition at line 119 of file GeoAreaPoints.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.