Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
A record for a particular city including country and location.
Definition at line 27 of file CityRecord.java.
|
inherited |
Definition at line 747 of file KdTree.java.
Referenced by org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.EuclideanComparator.compare().
boolean org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.equals | ( | Object | obj | ) |
Definition at line 93 of file CityRecord.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.cityName, org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.country, and org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.equals().
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.equals().
|
inherited |
Computes the Euclidean distance from this point to the other.
o1 | other point. |
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 | ( | ) |
Definition at line 52 of file CityRecord.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.cityName.
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.GeolocationPanel.getCityName().
String org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.getCountry | ( | ) |
Definition at line 66 of file CityRecord.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.country.
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.GeolocationPanel.getCityName().
double org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.getLatitude | ( | ) |
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 | ( | ) |
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 | ( | ) |
Definition at line 59 of file CityRecord.java.
References org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.state.
Referenced by org.sleuthkit.autopsy.datasourcesummary.ui.GeolocationPanel.getCityName().
|
inherited |
Returns the x(latitude) value for the point.
Definition at line 651 of file KdTree.java.
References org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.x.
Referenced by org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.euclideanDistance(), org.sleuthkit.autopsy.geolocation.MapPanel.findClosestWaypoint(), org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.getClosestWithTime(), org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.getLongitude(), and org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.toString().
|
inherited |
Returns the y/longitude value for the point.
Definition at line 660 of file KdTree.java.
References org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.y.
Referenced by org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.euclideanDistance(), org.sleuthkit.autopsy.datasourcesummary.datamodel.GeolocationSummary.getClosestWithTime(), org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.getLatitude(), and org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.toString().
|
inherited |
Returns the z value, will always be 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 | ( | ) |
Definition at line 114 of file CityRecord.java.
References org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.getX(), and org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.getY().
|
private |
Definition at line 29 of file CityRecord.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.equals(), and org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.getCityName().
|
private |
Definition at line 30 of file CityRecord.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.equals(), and org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.getCountry().
|
private |
Definition at line 31 of file CityRecord.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.datamodel.CityRecord.getState().
|
protectedinherited |
Definition at line 630 of file KdTree.java.
Referenced by org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.equals(), org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.getX(), and org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.XYZPoint().
|
protectedinherited |
Definition at line 631 of file KdTree.java.
Referenced by org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.equals(), org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.getY(), and org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.XYZPoint().
|
protectedinherited |
Definition at line 632 of file KdTree.java.
Referenced by org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.equals(), and org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.XYZPoint.getZ().
Copyright © 2012-2022 Basis Technology. Generated on: Sun Apr 2 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.