
V - Vector typepublic interface SpatialPrimitiveDoubleDistanceFunction<V extends SpatialComparable> extends SpatialPrimitiveDistanceFunction<V,DoubleDistance>, PrimitiveDoubleDistanceFunction<V>
| Modifier and Type | Method and Description | 
|---|---|
| double | doubleMinDist(SpatialComparable mbr1,
             SpatialComparable mbr2)Computes the distance between the two given MBRs according to this
 distance function. | 
instantiate, minDistdoubleDistancedistance, getInputTypeRestrictiongetDistanceFactory, isMetric, isSymmetricdouble doubleMinDist(SpatialComparable mbr1, SpatialComparable mbr2)
mbr1 - the first MBR objectmbr2 - the second MBR object