Uses of Interface
org.opengis.referencing.operation.CoordinateOperation
Packages that use CoordinateOperation
Package
Description
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
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
Deprecated.This interface is not part of the OGC/ISO abstract specifications.interface
Operation in which the parameter values are defined rather than empirically derived.interface
Deprecated.This interface is not part of the OGC/ISO abstract specifications.interface
An operation specifying a subset of a coordinate tuple subjected to a specific coordinate operation.interface
Deprecated.This interface is not part of the OGC/ISO abstract specifications.interface
Change of coordinate values within one CRS due to the motion of the point between two coordinate epochs.interface
A conversion from geodetic (longitude,latitude) coordinates to Cartesian (x,y) coordinates.interface
A parameterized mathematical operation on coordinates that changes coordinates to another CRS.interface
Operation in which parameters are empirically derived from a series of points in both CRSs.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.RegisterOperations.findCoordinateOperation
(String code) Extracts coordinate operation details from the registry.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.RegisterOperations.findCoordinateOperations
(CoordinateReferenceSystem source, CoordinateReferenceSystem target) Finds or infers any coordinate operations for which the given CRSs are the source and target, in that order.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. -
Uses of CoordinateOperation in org.opengis.test
Methods in org.opengis.test with parameters of type CoordinateOperationModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(CoordinateOperation object) Tests the conformance of the given object.static void
Validators.validate
(CoordinateOperation object) Tests the conformance of the given object. -
Uses of CoordinateOperation in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type CoordinateOperationModifier and TypeMethodDescriptionint
OperationValidator.dispatch
(CoordinateOperation object) For each interface implemented by the given object, invokes the correspondingvalidate(…)
method defined in this class (if any).