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 TypeInterfaceDescriptioninterfaceDeprecated.This interface is not part of the OGC/ISO abstract specifications.interfaceOperation in which the parameter values are defined rather than empirically derived.interfaceDeprecated.This interface is not part of the OGC/ISO abstract specifications.interfaceAn operation specifying a subset of a coordinate tuple subjected to a specific coordinate operation.interfaceDeprecated.This interface is not part of the OGC/ISO abstract specifications.interfaceChange of coordinate values within one CRS due to the motion of the point between two coordinate epochs.interfaceA conversion from geodetic (longitude,latitude) coordinates to Cartesian (x,y) coordinates.interfaceOperation 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.