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.referencingpackage. -
-
Uses of Formula in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return Formula Modifier and Type Method Description FormulaOperationMethod. 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 voidValidatorContainer. validate(Formula object)Tests the conformance of the given object.static voidValidators. 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 voidOperationValidator. validate(Formula object)Validates the given formula.
-