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

Inherits org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.

Public Member Functions

int compareTo (XYZPoint o)
 
boolean equals (Object obj)
 
double euclideanDistance (XYZPoint o1)
 
String getCityName ()
 
String getCountry ()
 
double getLatitude ()
 
double getLongitude ()
 
String getState ()
 
double getX ()
 
double getY ()
 
double getZ ()
 
int hashCode ()
 
String toString ()
 

Protected Attributes

final double x
 
final double y
 
final double z
 

Private Attributes

final String cityName
 
final String country
 
final String state
 

Detailed Description

A record for a particular city including country and location.

Definition at line 27 of file CityRecord.java.

Member Function Documentation

int org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.compareTo ( XYZPoint  o)
inherited
boolean org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.equals ( Object  obj)
double org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.euclideanDistance ( XYZPoint  o1)
inherited

Computes the Euclidean distance from this point to the other.

Parameters
o1other point.
Returns
euclidean distance.

Definition at line 680 of file KdTree.java.

Referenced by org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.EuclideanComparator.compare().

String org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.getCityName ( )
String org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.getCountry ( )
double org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.getLatitude ( )
Returns
Latitude for the city.

Definition at line 73 of file CityRecord.java.

References org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.getY().

double org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.getLongitude ( )
Returns
Longitude for the city.

Definition at line 80 of file CityRecord.java.

References org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.getX().

String org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.getState ( )
double org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.getX ( )
inherited
double org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.getY ( )
inherited
double org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.getZ ( )
inherited

Returns the z value, will always be 0.

Returns
Always 0.

Definition at line 669 of file KdTree.java.

References org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.z.

int org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.hashCode ( )

Definition at line 85 of file CityRecord.java.

String org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.toString ( )

Member Data Documentation

final String org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.cityName
private
final String org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.country
private
final String org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.state
private
final double org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.x
protectedinherited
final double org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.y
protectedinherited
final double org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.z
protectedinherited

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

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