Uses of Interface
org.opengis.referencing.operation.SingleOperation
Packages that use SingleOperation
Package
Description
Relationship between any two Coordinate Reference Systems (CRS).
Conversions or transformations of multi-dimensional coordinate tuples.
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of SingleOperation in org.apache.sis.referencing.operation
Classes in org.apache.sis.referencing.operation that implement SingleOperationModifier and TypeClassDescriptionclassA parameterized mathematical operation that converts coordinates to another CRS without any change of datum.classSpecifies that a subset of a coordinate tuple is subject to a specific coordinate operation.classA parameterized mathematical operation that transforms coordinates to another CRS with a change of datum.Methods in org.apache.sis.referencing.operation that return SingleOperationModifier and TypeMethodDescriptionDefaultCoordinateOperationFactory.createSingleOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform transform) Creates a transformation or conversion from the given properties.DefaultPassThroughOperation.getOperation()Returns the operation to apply on the subset of a coordinate tuple.Methods in org.apache.sis.referencing.operation that return types with arguments of type SingleOperationModifier and TypeMethodDescriptionClass<? extends SingleOperation> DefaultOperationMethod.getOperationType()Returns the base interface of theCoordinateOperationinstances that use this method.Constructors in org.apache.sis.referencing.operation with parameters of type SingleOperationModifierConstructorDescriptionDefaultPassThroughOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, SingleOperation operation, int firstAffectedCoordinate, int numTrailingCoordinates) Constructs a pass-through operation from a set of properties. -
Uses of SingleOperation in org.apache.sis.referencing.operation.transform
Method parameters in org.apache.sis.referencing.operation.transform with type arguments of type SingleOperationModifier and TypeMethodDescriptionDefaultMathTransformFactory.getAvailableMethods(Class<? extends SingleOperation> type) Returns a set of available methods for coordinate operations of the given type. -
Uses of SingleOperation in org.opengis.referencing.operation
Subinterfaces of SingleOperation in org.opengis.referencing.operationModifier and TypeInterfaceDescriptioninterfaceBase interface for conical map projections.interfaceAn operation on coordinates that does not include any change of Datum.interfaceBase interface for cylindrical map projections.interfaceA pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.interfaceBase interface for for azimuthal (or planar) map projections.interfaceA conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).interfaceAn 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.