object GeographyType extends AbstractDataType with SpatialType with Serializable
- Annotations
- @Unstable()
- Source
- GeographyType.scala
- Alphabetic
- By Inheritance
- GeographyType
- Serializable
- SpatialType
- AbstractDataType
- AnyRef
- Any
- Hide All
- Show All
- 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
- final val GEOGRAPHY_DEFAULT_ALGORITHM: SPHERICAL.type
- final val GEOGRAPHY_DEFAULT_CRS: String("OGC:CRS84")
- final val GEOGRAPHY_DEFAULT_EPSG_CRS: String
- 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.
- final val MIXED_CRS: String
- Definition Classes
- SpatialType
- 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
- def apply(crs: String, algorithm: EdgeInterpolationAlgorithm): GeographyType
- def apply(crs: String, algorithm: String): GeographyType
- def apply(crs: String): GeographyType
- def apply(srid: Int): GeographyType
Constructors for GeographyType.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSridSupported(srid: Int): Boolean
Returns whether the given SRID is supported.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @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)