Class GeographyType

  • All Implemented Interfaces:
    Serializable, Cloneable, Comparable<GeographyType>, org.apache.thrift.TBase<GeographyType,​GeographyType._Fields>, org.apache.thrift.TSerializable

    @Generated(value="Autogenerated by Thrift Compiler (0.22.0)",
               date="2025-12-22")
    public class GeographyType
    extends Object
    implements org.apache.thrift.TBase<GeographyType,​GeographyType._Fields>, Serializable, Cloneable, Comparable<GeographyType>
    Embedded Geography logical type annotation Geospatial features in the WKB format with an explicit (non-linear/non-planar) edges interpolation algorithm. A custom geographic CRS can be set by the crs field, where longitudes are bound by [-180, 180] and latitudes are bound by [-90, 90]. If unset, the CRS defaults to "OGC:CRS84". An optional algorithm can be set to correctly interpret edges interpolation of the geometries. If unset, the algorithm defaults to SPHERICAL. Allowed for physical type: BYTE_ARRAY. See Geospatial.md for details.
    See Also:
    Serialized Form