Class CoordinateReferenceSystem

  • Direct Known Subclasses:
    NamedCoordinateReferenceSystem

    @Deprecated(since="2.0",
                forRemoval=true)
    public abstract class CoordinateReferenceSystem
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    use the driver-provided types instead
    Defines the coordinate reference system to be used in certain geo queries.
    • Constructor Detail

      • CoordinateReferenceSystem

        public CoordinateReferenceSystem()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getType

        public abstract CoordinateReferenceSystemType getType()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Gets the type of this Coordinate Reference System.
        Returns:
        the type
      • convert

        public abstract CoordinateReferenceSystem convert()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Converts this type to the driver type
        Returns:
        the driver type