trait SpatialRelations extends AnyRef
Group of DataFrame DSL functions associated with determining the relationship between two JTS values.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpatialRelations
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def st_aggregateDistanceSphere(geomSeq: Column): TypedColumn[Any, Double]
- def st_area(geom: Column): TypedColumn[Any, Double]
- def st_centroid(geom: Column): TypedColumn[Any, Point]
- def st_closestPoint(left: Column, right: Column): TypedColumn[Any, Point]
- def st_contains(left: Column, right: Column): TypedColumn[Any, Boolean]
- def st_covers(left: Column, right: Column): TypedColumn[Any, Boolean]
- def st_crosses(left: Column, right: Column): TypedColumn[Any, Boolean]
- def st_difference(geom1: Column, geom2: Column): TypedColumn[Any, Geometry]
- def st_disjoint(left: Column, right: Column): TypedColumn[Any, Boolean]
- def st_distance(left: Column, right: Column): TypedColumn[Any, Double]
- def st_distanceSphere(left: Column, right: Column): TypedColumn[Any, Double]
- def st_equals(left: Column, right: Column): TypedColumn[Any, Boolean]
- def st_intersection(geom1: Column, geom2: Column): TypedColumn[Any, Geometry]
- def st_intersects(left: Column, right: Column): TypedColumn[Any, Boolean]
- def st_length(geom: Column): TypedColumn[Any, Double]
- def st_lengthSphere(line: Column): TypedColumn[Any, Double]
- def st_overlaps(left: Column, right: Column): TypedColumn[Any, Boolean]
- def st_relate(left: Column, right: Column): TypedColumn[Any, String]
- def st_relateBool(left: Column, right: Column, pattern: Column): TypedColumn[Any, Boolean]
- def st_touches(left: Column, right: Column): TypedColumn[Any, Boolean]
- def st_translate(geom: Column, deltaX: Double, deltaY: Double): TypedColumn[Any, Geometry]
- def st_translate(geom: Column, deltaX: Column, deltaY: Column): TypedColumn[Any, Geometry]
- def st_within(left: Column, right: Column): TypedColumn[Any, Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)