Class EuclideanItemDistance
- java.lang.Object
- 
- org.apache.sedona.core.knnJudgement.EuclideanItemDistance
 
- 
- All Implemented Interfaces:
- org.locationtech.jts.index.strtree.ItemDistance
 
 public class EuclideanItemDistance extends Object implements org.locationtech.jts.index.strtree.ItemDistance 
- 
- 
Constructor SummaryConstructors Constructor Description EuclideanItemDistance()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doubledistance(org.locationtech.jts.geom.Geometry geometry1, org.locationtech.jts.geom.Geometry geometry2)doubledistance(org.locationtech.jts.index.strtree.ItemBoundable item1, org.locationtech.jts.index.strtree.ItemBoundable item2)
 
- 
- 
- 
Method Detail- 
distancepublic double distance(org.locationtech.jts.index.strtree.ItemBoundable item1, org.locationtech.jts.index.strtree.ItemBoundable item2)- Specified by:
- distancein interface- org.locationtech.jts.index.strtree.ItemDistance
 
 - 
distancepublic double distance(org.locationtech.jts.geom.Geometry geometry1, org.locationtech.jts.geom.Geometry geometry2)
 
- 
 
-