Methods in org.geotools.referencing.factory that return DerivedCRS |
DerivedCRS |
ReferencingObjectFactory.createDerivedCRS(Map<String,?> properties,
CoordinateReferenceSystem baseCRS,
Conversion conversionFromBase,
CoordinateSystem derivedCS)
Creates a derived coordinate reference system from a conversion. |
DerivedCRS |
ReferencingObjectFactory.createDerivedCRS(Map<String,?> properties,
OperationMethod method,
CoordinateReferenceSystem base,
MathTransform baseToDerived,
CoordinateSystem derivedCS)
Deprecated. Use CoordinateOperationFactory.createDefiningConversion(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.parameter.ParameterValueGroup) followed by
ReferencingObjectFactory.createDerivedCRS(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.referencing.crs.CoordinateReferenceSystem, org.opengis.referencing.operation.MathTransform, org.opengis.referencing.cs.CoordinateSystem) instead. |
DerivedCRS |
AbstractAuthorityMediator.createDerivedCRS(String code)
|
DerivedCRS |
BufferedAuthorityFactory.createDerivedCRS(String code)
Returns a derived coordinate reference system from a code. |
DerivedCRS |
AuthorityFactoryAdapter.createDerivedCRS(String code)
Creates a derived coordinate reference system from a code. |
DerivedCRS |
AbstractCachedAuthorityFactory.createDerivedCRS(String code)
|
DerivedCRS |
CachedCRSAuthorityDecorator.createDerivedCRS(String code)
|
DerivedCRS |
CachedAuthorityDecorator.createDerivedCRS(String code)
|
DerivedCRS |
ThreadedAuthorityFactory.createDerivedCRS(String code)
Returns a derived coordinate reference system from a code. |
DerivedCRS |
FallbackAuthorityFactory.createDerivedCRS(String code)
Creates a derived coordinate reference system from a code. |
DerivedCRS |
AbstractAuthorityFactory.createDerivedCRS(String code)
Creates a derived coordinate reference system from a code. |