Autopsy  4.19.0
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.CityCountsList Class Reference

Public Member Functions

List< CityRecordCountgetCounts ()
 
int getOtherCount ()
 

Private Attributes

final List< CityRecordCountcounts
 
final int otherCount
 

Detailed Description

Indicates a list of cities to which way points are closest. Also includes the count of way points where no closest city was determined due to not being close enough.

Definition at line 137 of file GeolocationSummary.java.

Member Function Documentation

List<CityRecordCount> org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.CityCountsList.getCounts ( )
Returns
The list of cities and the count of how many points are closest to that city.

Definition at line 159 of file GeolocationSummary.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.CityCountsList.counts.

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

int org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.CityCountsList.getOtherCount ( )
Returns
The count of points where no closest city was determined due to not being close enough.

Definition at line 167 of file GeolocationSummary.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.CityCountsList.otherCount.

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

Member Data Documentation

final List<CityRecordCount> org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.CityCountsList.counts
private
final int org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.CityCountsList.otherCount
private

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

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