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.geolocation.KdTree< T extends KdTree.XYZPoint >.EuclideanComparator Class Reference

Inherits Comparator< KdNode >.

Public Member Functions

int compare (KdNode o1, KdNode o2)
 

Private Attributes

final XYZPoint point
 

Detailed Description

A comparator class for doing a euclidean distance comparison of two KdNodes.

Definition at line 413 of file KdTree.java.

Member Function Documentation

int org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.EuclideanComparator.compare ( KdNode  o1,
KdNode  o2 
)

Member Data Documentation

final XYZPoint org.sleuthkit.autopsy.geolocation.KdTree< T extends KdTree.XYZPoint >.EuclideanComparator.point
private

Definition at line 415 of file KdTree.java.


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.