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.csAuthorityFactory
The 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 TypeClassDescriptionclass
Creates referencing objects for a limited set of hard-coded EPSG codes usingObjectFactory
andMathTransformFactory
.Fields in org.opengis.test.referencing declared as CSAuthorityFactoryModifier and TypeFieldDescriptionprotected final CSAuthorityFactory
AuthorityFactoryTest.csAuthorityFactory
Factory to use for buildingCoordinateSystem
instances, ornull
if 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.