Uses of Interface
org.opengis.referencing.datum.DatumFactory
Packages that use DatumFactory
Package
Description
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of DatumFactory in org.opengis.test
Fields in org.opengis.test with type parameters of type DatumFactoryModifier and TypeFieldDescriptionstatic final Configuration.Key
<DatumFactory> Configuration.Key.datumFactory
The Datum factory instance used for a test. -
Uses of DatumFactory in org.opengis.test.referencing
Fields in org.opengis.test.referencing declared as DatumFactoryModifier and TypeFieldDescriptionprotected final DatumFactory
ObjectFactoryTest.datumFactory
Factory to use for buildingDatum
instances, ornull
if none.protected final DatumFactory
PseudoEpsgFactory.datumFactory
Factory to use for buildingDatum
instances, ornull
if none.Constructors in org.opengis.test.referencing with parameters of type DatumFactoryModifierConstructorDescriptionObjectFactoryTest
(DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, CoordinateOperationFactory copFactory) Creates a new test using the given factories.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.ReferencingTest
(CRSFactory crsFactory, CSFactory csFactory, DatumFactory datumFactory) Deprecated.Creates a new test using the given factories.