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