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