Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.geolocation.GeoFilter Class Reference

Public Member Functions

 GeoFilter (boolean showAll, boolean withoutTimeStamp, int mostRecentNumDays, List< DataSource > dataSources, List< BlackboardArtifact.ARTIFACT_TYPE > artifactTypes)
 

Private Attributes

final List< BlackboardArtifact.ARTIFACT_TYPE > artifactTypes
 
final List< DataSource > dataSources
 
final int mostRecentNumDays
 
final boolean showAll
 
final boolean showWithoutTimeStamp
 

Detailed Description

Class to store the values of the Geolocation user set filter parameters

Definition at line 29 of file GeoFilter.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.geolocation.GeoFilter.GeoFilter ( boolean  showAll,
boolean  withoutTimeStamp,
int  mostRecentNumDays,
List< DataSource >  dataSources,
List< BlackboardArtifact.ARTIFACT_TYPE >  artifactTypes 
)

Construct a Geolocation filter. showAll and mostRecentNumDays are exclusive filters, ie they cannot be used together.

withoutTimeStamp is only applicable if mostRecentNumDays is true.

When using the filters "most recent days" means to include waypoints for the numbers of days after the most recent waypoint, not the current date.

Parameters
showAllTrue if all waypoints should be shown
withoutTimeStampTrue to show waypoints without timeStamps, this filter is only applicable if mostRecentNumDays is true
mostRecentNumDaysShow Waypoint for the most recent given number of days. This parameter is ignored if showAll is true.
dataSourcesA list of dataSources to filter waypoint for.
artifactTypesA list of artifactTypes to filter waypoint for.

Definition at line 54 of file GeoFilter.java.

References org.sleuthkit.autopsy.geolocation.GeoFilter.artifactTypes, org.sleuthkit.autopsy.geolocation.GeoFilter.dataSources, org.sleuthkit.autopsy.geolocation.GeoFilter.mostRecentNumDays, and org.sleuthkit.autopsy.geolocation.GeoFilter.showAll.

Member Data Documentation

final List<BlackboardArtifact.ARTIFACT_TYPE> org.sleuthkit.autopsy.geolocation.GeoFilter.artifactTypes
private
final List<DataSource> org.sleuthkit.autopsy.geolocation.GeoFilter.dataSources
private
final int org.sleuthkit.autopsy.geolocation.GeoFilter.mostRecentNumDays
private
final boolean org.sleuthkit.autopsy.geolocation.GeoFilter.showAll
private
final boolean org.sleuthkit.autopsy.geolocation.GeoFilter.showWithoutTimeStamp
private

Definition at line 32 of file GeoFilter.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.