Packages

o

org.locationtech.geomesa.spark.jts.udf

GeometricAccessorFunctions

object GeometricAccessorFunctions

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeometricAccessorFunctions
  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_Boundary: (Geometry) ⇒ Geometry
  5. val ST_CoordDim: (Geometry) ⇒ Integer
  6. val ST_Dimension: (Geometry) ⇒ Integer
  7. val ST_Envelope: (Geometry) ⇒ Geometry
  8. val ST_ExteriorRing: (Geometry) ⇒ LineString
  9. val ST_GeometryN: (Geometry, Int) ⇒ Geometry
  10. val ST_GeometryType: (Geometry) ⇒ String
  11. val ST_InteriorRingN: (Geometry, Int) ⇒ Geometry
  12. val ST_IsClosed: (Geometry) ⇒ Boolean
  13. val ST_IsCollection: (Geometry) ⇒ Boolean
  14. val ST_IsEmpty: (Geometry) ⇒ Boolean
  15. val ST_IsRing: (Geometry) ⇒ Boolean
  16. val ST_IsSimple: (Geometry) ⇒ Boolean
  17. val ST_IsValid: (Geometry) ⇒ Boolean
  18. val ST_NumGeometries: (Geometry) ⇒ Integer
  19. val ST_NumPoints: (Geometry) ⇒ Integer
  20. val ST_PointN: (Geometry, Int) ⇒ Point
  21. val ST_X: (Geometry) ⇒ Float
  22. val ST_Y: (Geometry) ⇒ Float
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped