|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordinateOperation | |
---|---|
org.opengis.referencing.operation | Coordinate operations (relationship between any two coordinate reference systems). |
Uses of CoordinateOperation in org.opengis.referencing.operation |
---|
Subinterfaces of CoordinateOperation in org.opengis.referencing.operation | |
---|---|
interface |
ConcatenatedOperation
An ordered sequence of two or more single coordinate operations. |
interface |
ConicProjection
Base interface for conical map projections. |
interface |
Conversion
An operation on coordinates that does not include any change of Datum. |
interface |
CylindricalProjection
Base interface for cylindrical map projections. |
interface |
Operation
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. |
interface |
PassThroughOperation
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation. |
interface |
PlanarProjection
Base interface for for azimuthal (or planar) map projections. |
interface |
Projection
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y). |
interface |
SingleOperation
A single (not concatenated) coordinate operation. |
interface |
Transformation
An operation on coordinates that usually includes a change of Datum. |
Methods in org.opengis.referencing.operation that return CoordinateOperation | |
---|---|
CoordinateOperation |
CoordinateOperationFactory.createConcatenatedOperation(Map<String,?> properties,
CoordinateOperation[] operations)
Creates a concatenated operation from a sequence of operations. |
CoordinateOperation |
CoordinateOperationAuthorityFactory.createCoordinateOperation(String code)
Creates an operation from a single operation code. |
CoordinateOperation |
CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS)
Returns an operation for conversion or transformation between two coordinate reference systems. |
CoordinateOperation |
CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
OperationMethod method)
Deprecated. CoordinateOperationFactory is supposed to infers the operation from
the CRS. In addition, more than one operation step may be involved in the
path from sourceCRS to targetCRS , but this method has only
one method argument. |
Methods in org.opengis.referencing.operation that return types with arguments of type CoordinateOperation | |
---|---|
Set<CoordinateOperation> |
CoordinateOperationAuthorityFactory.createFromCoordinateReferenceSystemCodes(String sourceCode,
String targetCode)
Creates operations from coordinate reference system codes. |
Methods in org.opengis.referencing.operation with parameters of type CoordinateOperation | |
---|---|
CoordinateOperation |
CoordinateOperationFactory.createConcatenatedOperation(Map<String,?> properties,
CoordinateOperation[] operations)
Creates a concatenated operation from a sequence of operations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |