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.referencingpackage. -
-
Uses of Units in org.opengis.test
Fields in org.opengis.test declared as Units Modifier and Type Field Description private static UnitsUnits. DEFAULTThe default instance, created when first needed.Methods in org.opengis.test that return Units Modifier and Type Method Description static UnitsUnits. 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 UnitsCRSTest. unitsThe units of measurement to be used for the tests.private UnitsDatumValidator. unitsThe units of measurement to be used for the verifications.private UnitsReferencingTest. unitsThe units of measurement to be used for the tests.
-