GeospatialValue

open class GeospatialValue : DataValue

Abstract base class for geospatial (geography/geometry) data values.

  • Default initializer.

    Declaration

    Swift

    override public init()
  • Spatial Reference System Code, e.g. EPSG SRID.

    Declaration

    Swift

    @inline(__always)
    open var srsCode: Int { get set }
  • Spatial Reference System Name (optional).

    Declaration

    Swift

    @inline(__always)
    open var srsName: String? { get set }