Uses of Class
org.opengis.test.Units
-
Packages that use Units Package Description org.opengis.test The GeoAPI conformance testing framework.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 protected UnitsTestCase. unitsProvider of units of measurement (degree, metre, second, etc), nevernull.Fields in org.opengis.test with type parameters of type Units Modifier and Type Field Description static Configuration.Key<Units>Configuration.Key. unitsThe provider of units to use for tests.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 protected UnitsPseudoEpsgFactory. unitsProvider of pre-definedUnitinstances (degree, metre, second, etc).Constructors in org.opengis.test.referencing with parameters of type Units Constructor Description PseudoEpsgFactory(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.
-