|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits SwingWorker< Sources, Void >.
Public Member Functions | |
| void | done () |
Protected Member Functions | |
| Sources | doInBackground () throws Exception |
Private Member Functions | |
| long | getGPSDataCount (SleuthkitCase sleuthkitCase, DataSource dataSource, BlackboardArtifact.ARTIFACT_TYPE artifactType) throws TskCoreException |
| Map< ARTIFACT_TYPE, Long > | getGPSDataSources (SleuthkitCase sleuthkitCase, DataSource dataSource) throws TskCoreException |
| ImageIcon | getImageIcon (int artifactTypeId) |
SwingWorker for updating the list of valid data sources.
doInBackground creates a list of Pair objects that contain the display name of the data source and the data source object.
Definition at line 428 of file GeoFilterPanel.java.
|
protected |
Definition at line 431 of file GeoFilterPanel.java.
References org::sleuthkit::datamodel::SleuthkitCase.getContentById(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), org::sleuthkit::datamodel::SleuthkitCase.getDataSources(), org.sleuthkit.autopsy.geolocation.GeoFilterPanel.DataSourceUpdater.getGPSDataSources(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
| void org.sleuthkit.autopsy.geolocation.GeoFilterPanel.DataSourceUpdater.done | ( | ) |
Definition at line 543 of file GeoFilterPanel.java.
References org.sleuthkit.autopsy.geolocation.GeoFilterPanel.DataSourceUpdater.getImageIcon().
|
private |
Get a count of artifacts of the given type containing GPS data for the given data case and source. Does not include rejected artifacts.
| sleuthkitCase | |
| dataSource | |
| artifactType |
| TskCoreException |
Definition at line 463 of file GeoFilterPanel.java.
References org::sleuthkit::datamodel::SleuthkitCase.executeQuery(), org::sleuthkit::datamodel::Content.getId(), org::sleuthkit::datamodel::SleuthkitCase::CaseDbQuery.getResultSet(), org::sleuthkit::datamodel::BlackboardArtifact::ReviewStatus.REJECTED, org::sleuthkit::datamodel::BlackboardAttribute::ATTRIBUTE_TYPE.TSK_GEO_AREAPOINTS, org::sleuthkit::datamodel::BlackboardAttribute::ATTRIBUTE_TYPE.TSK_GEO_LATITUDE, org::sleuthkit::datamodel::BlackboardAttribute::ATTRIBUTE_TYPE.TSK_GEO_LONGITUDE, org::sleuthkit::datamodel::BlackboardAttribute::ATTRIBUTE_TYPE.TSK_GEO_TRACKPOINTS, and org::sleuthkit::datamodel::BlackboardAttribute::ATTRIBUTE_TYPE.TSK_GEO_WAYPOINTS.
Referenced by org.sleuthkit.autopsy.geolocation.GeoFilterPanel.DataSourceUpdater.getGPSDataSources().
|
private |
Returns a Map representing the number of sources found for each artifact type. If no data was found, an empty map is returned.
| sleuthkitCase | The current sleuthkitCase |
| dataSource |
| TskCoreException |
Definition at line 511 of file GeoFilterPanel.java.
References org.sleuthkit.autopsy.geolocation.GeoFilterPanel.DataSourceUpdater.getGPSDataCount().
Referenced by org.sleuthkit.autopsy.geolocation.GeoFilterPanel.DataSourceUpdater.doInBackground().
|
private |
Returns a new ImageIcon for the given artifact type ID representing the type's waypoint color
| artifactTypeId | The artifact type id |
Definition at line 530 of file GeoFilterPanel.java.
Referenced by org.sleuthkit.autopsy.geolocation.GeoFilterPanel.DataSourceUpdater.done().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.