Uses of Interface
org.geotools.api.referencing.operation.Operation
Packages that use Operation
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
Coordinate operation implementation.
-
Uses of Operation in org.geotools.api.referencing.operation
Subinterfaces of Operation in org.geotools.api.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.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.geotools.api.referencing.operation that return OperationModifier and TypeMethodDescriptionPassThroughOperation.getOperation()Returns the operation to apply on the subset of a coordinate tuple.Method parameters in org.geotools.api.referencing.operation with type arguments of type OperationModifier and TypeMethodDescriptionMathTransformFactory.getAvailableMethods(Class<? extends Operation> type) Returns a set of available methods for math transforms. -
Uses of Operation in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement OperationModifier and TypeClassDescriptionclassBase class for conical map projections.classAn operation on coordinates that does not include any change of Datum.classBase class for cylindrical map projections.classA parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.classBase class for for azimuthal (or planar) map projections.classA conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).classAn operation on coordinates that usually includes a change of Datum.classA conversion used for the definition of a derived CRS (including projections).Fields in org.geotools.referencing.operation declared as OperationModifier and TypeFieldDescriptionprotected final OperationDefaultPassThroughOperation.operationThe operation to apply on the subset of a coordinate tuple.Methods in org.geotools.referencing.operation that return OperationModifier and TypeMethodDescriptionDefaultPassThroughOperation.getOperation()Returns the operation to apply on the subset of a coordinate tuple.Methods in org.geotools.referencing.operation that return types with arguments of type OperationModifier and TypeMethodDescriptionMathTransformProvider.getOperationType()Returns the operation type.Method parameters in org.geotools.referencing.operation with type arguments of type OperationModifier and TypeMethodDescriptionDefaultMathTransformFactory.getAvailableMethods(Class<? extends Operation> type) Returns a set of available methods for math transforms.Constructors in org.geotools.referencing.operation with parameters of type OperationModifierConstructorDescriptionDefaultPassThroughOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, Operation operation, int firstAffectedOrdinate, int numTrailingOrdinates) Constructs a single operation from a set of properties.DefaultPassThroughOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, Operation operation, MathTransform transform) Constructs a single operation from a set of properties and the given transform.