Uses of Interface
org.opengis.referencing.datum.DatumFactory
-
Packages that use DatumFactory Package Description org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of DatumFactory in org.opengis.test.referencing
Fields in org.opengis.test.referencing declared as DatumFactory Modifier and Type Field Description protected DatumFactory
ReferencingTest. datumFactory
Factory to build a datum, ornull
if none.Constructors in org.opengis.test.referencing with parameters of type DatumFactory Constructor Description ReferencingTest(CRSFactory crsFactory, CSFactory csFactory, DatumFactory datumFactory)
Creates a new test using the given factories.
-