Packages

object GeographyType extends AbstractDataType with SpatialType with Serializable

Annotations
@Unstable()
Source
GeographyType.scala
Linear Supertypes
Serializable, SpatialType, AbstractDataType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeographyType
  2. Serializable
  3. SpatialType
  4. AbstractDataType
  5. AnyRef
  6. 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. final val GEOGRAPHY_DEFAULT_ALGORITHM: SPHERICAL.type
  5. final val GEOGRAPHY_DEFAULT_CRS: String("OGC:CRS84")
  6. final val GEOGRAPHY_DEFAULT_EPSG_CRS: String
  7. final val GEOGRAPHY_DEFAULT_SRID: Int(4326)

    Default CRS value for GeographyType depends on storage specification.

    Default CRS value for GeographyType depends on storage specification. Parquet and Iceberg use OGC:CRS84, which translates to SRID 4326 here.

  8. final val MIXED_CRS: String
    Definition Classes
    SpatialType
  9. final val MIXED_SRID: Int

    Mixed SRID value and the corresponding CRS for geospatial types (Geometry and Geography).

    Mixed SRID value and the corresponding CRS for geospatial types (Geometry and Geography). These values represent a geospatial type that can hold different SRID values per row.

    Definition Classes
    SpatialType
  10. def apply(crs: String, algorithm: EdgeInterpolationAlgorithm): GeographyType
  11. def apply(crs: String, algorithm: String): GeographyType
  12. def apply(crs: String): GeographyType
  13. def apply(srid: Int): GeographyType

    Constructors for GeographyType.

  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isSridSupported(srid: Int): Boolean

    Returns whether the given SRID is supported.

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. 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 Serializable

Inherited from SpatialType

Inherited from AbstractDataType

Inherited from AnyRef

Inherited from Any

Ungrouped