Uses of Interface
org.geotools.api.referencing.operation.SingleOperation
Packages that use SingleOperation
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
Coordinate operation implementation.
-
Uses of SingleOperation in org.geotools.api.referencing.operation
Subinterfaces of SingleOperation 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
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.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.geotools.api.referencing.operation that return types with arguments of type SingleOperationModifier and TypeMethodDescriptionConcatenatedOperation.getOperations()
Returns the sequence of operations. -
Uses of SingleOperation in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement SingleOperationModifier 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
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.class
Base class for for azimuthal (or planar) map projections.class
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).class
A single (not concatenated) coordinate operation.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).Methods in org.geotools.referencing.operation that return types with arguments of type SingleOperationModifier and TypeMethodDescriptionDefaultConcatenatedOperation.getOperations()
Returns the sequence of operations.