Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.CityRecordCount Class Reference

Public Member Functions

CityRecord getCityRecord ()
 
int getCount ()
 

Private Attributes

final CityRecord cityRecord
 
final int count
 

Detailed Description

A count of hits for a particular city.

Definition at line 52 of file GeolocationSummary.java.

Member Function Documentation

CityRecord org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.CityRecordCount.getCityRecord ( )
Returns
The record for the city including name, country, and location.

Definition at line 73 of file GeolocationSummary.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.CityRecordCount.cityRecord.

Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.GeolocationPanel.formatRecord().

int org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.CityRecordCount.getCount ( )

Member Data Documentation

final CityRecord org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.CityRecordCount.cityRecord
private
final int org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.CityRecordCount.count
private

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

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.