Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Private Member Functions | |
GeoResult (Set< MapWaypoint > mapWaypoints, List< Set< MapWaypoint >> tracks, List< Set< MapWaypoint >> areas) | |
List< Set< MapWaypoint > > | getAreas () |
Set< MapWaypoint > | getMapWaypoints () |
List< Set< MapWaypoint > > | getTracks () |
Private Attributes | |
final List< Set< MapWaypoint > > | areas |
final Set< MapWaypoint > | mapWaypoints |
final List< Set< MapWaypoint > > | tracks |
Carries data retrieved from the Geolocation API to be processed for closest cities.
Definition at line 175 of file GeolocationSummary.java.
|
private |
Main constructor.
mapWaypoints | The way points found for the data source. |
tracks | A list of sets where each set is a track in the data source. |
areas | A list of areas where each set is an area in the data source. |
Definition at line 190 of file GeolocationSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.GeoResult.areas, org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.GeoResult.mapWaypoints, and org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.GeoResult.tracks.
|
private |
Definition at line 213 of file GeolocationSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.GeoResult.areas.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.processGeoResult().
|
private |
Definition at line 199 of file GeolocationSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.GeoResult.mapWaypoints.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.processGeoResult().
|
private |
Definition at line 206 of file GeolocationSummary.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.GeoResult.tracks.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.processGeoResult().
|
private |
|
private |
|
private |
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.