Interface DerivedCRS

All Superinterfaces:
CoordinateReferenceSystem, GeneralDerivedCRS, IdentifiedObject, ReferenceSystem, SingleCRS

@UML(identifier="SC_DerivedCRS", specification=ISO_19111) public interface DerivedCRS extends GeneralDerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system. This category includes coordinate reference systems derived from a projected coordinate reference system.
Since:
1.0
Departure from OGC/ISO abstract specification:
Departure for closer integration with the Java environment ISO 19111 defines a DerivedCRSType code list. The later is omitted in GeoAPI since Java expressions like (baseCRS instanceof FooCRS) provides the same capability with more flexibility.