Packages

o

org.locationtech.geomesa.spark.jts.udf

GeometricConstructorFunctions

object GeometricConstructorFunctions

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

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_GeomFromGeoHash: (String, Int) => Geometry
  5. val ST_GeomFromGeoJSON: (String) => Geometry
  6. val ST_GeomFromWKB: (Array[Byte]) => Geometry
  7. val ST_GeomFromWKT: (String) => Geometry
  8. val ST_LineFromText: (String) => LineString
  9. val ST_MLineFromText: (String) => MultiLineString
  10. val ST_MPointFromText: (String) => MultiPoint
  11. val ST_MPolyFromText: (String) => MultiPolygon
  12. val ST_MakeBBOX: (Double, Double, Double, Double) => Geometry
  13. val ST_MakeBox2D: (Point, Point) => Geometry
  14. val ST_MakeLine: (Seq[Point]) => LineString
  15. val ST_MakePoint: (Double, Double) => Point
  16. val ST_MakePointM: (Double, Double, Double) => Point
  17. val ST_MakePolygon: (LineString) => Polygon
  18. val ST_Point: (Double, Double) => Point
  19. val ST_PointFromGeoHash: (String, Int) => Point
  20. val ST_PointFromText: (String) => Point
  21. val ST_PointFromWKB: (Array[Byte]) => Point
  22. val ST_Polygon: (LineString) => Polygon
  23. val ST_PolygonFromText: (String) => Polygon
  24. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  25. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped