package knnJudgement
Type Members
- 
      
      
      
        
      
    
      
        
        class
      
      
        GeometryDistanceComparator[T <: Geometry] extends Comparator[T] with Serializable
      
      
The Class GeometryDistanceComparator.
 - 
      
      
      
        
      
    
      
        
        class
      
      
        KnnJudgement[U <: Geometry, T <: Geometry] extends FlatMapFunction[Iterator[T], T] with Serializable
      
      
The Class GeometryKnnJudgement.
 - 
      
      
      
        
      
    
      
        
        class
      
      
        KnnJudgementUsingIndex[U <: Geometry, T <: Geometry] extends FlatMapFunction[Iterator[SpatialIndex], T] with Serializable
      
      
The Class KnnJudgementUsingIndex.