object DataFrameFunctions extends SpatialEncoders
DataFrame DSL functions for working with JTS types
- Alphabetic
- By Inheritance
- DataFrameFunctions
- SpatialEncoders
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait Library extends SpatialConstructors with SpatialConverters with SpatialAccessors with SpatialOutputs with SpatialProcessors with SpatialRelations
Stack of all DataFrame DSL functions.
- trait SpatialAccessors extends AnyRef
Group of DataFrame DSL functions associated with fetching components of JTS values.
- trait SpatialConstructors extends AnyRef
Group of DataFrame DSL functions associated with constructing and encoding JTS types in Spark SQL.
- trait SpatialConverters extends AnyRef
Group of DataFrame DSL functions associated with converting JTS types from one type to another.
- trait SpatialOutputs extends AnyRef
Group of DataFrame DSL functions associated with converting JTS types into external formats.
- trait SpatialProcessors extends AnyRef
Group of DataFrame DSL functions associated with processing and manipulating JTS Types
- trait SpatialRelations extends AnyRef
Group of DataFrame DSL functions associated with determining the relationship between two JTS values.
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()
- implicit def integerEncoder: Encoder[Integer]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def jtsGeometryCollectionEncoder: Encoder[GeometryCollection]
- Definition Classes
- SpatialEncoders
- implicit def jtsGeometryEncoder: Encoder[Geometry]
- Definition Classes
- SpatialEncoders
- implicit def jtsLineStringEncoder: Encoder[LineString]
- Definition Classes
- SpatialEncoders
- implicit def jtsMultiLineStringEncoder: Encoder[MultiLineString]
- Definition Classes
- SpatialEncoders
- implicit def jtsMultiPointEncoder: Encoder[MultiPoint]
- Definition Classes
- SpatialEncoders
- implicit def jtsMultiPolygonEncoder: Encoder[MultiPolygon]
- Definition Classes
- SpatialEncoders
- implicit def jtsPointEncoder: Encoder[Point]
- Definition Classes
- SpatialEncoders
- implicit def jtsPolygonEncoder: Encoder[Polygon]
- Definition Classes
- SpatialEncoders
- 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()
- 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)