Uses of Interface
org.opengis.referencing.cs.CSAuthorityFactory
Packages that use CSAuthorityFactory
Package
Description
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing package.-
Uses of CSAuthorityFactory in org.opengis.test
Fields in org.opengis.test with type parameters of type CSAuthorityFactoryModifier and TypeFieldDescriptionstatic final Configuration.Key<CSAuthorityFactory> Configuration.Key.csAuthorityFactoryThe Coordinate System authority factory instance used for a test. -
Uses of CSAuthorityFactory in org.opengis.test.referencing
Classes in org.opengis.test.referencing that implement CSAuthorityFactoryModifier and TypeClassDescriptionclassCreates referencing objects for a limited set of hard-coded EPSG codes usingObjectFactoryandMathTransformFactory.Fields in org.opengis.test.referencing declared as CSAuthorityFactoryModifier and TypeFieldDescriptionprotected final CSAuthorityFactoryAuthorityFactoryTest.csAuthorityFactoryFactory to use for buildingCoordinateSysteminstances, ornullif none.Constructors in org.opengis.test.referencing with parameters of type CSAuthorityFactoryModifierConstructorDescriptionAuthorityFactoryTest(CRSAuthorityFactory crsFactory, CSAuthorityFactory csFactory, DatumAuthorityFactory datumFactory) Creates a new test using the given factories.