|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="CT_CoordinateTransformationFactory",
specification=OGC_01009)
public interface CoordinateOperationFactoryCreates coordinate operations. This factory is capable to find coordinate transformations or conversions between two coordinate reference systems.
| Method Summary | |
|---|---|
CoordinateOperation |
createConcatenatedOperation(Map<String,? extends Object> properties,
CoordinateOperation[] operations)
Creates a concatenated operation from a sequence of operations. |
CoordinateOperation |
createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS)
Returns an operation for conversion or transformation between two coordinate reference systems. |
CoordinateOperation |
createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
OperationMethod method)
Returns an operation using a particular method for conversion or transformation between two coordinate reference systems. |
| Methods inherited from interface Factory |
|---|
getVendor |
| Method Detail |
|---|
@UML(identifier="createFromCoordinateSystems",
specification=OGC_01009)
CoordinateOperation createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS)
throws OperationNotFoundException,
FactoryException
sourceCRS - Input coordinate reference system.targetCRS - Output coordinate reference system.
sourceCRS to targetCRS.
OperationNotFoundException - if no operation path was found from sourceCRS
to targetCRS.
FactoryException - if the operation creation failed for some other reason.
@Extension
CoordinateOperation createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
OperationMethod method)
throws OperationNotFoundException,
FactoryException
sourceCRS - Input coordinate reference system.targetCRS - Output coordinate reference system.method - the algorithmic method for conversion or transformation
sourceCRS to targetCRS.
OperationNotFoundException - if no operation path was found from sourceCRS
to targetCRS.
FactoryException - if the operation creation failed for some other reason.
sourceCRS
to targetCRS, but this method has only one method argument.
The user could have more fine grain control with MathTransformFactory (ported
from OGC 2001-09). |
@Extension
CoordinateOperation createConcatenatedOperation(Map<String,? extends Object> properties,
CoordinateOperation[] operations)
throws FactoryException
properties - Name and other properties to give to the new object.
Available properties are listed there.operations - The sequence of operations.
FactoryException - if the object creation failed.
|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |