Uses of Class
org.opengis.test.Units
Packages that use 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
Fields in org.opengis.test declared as UnitsModifier and TypeFieldDescriptionprotected final UnitsTestCase.unitsProvider of units of measurement (degree, metre, second, etc), nevernull.Fields in org.opengis.test with type parameters of type UnitsModifier and TypeFieldDescriptionstatic final Configuration.Key<Units> Configuration.Key.unitsThe provider of units to use for tests.Methods in org.opengis.test that return UnitsModifier and TypeMethodDescriptionstatic UnitsUnits.getDefault()Returns the default units factory. -
Uses of Units in org.opengis.test.referencing
Fields in org.opengis.test.referencing declared as UnitsModifier and TypeFieldDescriptionprotected final UnitsPseudoEpsgFactory.unitsProvider of predefinedUnitinstances (degree, metre, second, etc).Constructors in org.opengis.test.referencing with parameters of type UnitsModifierConstructorDescriptionPseudoEpsgFactory(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.