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 DerivedCRSCRSAuthorityFactory. createDerivedCRS(String code)Creates a derived coordinate reference system from a code.DerivedCRSCRSFactory. 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 classDefaultDerivedCRSA 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 DerivedCRSEPSGCRSAuthorityFactory. 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 DerivedCRSAbstractAuthorityFactory. createDerivedCRS(String code)Creates a derived coordinate reference system from a code.DerivedCRSAbstractAuthorityMediator. createDerivedCRS(String code)DerivedCRSAbstractCachedAuthorityFactory. createDerivedCRS(String code)DerivedCRSAuthorityFactoryAdapter. createDerivedCRS(String code)Creates a derived coordinate reference system from a code.DerivedCRSBufferedAuthorityFactory. createDerivedCRS(String code)Returns a derived coordinate reference system from a code.DerivedCRSCachedAuthorityDecorator. createDerivedCRS(String code)DerivedCRSCachedCRSAuthorityDecorator. createDerivedCRS(String code)DerivedCRSFallbackAuthorityFactory. createDerivedCRS(String code)Creates a derived coordinate reference system from a code.DerivedCRSReferencingObjectFactory. createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)Creates a derived coordinate reference system from a conversion.DerivedCRSThreadedAuthorityFactory. createDerivedCRS(String code)Returns a derived coordinate reference system from a code.
-