Uses of Interface
org.opengis.referencing.operation.CoordinateOperation
Packages that use CoordinateOperation
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of CoordinateOperation in org.opengis.referencing.operation
Subinterfaces of CoordinateOperation in org.opengis.referencing.operationModifier and TypeInterfaceDescriptioninterface
An ordered sequence of two or more single coordinate operations.interface
Base interface for conical map projections.interface
An operation on coordinates that does not include any change of Datum.interface
Base interface for cylindrical map projections.interface
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.interface
Base interface for for azimuthal (or planar) map projections.interface
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).interface
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.interface
An operation on coordinates that usually includes a change of Datum.Methods in org.opengis.referencing.operation that return CoordinateOperationModifier and TypeMethodDescriptionCoordinateOperationFactory.createConcatenatedOperation
(Map<String, ?> properties, CoordinateOperation... operations) Creates a concatenated operation from a sequence of operations.CoordinateOperationAuthorityFactory.createCoordinateOperation
(String code) Creates an operation from a single operation code.CoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.Methods in org.opengis.referencing.operation that return types with arguments of type CoordinateOperationModifier and TypeMethodDescriptionCoordinateOperationAuthorityFactory.createFromCoordinateReferenceSystemCodes
(String sourceCRS, String targetCRS) Creates operations from coordinate reference system codes.Methods in org.opengis.referencing.operation with parameters of type CoordinateOperationModifier and TypeMethodDescriptionCoordinateOperationFactory.createConcatenatedOperation
(Map<String, ?> properties, CoordinateOperation... operations) Creates a concatenated operation from a sequence of operations.