Uses of Interface
org.opengis.referencing.cs.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
Modifier and TypeFieldDescriptionstatic final Configuration.Key
<CSAuthorityFactory> Configuration.Key.csAuthorityFactory
The Coordinate System authority factory instance used for a test. -
Uses of CSAuthorityFactory in org.opengis.test.referencing
Modifier and TypeClassDescriptionclass
Creates referencing objects for a limited set of hard-coded EPSG codes usingObjectFactory
andMathTransformFactory
.Modifier and TypeFieldDescriptionprotected final CSAuthorityFactory
AuthorityFactoryTest.csAuthorityFactory
Factory to use for buildingCoordinateSystem
instances, ornull
if none.ModifierConstructorDescriptionAuthorityFactoryTest
(CRSAuthorityFactory crsFactory, CSAuthorityFactory csFactory, DatumAuthorityFactory datumFactory) Creates a new test using the given factories.