Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Class to store the values of the Geolocation user set filter parameters
Definition at line 29 of file GeoFilter.java.
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.
showAll | True if all waypoints should be shown |
withoutTimeStamp | True to show waypoints without timeStamps, this filter is only applicable if mostRecentNumDays is true |
mostRecentNumDays | Show Waypoint for the most recent given number of days. This parameter is ignored if showAll is true. |
dataSources | A list of dataSources to filter waypoint for. |
artifactTypes | A 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.
|
private |
Definition at line 35 of file GeoFilter.java.
Referenced by org.sleuthkit.autopsy.geolocation.GeoFilter.GeoFilter().
|
private |
Definition at line 34 of file GeoFilter.java.
Referenced by org.sleuthkit.autopsy.geolocation.GeoFilter.GeoFilter().
|
private |
Definition at line 33 of file GeoFilter.java.
Referenced by org.sleuthkit.autopsy.geolocation.GeoFilter.GeoFilter().
|
private |
Definition at line 31 of file GeoFilter.java.
Referenced by org.sleuthkit.autopsy.geolocation.GeoFilter.GeoFilter().
|
private |
Definition at line 32 of file GeoFilter.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.