Uses of Interface
org.geotools.api.referencing.crs.DerivedCRS
Packages that use DerivedCRS
Package
Description
Coordinate reference systems implementation.
Base classes for factories and
authority factories.
-
Uses of DerivedCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return DerivedCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createDerivedCRS
(String code) Creates a derived coordinate reference system from a code.CRSFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived coordinate reference system. -
Uses of DerivedCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement DerivedCRSModifier and TypeClassDescriptionclass
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.Constructors in org.geotools.referencing.crs with parameters of type DerivedCRSModifierConstructorDescriptionConstructs a new derived CRS with the same values than the specified one. -
Uses of DerivedCRS in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return DerivedCRS -
Uses of DerivedCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return DerivedCRSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createDerivedCRS
(String code) Creates a derived coordinate reference system from a code.AbstractAuthorityMediator.createDerivedCRS
(String code) AbstractCachedAuthorityFactory.createDerivedCRS
(String code) AuthorityFactoryAdapter.createDerivedCRS
(String code) Creates a derived coordinate reference system from a code.BufferedAuthorityFactory.createDerivedCRS
(String code) Returns a derived coordinate reference system from a code.CachedAuthorityDecorator.createDerivedCRS
(String code) CachedCRSAuthorityDecorator.createDerivedCRS
(String code) FallbackAuthorityFactory.createDerivedCRS
(String code) Creates a derived coordinate reference system from a code.ReferencingObjectFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived coordinate reference system from a conversion.ThreadedAuthorityFactory.createDerivedCRS
(String code) Returns a derived coordinate reference system from a code.