Uses of Interface
org.geotools.api.referencing.crs.CompoundCRS
-
Packages that use CompoundCRS 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.org.geotools.referencing.operation Coordinate operation implementation. -
-
Uses of CompoundCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return CompoundCRS Modifier and Type Method Description CompoundCRSCRSAuthorityFactory. createCompoundCRS(String code)Creates a 3D coordinate reference system from a code.CompoundCRSCRSFactory. createCompoundCRS(Map<String,?> properties, CoordinateReferenceSystem... elements)Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystemobjects. -
Uses of CompoundCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement CompoundCRS Modifier and Type Class Description classDefaultCompoundCRSA coordinate reference system describing the position of points through two or more independent coordinate reference systems.Constructors in org.geotools.referencing.crs with parameters of type CompoundCRS Constructor Description DefaultCompoundCRS(CompoundCRS crs)Constructs a new compound CRS with the same values than the specified one. -
Uses of CompoundCRS in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return CompoundCRS Modifier and Type Method Description CompoundCRSEPSGCRSAuthorityFactory. createCompoundCRS(String str) -
Uses of CompoundCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return CompoundCRS Modifier and Type Method Description CompoundCRSAbstractAuthorityFactory. createCompoundCRS(String code)Creates a 3D coordinate reference system from a code.CompoundCRSAbstractAuthorityMediator. createCompoundCRS(String code)CompoundCRSAbstractCachedAuthorityFactory. createCompoundCRS(String code)Creates a 3D coordinate reference system from a code.CompoundCRSAuthorityFactoryAdapter. createCompoundCRS(String code)Creates a 3D coordinate reference system from a code.CompoundCRSBufferedAuthorityFactory. createCompoundCRS(String code)Returns a 3D coordinate reference system from a code.CompoundCRSCachedAuthorityDecorator. createCompoundCRS(String code)CompoundCRSCachedCRSAuthorityDecorator. createCompoundCRS(String code)CompoundCRSFallbackAuthorityFactory. createCompoundCRS(String code)Creates a 3D coordinate reference system from a code.CompoundCRSReferencingObjectFactory. createCompoundCRS(Map<String,?> properties, CoordinateReferenceSystem[] elements)Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystemobjects.CompoundCRSThreadedAuthorityFactory. createCompoundCRS(String code)Returns a 3D coordinate reference system from a code.Methods in org.geotools.referencing.factory with parameters of type CompoundCRS Modifier and Type Method Description CoordinateReferenceSystemReferencingFactoryContainer. toGeodetic3D(CompoundCRS crs)Converts a 2D + 1D compound CRS into a 3D CRS, if possible. -
Uses of CompoundCRS in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation with parameters of type CompoundCRS Modifier and Type Method Description protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(CompoundCRS sourceCRS, CompoundCRS targetCRS)Creates an operation between two compound coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(CompoundCRS sourceCRS, SingleCRS targetCRS)Creates an operation from a compound to a single coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(SingleCRS sourceCRS, CompoundCRS targetCRS)Creates an operation from a single to a compound coordinate reference system.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory. findOperationSteps(CompoundCRS sourceCRS, CompoundCRS targetCRS, int limit)Returns all available operations between two compound coordinate reference systems.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory. findOperationSteps(CompoundCRS sourceCRS, SingleCRS targetCRS, int limit)Returns all available operations from a compound to a single coordinate reference system.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory. findOperationSteps(SingleCRS sourceCRS, CompoundCRS targetCRS, int limit)Returns all available operations from a single to a compound coordinate reference system.
-