Uses of Class
org.opengis.test.Units
Package
Description
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of Units in org.opengis.test
Modifier and TypeFieldDescriptionprotected final Units
TestCase.units
Provider of units of measurement (degree, metre, second, etc), nevernull
.Modifier and TypeFieldDescriptionstatic final Configuration.Key
<Units> Configuration.Key.units
The provider of units to use for tests.Modifier and TypeMethodDescriptionstatic Units
Units.getDefault()
Returns the default units factory. -
Uses of Units in org.opengis.test.referencing
Modifier and TypeFieldDescriptionprotected final Units
PseudoEpsgFactory.units
Provider of predefinedUnit
instances (degree, metre, second, etc).ModifierConstructorDescriptionPseudoEpsgFactory
(Units units, DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, CoordinateOperationFactory copFactory, MathTransformFactory mtFactory, ValidatorContainer validators) Creates a new pseudo-factory which will use the given factories.