Uses of Interface
org.opengis.referencing.operation.Transformation
Packages that use Transformation
-
Uses of Transformation in org.apache.sis.referencing.operation
Classes in org.apache.sis.referencing.operation that implement TransformationModifier and TypeClassDescriptionclassA parameterized mathematical operation that transforms coordinates to another CRS with a change of datum.Methods in org.apache.sis.referencing.operation that return types with arguments of type TransformationModifier and TypeMethodDescriptionClass<? extends Transformation> DefaultTransformation.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.operation with parameters of type TransformationModifier and TypeMethodDescriptionstatic DefaultTransformationDefaultTransformation.castOrCopy(Transformation object) Returns a SIS coordinate operation implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.referencing.operation with parameters of type TransformationModifierConstructorDescriptionprotectedDefaultTransformation(Transformation operation) Creates a new coordinate operation with the same values as the specified one.