Uses of Class
org.apache.sis.referencing.operation.AbstractCoordinateOperation
Packages that use AbstractCoordinateOperation
-
Uses of AbstractCoordinateOperation in org.apache.sis.referencing.operation
Subclasses of AbstractCoordinateOperation in org.apache.sis.referencing.operationModifier and TypeClassDescriptionclass
A parameterized mathematical operation that converts coordinates to another CRS without any change of datum.class
Specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.class
A parameterized mathematical operation that transforms coordinates to another CRS with a change of datum.Methods in org.apache.sis.referencing.operation that return AbstractCoordinateOperationModifier and TypeMethodDescriptionstatic AbstractCoordinateOperation
AbstractCoordinateOperation.castOrCopy
(CoordinateOperation object) Returns a SIS coordinate operation implementation with the values of the given arbitrary implementation.