Package org.geotools.api.referencing.crs
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)
 
- 
- 
Field Summary- 
Fields inherited from interface IdentifiedObjectALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 - 
Fields inherited from interface ReferenceSystemDOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CoordinateReferenceSystemgetBaseCRS()Returns the base coordinate reference system.ConversiongetConversionFromBase()Returns the conversion from the base CRS to this CRS.- 
Methods inherited from interface IdentifiedObjectgetAlias, getIdentifiers, getName, getRemarks, toWKT
 - 
Methods inherited from interface ReferenceSystemgetDomainOfValidity, getScope
 - 
Methods inherited from interface SingleCRSgetCoordinateSystem, getDatum
 
- 
 
- 
- 
- 
Method Detail- 
getBaseCRSCoordinateReferenceSystem getBaseCRS() Returns the base coordinate reference system.- Returns:
- The base coordinate reference system.
 
 - 
getConversionFromBaseConversion getConversionFromBase() Returns the conversion from the base CRS to this CRS.- Returns:
- The conversion from the base CRS.
 
 
- 
 
-