Uses of Class
org.apache.sis.referencing.operation.AbstractCoordinateOperation
-
Packages that use AbstractCoordinateOperation Package Description org.apache.sis.referencing.operation Relationship between any two Coordinate Reference Systems (CRS). -
-
Uses of AbstractCoordinateOperation in org.apache.sis.referencing.operation
Subclasses of AbstractCoordinateOperation in org.apache.sis.referencing.operation Modifier and Type Class Description classDefaultConversionA parameterized mathematical operation that converts coordinates to another CRS without any change of datum.classDefaultPassThroughOperationSpecifies that a subset of a coordinate tuple is subject to a specific coordinate operation.classDefaultTransformationA parameterized mathematical operation that transforms coordinates to another CRS with a change of datum.Methods in org.apache.sis.referencing.operation that return AbstractCoordinateOperation Modifier and Type Method Description static AbstractCoordinateOperationAbstractCoordinateOperation. castOrCopy(CoordinateOperation object)Returns a SIS coordinate operation implementation with the values of the given arbitrary implementation.
-