Uses of Interface
org.opengis.referencing.crs.CRSAuthorityFactory
-
Packages that use CRSAuthorityFactory Package Description org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of CRSAuthorityFactory in org.opengis.test.referencing
Fields in org.opengis.test.referencing declared as CRSAuthorityFactory Modifier and Type Field Description protected CRSAuthorityFactory
CRSTest. factory
The authority factory for creating aCoordinateReferenceSystem
from a code, ornull
if none.Constructors in org.opengis.test.referencing with parameters of type CRSAuthorityFactory Constructor Description CRSTest(CRSAuthorityFactory factory)
Creates a new test using the given factory.
-