object SpatialRelationFunctions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpatialRelationFunctions
- 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
- val ST_AggregateDistanceSphere: (Seq[Geometry]) => Double
- val ST_Area: (Geometry) => Double
- val ST_Centroid: (Geometry) => Point
- val ST_ClosestPoint: (Geometry, Geometry) => Point
- val ST_Contains: (Geometry, Geometry) => Boolean
- val ST_Covers: (Geometry, Geometry) => Boolean
- val ST_Crosses: (Geometry, Geometry) => Boolean
- val ST_Difference: (Geometry, Geometry) => Geometry
- val ST_Disjoint: (Geometry, Geometry) => Boolean
- val ST_Distance: (Geometry, Geometry) => Double
- val ST_DistanceSphere: (Geometry, Geometry) => Double
- val ST_Equals: (Geometry, Geometry) => Boolean
- val ST_Intersection: (Geometry, Geometry) => Geometry
- val ST_Intersects: (Geometry, Geometry) => Boolean
- val ST_Length: (Geometry) => Double
- val ST_LengthSphere: (LineString) => Double
- val ST_Overlaps: (Geometry, Geometry) => Boolean
- val ST_Relate: (Geometry, Geometry) => String
- val ST_RelateBool: (Geometry, Geometry, String) => Boolean
- val ST_Touches: (Geometry, Geometry) => Boolean
- val ST_Translate: (Geometry, Double, Double) => Geometry
- val ST_Within: (Geometry, Geometry) => Boolean
- 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()
- def closestPoint(g1: Geometry, g2: Geometry): Point
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fastDistance(c1: Coordinate, c2: Coordinate): Double
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def translate(g: Geometry, deltax: Double, deltay: Double): Geometry
- 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)