Uses of Interface
org.opengis.referencing.operation.PassThroughOperation
Packages that use PassThroughOperation
-
Uses of PassThroughOperation in org.apache.sis.referencing.operation
Classes in org.apache.sis.referencing.operation that implement PassThroughOperationModifier and TypeClassDescriptionclassSpecifies that a subset of a coordinate tuple is subject to a specific coordinate operation.Methods in org.apache.sis.referencing.operation that return types with arguments of type PassThroughOperationModifier and TypeMethodDescriptionClass<? extends PassThroughOperation> DefaultPassThroughOperation.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.operation with parameters of type PassThroughOperationModifier and TypeMethodDescriptionstatic DefaultPassThroughOperationDefaultPassThroughOperation.castOrCopy(PassThroughOperation 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 PassThroughOperationModifierConstructorDescriptionprotectedDefaultPassThroughOperation(PassThroughOperation operation) Creates a new coordinate operation with the same values as the specified one.