Packages

o

org.locationtech.geomesa.spark.jts.udf

SpatialRelationFunctions

object SpatialRelationFunctions

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ST_AggregateDistanceSphere: (Seq[Geometry]) ⇒ Double
  5. val ST_Area: (Geometry) ⇒ Double
  6. val ST_Centroid: (Geometry) ⇒ Point
  7. val ST_ClosestPoint: (Geometry, Geometry) ⇒ Point
  8. val ST_Contains: (Geometry, Geometry) ⇒ Boolean
  9. val ST_Covers: (Geometry, Geometry) ⇒ Boolean
  10. val ST_Crosses: (Geometry, Geometry) ⇒ Boolean
  11. val ST_Difference: (Geometry, Geometry) ⇒ Geometry
  12. val ST_Disjoint: (Geometry, Geometry) ⇒ Boolean
  13. val ST_Distance: (Geometry, Geometry) ⇒ Double
  14. val ST_DistanceSphere: (Geometry, Geometry) ⇒ Double
  15. val ST_Equals: (Geometry, Geometry) ⇒ Boolean
  16. val ST_Intersection: (Geometry, Geometry) ⇒ Geometry
  17. val ST_Intersects: (Geometry, Geometry) ⇒ Boolean
  18. val ST_Length: (Geometry) ⇒ Double
  19. val ST_LengthSphere: (LineString) ⇒ Double
  20. val ST_Overlaps: (Geometry, Geometry) ⇒ Boolean
  21. val ST_Relate: (Geometry, Geometry) ⇒ String
  22. val ST_RelateBool: (Geometry, Geometry, String) ⇒ Boolean
  23. val ST_Touches: (Geometry, Geometry) ⇒ Boolean
  24. val ST_Translate: (Geometry, Double, Double) ⇒ Geometry
  25. val ST_Within: (Geometry, Geometry) ⇒ Boolean
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. def closestPoint(g1: Geometry, g2: Geometry): Point
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  31. def fastDistance(c1: Coordinate, c2: Coordinate): Double
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def translate(g: Geometry, deltax: Double, deltay: Double): Geometry
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped