Uses of Interface
org.geotools.api.referencing.crs.DerivedCRS
-
Packages that use DerivedCRS Package Description org.geotools.api.referencing.crs org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.epsg.wkt org.geotools.referencing.factory 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 DerivedCRS Modifier and Type Method Description DerivedCRS
CRSAuthorityFactory. createDerivedCRS(String code)
Creates a derived coordinate reference system from a code.DerivedCRS
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 DerivedCRS Modifier and Type Class Description class
DefaultDerivedCRS
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 DerivedCRS Constructor Description DefaultDerivedCRS(DerivedCRS crs)
Constructs 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 Modifier and Type Method Description DerivedCRS
EPSGCRSAuthorityFactory. createDerivedCRS(String str)
-
Uses of DerivedCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return DerivedCRS Modifier and Type Method Description DerivedCRS
AbstractAuthorityFactory. createDerivedCRS(String code)
Creates a derived coordinate reference system from a code.DerivedCRS
AbstractAuthorityMediator. createDerivedCRS(String code)
DerivedCRS
AbstractCachedAuthorityFactory. createDerivedCRS(String code)
DerivedCRS
AuthorityFactoryAdapter. createDerivedCRS(String code)
Creates a derived coordinate reference system from a code.DerivedCRS
BufferedAuthorityFactory. createDerivedCRS(String code)
Returns a derived coordinate reference system from a code.DerivedCRS
CachedAuthorityDecorator. createDerivedCRS(String code)
DerivedCRS
CachedCRSAuthorityDecorator. createDerivedCRS(String code)
DerivedCRS
FallbackAuthorityFactory. createDerivedCRS(String code)
Creates a derived coordinate reference system from a code.DerivedCRS
ReferencingObjectFactory. createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)
Creates a derived coordinate reference system from a conversion.DerivedCRS
ThreadedAuthorityFactory. createDerivedCRS(String code)
Returns a derived coordinate reference system from a code.
-