class IndexedFacetDistance extends AnyRef
- Alphabetic
- By Inheritance
- IndexedFacetDistance
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var baseGeometry: Geometry
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def distance(g: Geometry): Double
Computes the distance from the base geometry to the given geometry.
Computes the distance from the base geometry to the given geometry.
- g
the geometry to compute the distance to return the computed distance
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isWithinDistance(g: Geometry, maxDistance: Double): Boolean
Tests whether the base geometry lies within a specified distance of the given geometry.
Tests whether the base geometry lies within a specified distance of the given geometry.
- g
the geometry to test
- maxDistance
the maximum distance to test return true if the geometry lies with the specified distance
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nearestLocations(g: Geometry): Array[GeometryLocation]
Computes the nearest locations on the base geometry and the given geometry.
Computes the nearest locations on the base geometry and the given geometry.
- g
the geometry to compute the nearest location to return the nearest locations
- def nearestPoints(g: Geometry): Array[Coordinate]
Compute the nearest locations on the target geometry and the given geometry.
Compute the nearest locations on the target geometry and the given geometry.
- g
the geometry to compute the nearest point to return the nearest points
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()