Package | Description |
---|---|
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.
|
org.opengis.referencing.crs |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCompoundCRS
A coordinate reference system describing the position of points through two or more independent
coordinate reference systems.
|
Constructor and Description |
---|
DefaultCompoundCRS(CompoundCRS crs)
Constructs a new compound CRS with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
CompoundCRS |
EPSGCRSAuthorityFactory.createCompoundCRS(String str)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompoundCRS |
ReferencingObjectFactory.createCompoundCRS(Map<String,?> properties,
CoordinateReferenceSystem[] elements)
Creates a compound coordinate reference system from an ordered list of
CoordinateReferenceSystem objects. |
CompoundCRS |
AbstractAuthorityFactory.createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code.
|
CompoundCRS |
FallbackAuthorityFactory.createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code.
|
CompoundCRS |
ThreadedAuthorityFactory.createCompoundCRS(String code)
Returns a 3D coordinate reference system from a code.
|
CompoundCRS |
AbstractAuthorityMediator.createCompoundCRS(String code) |
CompoundCRS |
CachedCRSAuthorityDecorator.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 |
CachedAuthorityDecorator.createCompoundCRS(String code) |
Modifier and Type | Method and Description |
---|---|
CoordinateReferenceSystem |
ReferencingFactoryContainer.toGeodetic3D(CompoundCRS crs)
Converts a 2D + 1D compound CRS into a 3D CRS, if possible.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 1996–2019 Geotools. All rights reserved.