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 CompoundCRS
CRSAuthorityFactory. createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code.CompoundCRS
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 CompoundCRS Modifier and Type Class Description class
DefaultCompoundCRS
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 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 CompoundCRS
EPSGCRSAuthorityFactory. 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 CompoundCRS
AbstractAuthorityFactory. createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code.CompoundCRS
AbstractAuthorityMediator. createCompoundCRS(String code)
CompoundCRS
AbstractCachedAuthorityFactory. createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code.CompoundCRS
AuthorityFactoryAdapter. createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code.CompoundCRS
BufferedAuthorityFactory. createCompoundCRS(String code)
Returns a 3D coordinate reference system from a code.CompoundCRS
CachedAuthorityDecorator. createCompoundCRS(String code)
CompoundCRS
CachedCRSAuthorityDecorator. createCompoundCRS(String code)
CompoundCRS
FallbackAuthorityFactory. createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code.CompoundCRS
ReferencingObjectFactory. createCompoundCRS(Map<String,?> properties, CoordinateReferenceSystem[] elements)
Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystem
objects.CompoundCRS
ThreadedAuthorityFactory. 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 CoordinateReferenceSystem
ReferencingFactoryContainer. 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 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.
-