Uses of Interface
org.opengis.referencing.datum.DatumAuthorityFactory
Packages that use DatumAuthorityFactory
Package
Description
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing package.-
Uses of DatumAuthorityFactory in org.opengis.test
Fields in org.opengis.test with type parameters of type DatumAuthorityFactoryModifier and TypeFieldDescriptionstatic final Configuration.Key<DatumAuthorityFactory> Configuration.Key.datumAuthorityFactoryThe Datum authority factory instance used for a test. -
Uses of DatumAuthorityFactory in org.opengis.test.referencing
Classes in org.opengis.test.referencing that implement DatumAuthorityFactoryModifier and TypeClassDescriptionclassCreates referencing objects for a limited set of hard-coded EPSG codes usingObjectFactoryandMathTransformFactory.Fields in org.opengis.test.referencing declared as DatumAuthorityFactoryModifier and TypeFieldDescriptionprotected final DatumAuthorityFactoryAuthorityFactoryTest.datumAuthorityFactoryFactory to use for buildingDatuminstances, ornullif none.Constructors in org.opengis.test.referencing with parameters of type DatumAuthorityFactoryModifierConstructorDescriptionAuthorityFactoryTest(CRSAuthorityFactory crsFactory, CSAuthorityFactory csFactory, DatumAuthorityFactory datumFactory) Creates a new test using the given factories.