Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits TopComponent.
Classes | |
class | WaypointFetcher |
Public Member Functions | |
GeolocationTopComponent () | |
void | addNotify () |
void | componentOpened () |
void | open () |
void | removeNotify () |
void | setFilterState (GeoFilter filter) throws GeoLocationUIException |
Private Member Functions | |
void | initComponents () |
void | reportButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | showRefreshPanel (boolean show) |
void | updateWaypoints () |
Static Private Member Functions | |
static String | createReportDirectory () throws IOException |
Private Attributes | |
final PropertyChangeListener | caseEventListener |
javax.swing.JLabel | coordLabel |
org.sleuthkit.autopsy.geolocation.HidingPane | filterPane |
final GeoFilterPanel | geoFilterPanel |
final PropertyChangeListener | ingestListener |
boolean | mapInitalized = false |
org.sleuthkit.autopsy.geolocation.MapPanel | mapPanel |
javax.swing.JProgressBar | progressBar |
javax.swing.JButton | reportButton |
javax.swing.JPanel | statusBar |
Static Private Attributes | |
static final Set< IngestManager.IngestModuleEvent > | INGEST_MODULE_EVENTS_OF_INTEREST = EnumSet.of(DATA_ADDED) |
static final Logger | logger = Logger.getLogger(GeolocationTopComponent.class.getName()) |
static final String | REPORT_KML = "ReportKML.kml" |
static final String | REPORT_PATH_FMT_STR = "%s" + File.separator + "%s %s %s" + File.separator |
static final long | serialVersionUID = 1L |
Top component for the Geolocation Tool.
Definition at line 67 of file GeolocationTopComponent.java.
org.sleuthkit.autopsy.geolocation.GeolocationTopComponent.GeolocationTopComponent | ( | ) |
Constructs new GeoLocationTopComponent
Definition at line 100 of file GeolocationTopComponent.java.
References org.sleuthkit.autopsy.ingest.ModuleDataEvent.getBlackboardArtifactType().
void org.sleuthkit.autopsy.geolocation.GeolocationTopComponent.addNotify | ( | ) |
void org.sleuthkit.autopsy.geolocation.GeolocationTopComponent.componentOpened | ( | ) |
Definition at line 204 of file GeolocationTopComponent.java.
|
staticprivate |
Create the directory path for the KML report.
This is a modified version of the similar private function from KMLReport.
IOException |
Definition at line 399 of file GeolocationTopComponent.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), org.sleuthkit.autopsy.casemodule.Case.getDisplayName(), and org.sleuthkit.autopsy.casemodule.Case.getReportDirectory().
|
private |
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
Definition at line 423 of file GeolocationTopComponent.java.
void org.sleuthkit.autopsy.geolocation.GeolocationTopComponent.open | ( | ) |
Definition at line 234 of file GeolocationTopComponent.java.
References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Notify.error().
void org.sleuthkit.autopsy.geolocation.GeolocationTopComponent.removeNotify | ( | ) |
|
private |
void org.sleuthkit.autopsy.geolocation.GeolocationTopComponent.setFilterState | ( | GeoFilter | filter | ) | throws GeoLocationUIException |
Sets the filter state that will be set when the panel is opened. If the panel is already open, this has no effect.
filter | The filter to set in the GeoFilterPanel. |
Definition at line 216 of file GeolocationTopComponent.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.GeolocationPanel.openGeolocationWindow().
|
private |
Set the state of the refresh panel at the top of the mapPanel.
show | Whether to show or hide the panel. |
Definition at line 267 of file GeolocationTopComponent.java.
|
private |
Filters the list of waypoints based on the user selections in the filter pane.
Definition at line 303 of file GeolocationTopComponent.java.
|
private |
Definition at line 76 of file GeolocationTopComponent.java.
|
private |
Definition at line 505 of file GeolocationTopComponent.java.
|
private |
Definition at line 506 of file GeolocationTopComponent.java.
|
private |
Definition at line 77 of file GeolocationTopComponent.java.
|
staticprivate |
Definition at line 73 of file GeolocationTopComponent.java.
|
private |
Definition at line 75 of file GeolocationTopComponent.java.
|
staticprivate |
Definition at line 71 of file GeolocationTopComponent.java.
|
private |
Definition at line 86 of file GeolocationTopComponent.java.
|
private |
Definition at line 507 of file GeolocationTopComponent.java.
|
private |
Definition at line 508 of file GeolocationTopComponent.java.
|
staticprivate |
Definition at line 84 of file GeolocationTopComponent.java.
|
staticprivate |
Definition at line 81 of file GeolocationTopComponent.java.
|
private |
Definition at line 509 of file GeolocationTopComponent.java.
|
staticprivate |
Definition at line 69 of file GeolocationTopComponent.java.
|
private |
Definition at line 510 of file GeolocationTopComponent.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.