Class AbstractDerivedCRS

All Implemented Interfaces:
Serializable, CoordinateReferenceSystem, GeneralDerivedCRS, SingleCRS, IdentifiedObject, ReferenceSystem
Direct Known Subclasses:
DefaultDerivedCRS, DefaultProjectedCRS

public class AbstractDerivedCRS extends AbstractSingleCRS implements GeneralDerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).

This class is conceptually abstract, even if it is technically possible to instantiate it. Typical applications should create instances of the most specific subclass with Default prefix instead. An exception to this rule may occurs when it is not possible to identify the exact type.

Since:
2.1
Author:
Martin Desruisseaux (IRD)
See Also: