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 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
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.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 TypeClassDescriptionclass
Base class for conical map projections.class
An operation on coordinates that does not include any change of Datum.class
Base class for cylindrical map projections.class
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.class
Base class for for azimuthal (or planar) map projections.class
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).class
An operation on coordinates that usually includes a change of Datum.class
A conversion used for the definition of a derived CRS (including projections).Fields in org.geotools.referencing.operation declared as OperationModifier and TypeFieldDescriptionprotected final Operation
DefaultPassThroughOperation.operation
The 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.