Uses of Interface
org.opengis.referencing.operation.Formula
-
Packages that use Formula Package Description org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).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 Formula in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return Formula Modifier and Type Method Description Formula
OperationMethod. getFormula()
Formula(s) or procedure used by this operation method. -
Uses of Formula in org.opengis.test
Methods in org.opengis.test with parameters of type Formula Modifier and Type Method Description void
ValidatorContainer. validate(Formula object)
Tests the conformance of the given object.static void
Validators. validate(Formula object)
Tests the conformance of the given object. -
Uses of Formula in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type Formula Modifier and Type Method Description void
OperationValidator. validate(Formula object)
Validates the given formula.
-