Packages

c

org.apache.sedona.core.knnJudgement

SpheroidDistance

class SpheroidDistance extends ItemDistance

Linear Supertypes
ItemDistance, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpheroidDistance
  2. ItemDistance
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpheroidDistance()

Value Members

  1. def distance(geometry1: Geometry, geometry2: Geometry): Double
  2. def distance(item1: ItemBoundable, item2: ItemBoundable): Double
    Definition Classes
    SpheroidDistance → ItemDistance
    Annotations
    @Override()