Uses of Interface
org.geotools.api.referencing.operation.Operation
- 
Packages that use Operation 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 Operation in org.geotools.api.referencing.operationSubinterfaces of Operation 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.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 Operation Modifier and Type Method Description OperationPassThroughOperation. 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 Operation Modifier and Type Method Description Set<OperationMethod>MathTransformFactory. getAvailableMethods(Class<? extends Operation> type)Returns a set of available methods for math transforms.
- 
Uses of Operation in org.geotools.referencing.operationClasses in org.geotools.referencing.operation that implement Operation 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.classDefaultPlanarProjectionBase class for for azimuthal (or planar) map projections.classDefaultProjectionA conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).classDefaultTransformationAn operation on coordinates that usually includes a change of Datum.classDefiningConversionA conversion used for the definition of a derived CRS (including projections).Fields in org.geotools.referencing.operation declared as Operation Modifier and Type Field Description protected OperationDefaultPassThroughOperation. operationThe operation to apply on the subset of a coordinate tuple.Methods in org.geotools.referencing.operation that return Operation Modifier and Type Method Description OperationDefaultPassThroughOperation. 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 Operation Modifier and Type Method Description Class<? extends Operation>MathTransformProvider. getOperationType()Returns the operation type.Method parameters in org.geotools.referencing.operation with type arguments of type Operation Modifier and Type Method Description Set<OperationMethod>DefaultMathTransformFactory. getAvailableMethods(Class<? extends Operation> type)Returns a set of available methods for math transforms.Constructors in org.geotools.referencing.operation with parameters of type Operation Constructor Description DefaultPassThroughOperation(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.
 
-