Uses of Interface
org.geotools.api.referencing.crs.CompoundCRS
Packages that use CompoundCRS
Package
Description
Coordinate reference systems implementation.
Base classes for factories and
authority factories.
Coordinate operation implementation.
-
Uses of CompoundCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return CompoundCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createCompoundCRS
(String code) Creates a 3D coordinate reference system from a code.CRSFactory.createCompoundCRS
(Map<String, ?> properties, CoordinateReferenceSystem... elements) Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystem
objects. -
Uses of CompoundCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement CompoundCRSModifier and TypeClassDescriptionclass
A 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 CompoundCRSModifierConstructorDescriptionConstructs 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 -
Uses of CompoundCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return CompoundCRSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createCompoundCRS
(String code) Creates a 3D coordinate reference system from a code.AbstractAuthorityMediator.createCompoundCRS
(String code) AbstractCachedAuthorityFactory.createCompoundCRS
(String code) Creates a 3D coordinate reference system from a code.AuthorityFactoryAdapter.createCompoundCRS
(String code) Creates a 3D coordinate reference system from a code.BufferedAuthorityFactory.createCompoundCRS
(String code) Returns a 3D coordinate reference system from a code.CachedAuthorityDecorator.createCompoundCRS
(String code) CachedCRSAuthorityDecorator.createCompoundCRS
(String code) FallbackAuthorityFactory.createCompoundCRS
(String code) Creates a 3D coordinate reference system from a code.ReferencingObjectFactory.createCompoundCRS
(Map<String, ?> properties, CoordinateReferenceSystem... elements) Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystem
objects.ThreadedAuthorityFactory.createCompoundCRS
(String code) Returns a 3D coordinate reference system from a code.Methods in org.geotools.referencing.factory with parameters of type CompoundCRSModifier and TypeMethodDescriptionReferencingFactoryContainer.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 CompoundCRSModifier and TypeMethodDescriptionprotected CoordinateOperation
DefaultCoordinateOperationFactory.createOperationStep
(CompoundCRS sourceCRS, CompoundCRS targetCRS) Creates an operation between two compound coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory.createOperationStep
(CompoundCRS sourceCRS, SingleCRS targetCRS) Creates an operation from a compound to a single coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory.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.