Uses of Interface
org.opengis.referencing.operation.SingleOperation
Packages that use SingleOperation
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of SingleOperation in org.opengis.referencing.operation
Subinterfaces of SingleOperation in org.opengis.referencing.operationModifier and TypeInterfaceDescriptioninterface
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
An operation on coordinates that usually includes a change of Datum.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.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 math transforms.