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

Inherits Iterable< GeoAreaPoints.AreaPoint >.

Classes

class  AreaPoint
 

Public Member Functions

 GeoAreaPoints ()
 
void addPoint (AreaPoint areaPoint)
 
boolean isEmpty ()
 
Iterator< AreaPointiterator ()
 

Detailed Description

A GeoAreaPoints object is a collection of AreaPoint objects. Every AreaPoint is a location in a geographic coordinate system with latitude and longitude axes.

GeoWaypoints objects are designed to be used as the string value of the TSK_GEO_AREAPOINTS attribute of a TSK_GPS_AREA artifact. TSK_GPS_AREA artifacts are used to record a series of locations used to outline an area on the map.

Definition at line 36 of file GeoAreaPoints.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.blackboardutils.attributes.GeoAreaPoints.GeoAreaPoints ( )

Constructs an empty GeoAreaPoints object.

Definition at line 43 of file GeoAreaPoints.java.

Member Function Documentation

void org.sleuthkit.datamodel.blackboardutils.attributes.GeoAreaPoints.addPoint ( AreaPoint  areaPoint)

Adds an area point to this list of points outlining the area.

Parameters
areaPointA point.

Definition at line 52 of file GeoAreaPoints.java.

boolean org.sleuthkit.datamodel.blackboardutils.attributes.GeoAreaPoints.isEmpty ( )

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

Returns
True or false.

Definition at line 65 of file GeoAreaPoints.java.

Iterator<AreaPoint> org.sleuthkit.datamodel.blackboardutils.attributes.GeoAreaPoints.iterator ( )

Definition at line 70 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.