Interface GeneralDerivedCRS

All Superinterfaces:
CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem, SingleCRS
All Known Subinterfaces:
DerivedCRS, ProjectedCRS
All Known Implementing Classes:
AbstractDerivedCRS, DefaultDerivedCRS, DefaultProjectedCRS

public interface GeneralDerivedCRS extends SingleCRS
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).
Since:
GeoAPI 1.0
Author:
Martin Desruisseaux (IRD)
  • Method Details

    • getBaseCRS

      Returns the base coordinate reference system.
      Returns:
      The base coordinate reference system.
    • getConversionFromBase

      Conversion getConversionFromBase()
      Returns the conversion from the base CRS to this CRS.
      Returns:
      The conversion from the base CRS.