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.datumAuthorityFactory
The 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 TypeClassDescriptionclass
Creates referencing objects for a limited set of hard-coded EPSG codes usingObjectFactory
andMathTransformFactory
.Fields in org.opengis.test.referencing declared as DatumAuthorityFactoryModifier and TypeFieldDescriptionprotected final DatumAuthorityFactory
AuthorityFactoryTest.datumAuthorityFactory
Factory to use for buildingDatum
instances, ornull
if 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.