Uses of Interface
org.opengis.referencing.operation.SingleOperation
- 
Packages that use SingleOperation Package Description org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). - 
- 
Uses of SingleOperation in org.opengis.referencing.operation
Subinterfaces of SingleOperation in org.opengis.referencing.operation Modifier and Type Interface Description interfaceConicProjectionBase interface for conical map projections.interfaceConversionAn operation on coordinates that does not include any change of Datum.interfaceCylindricalProjectionBase interface for cylindrical map projections.interfacePassThroughOperationA pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.interfacePlanarProjectionBase interface for for azimuthal (or planar) map projections.interfaceProjectionA conversion transforming (longitude,latitude) coordinates to Cartesian coordinates (x,y).interfaceTransformationAn operation on coordinates that usually includes a change of Datum.Methods in org.opengis.referencing.operation that return SingleOperation Modifier and Type Method Description SingleOperationPassThroughOperation. 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 SingleOperation Modifier and Type Method Description List<SingleOperation>ConcatenatedOperation. getOperations()Returns the sequence of operations.Method parameters in org.opengis.referencing.operation with type arguments of type SingleOperation Modifier and Type Method Description Set<OperationMethod>MathTransformFactory. getAvailableMethods(Class<? extends SingleOperation> type)Returns a set of available methods for coordinate operations of the given type. 
 -