Uses of Class
org.opengis.test.Units
-
Packages that use Units 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 Units in org.opengis.test
Fields in org.opengis.test declared as Units Modifier and Type Field Description private static Units
Units. DEFAULT
The default instance, created when first needed.Methods in org.opengis.test that return Units Modifier and Type Method Description static Units
Units. getDefault()
Returns the default units factory. -
Uses of Units in org.opengis.test.referencing
Fields in org.opengis.test.referencing declared as Units Modifier and Type Field Description private Units
CRSTest. units
The units of measurement to be used for the tests.private Units
DatumValidator. units
The units of measurement to be used for the verifications.private Units
ReferencingTest. units
The units of measurement to be used for the tests.
-