|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompoundCRS | |
---|---|
org.geotools.referencing.crs | Coordinate reference systems implementation. |
org.geotools.referencing.factory | Base classes for factories and authority factories. |
org.geotools.referencing.operation | Coordinate operation implementation. |
org.opengis.referencing.crs | Coordinate reference systems (coordinate systems with a datum). |
Uses of CompoundCRS in org.geotools.referencing.crs |
---|
Classes in org.geotools.referencing.crs that implement CompoundCRS | |
---|---|
class |
DefaultCompoundCRS
A coordinate reference system describing the position of points through two or more independent coordinate reference systems. |
Methods in org.geotools.referencing.crs that return CompoundCRS | |
---|---|
CompoundCRS |
EPSGCRSAuthorityFactory.createCompoundCRS(String str)
Deprecated. |
Constructors in org.geotools.referencing.crs with parameters of type CompoundCRS | |
---|---|
DefaultCompoundCRS(CompoundCRS crs)
Constructs a new compound CRS with the same values than the specified one. |
Uses of CompoundCRS in org.geotools.referencing.factory |
---|
Methods in org.geotools.referencing.factory that return CompoundCRS | |
---|---|
CompoundCRS |
ReferencingObjectFactory.createCompoundCRS(Map<String,?> properties,
CoordinateReferenceSystem[] elements)
Creates a compound coordinate reference system from an ordered list of CoordinateReferenceSystem objects. |
CompoundCRS |
AbstractAuthorityMediator.createCompoundCRS(String code)
|
CompoundCRS |
BufferedAuthorityFactory.createCompoundCRS(String code)
Returns a 3D coordinate reference system from a code. |
CompoundCRS |
AuthorityFactoryAdapter.createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code. |
CompoundCRS |
AbstractCachedAuthorityFactory.createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code. |
CompoundCRS |
CachedCRSAuthorityDecorator.createCompoundCRS(String code)
|
CompoundCRS |
CachedAuthorityDecorator.createCompoundCRS(String code)
|
CompoundCRS |
ThreadedAuthorityFactory.createCompoundCRS(String code)
Returns a 3D coordinate reference system from a code. |
CompoundCRS |
FallbackAuthorityFactory.createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code. |
CompoundCRS |
AbstractAuthorityFactory.createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code. |
Methods in org.geotools.referencing.factory with parameters of type CompoundCRS | |
---|---|
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 | |
---|---|
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. |
Uses of CompoundCRS in org.opengis.referencing.crs |
---|
Methods in org.opengis.referencing.crs that return CompoundCRS | |
---|---|
CompoundCRS |
CRSFactory.createCompoundCRS(Map<String,?> properties,
CoordinateReferenceSystem[] elements)
Creates a compound coordinate reference system from an ordered list of CoordinateReferenceSystem objects. |
CompoundCRS |
CRSAuthorityFactory.createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |