Uses of Interface
org.opengis.referencing.operation.SingleOperation
Packages that use SingleOperation
Package
Description
Coordinate operations (relationship between any two CRS).
-
Uses of SingleOperation in org.opengis.referencing.operation
Subinterfaces of SingleOperation in org.opengis.referencing.operationModifier and TypeInterfaceDescriptioninterface
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
Operation in which parameters are empirically derived from a series of points in both CRSs.Methods in org.opengis.referencing.operation that return SingleOperationModifier and TypeMethodDescriptionPassThroughOperation.getOperation()
Returns the operation to apply on the subset of a coordinate tuple.Methods in org.opengis.referencing.operation that return types with arguments of type SingleOperationModifier and TypeMethodDescriptionConcatenatedOperation.getOperations()
Returns the sequence of operations that are steps in this concatenated operation.Method parameters in org.opengis.referencing.operation with type arguments of type SingleOperationModifier and TypeMethodDescriptionMathTransformFactory.getAvailableMethods
(Class<? extends SingleOperation> type) Returns a set of available methods for coordinate operations of the given type.