Uses of Interface
org.opengis.referencing.operation.PassThroughOperation
-
Packages that use PassThroughOperation Package Description org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of PassThroughOperation in org.opengis.test
Methods in org.opengis.test with parameters of type PassThroughOperation Modifier and Type Method Description void
ValidatorContainer. validate(PassThroughOperation object)
Tests the conformance of the given object.static void
Validators. validate(PassThroughOperation object)
Tests the conformance of the given object. -
Uses of PassThroughOperation in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type PassThroughOperation Modifier and Type Method Description void
OperationValidator. validate(PassThroughOperation object)
Validates the given "pass through" operation.
-