Uses of Interface
org.geotools.api.referencing.operation.SingleOperation
-
Packages that use SingleOperation Package Description org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.referencing.operation Coordinate operation implementation. -
-
Uses of SingleOperation in org.geotools.api.referencing.operation
Subinterfaces of SingleOperation in org.geotools.api.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.interfaceOperationA parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.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.geotools.api.referencing.operation that return types with arguments of type SingleOperation Modifier and Type Method Description List<SingleOperation>ConcatenatedOperation. getOperations()Returns the sequence of operations. -
Uses of SingleOperation in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement SingleOperation Modifier and Type Class Description classDefaultConicProjectionBase class for conical map projections.classDefaultConversionAn operation on coordinates that does not include any change of Datum.classDefaultCylindricalProjectionBase class for cylindrical map projections.classDefaultOperationA parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.classDefaultPassThroughOperationA pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.classDefaultPlanarProjectionBase class for for azimuthal (or planar) map projections.classDefaultProjectionA conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).classDefaultSingleOperationA single (not concatenated) coordinate operation.classDefaultTransformationAn operation on coordinates that usually includes a change of Datum.classDefiningConversionA conversion used for the definition of a derived CRS (including projections).Methods in org.geotools.referencing.operation that return types with arguments of type SingleOperation Modifier and Type Method Description List<SingleOperation>DefaultConcatenatedOperation. getOperations()Returns the sequence of operations.
-