Uses of Interface
org.opengis.referencing.crs.CRSAuthorityFactory
Packages that use CRSAuthorityFactory
Package
Description
Access to examples of GeoAPI implementations.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing package.Generates HTML pages that summarize the operations provided by a GeoAPI implementation.
-
Uses of CRSAuthorityFactory in org.opengis.example
Methods in org.opengis.example that return CRSAuthorityFactoryModifier and TypeMethodDescriptionstatic CRSAuthorityFactorySimpleFactories.getCRSAuthorityFactory()Returns a factory for creatingCoordinateReferenceSysteminstances. -
Uses of CRSAuthorityFactory in org.opengis.test
Fields in org.opengis.test with type parameters of type CRSAuthorityFactoryModifier and TypeFieldDescriptionstatic final Configuration.Key<CRSAuthorityFactory> Configuration.Key.crsAuthorityFactoryThe Coordinate Reference System authority factory instance used for a test. -
Uses of CRSAuthorityFactory in org.opengis.test.referencing
Classes in org.opengis.test.referencing that implement CRSAuthorityFactoryModifier and TypeClassDescriptionclassCreates referencing objects for a limited set of hard-coded EPSG codes usingObjectFactoryandMathTransformFactory.Fields in org.opengis.test.referencing declared as CRSAuthorityFactoryModifier and TypeFieldDescriptionprotected final CRSAuthorityFactoryAuthorityFactoryTest.crsAuthorityFactoryFactory to use for buildingCoordinateReferenceSysteminstances, ornullif none.protected final CRSAuthorityFactoryCRSTest.factoryDeprecated.The authority factory for creating aCoordinateReferenceSystemfrom a code, ornullif none.Constructors in org.opengis.test.referencing with parameters of type CRSAuthorityFactoryModifierConstructorDescriptionAuthorityFactoryTest(CRSAuthorityFactory crsFactory, CSAuthorityFactory csFactory, DatumAuthorityFactory datumFactory) Creates a new test using the given factories.CRSTest(CRSAuthorityFactory factory) Deprecated.Creates a new test using the given factory. -
Uses of CRSAuthorityFactory in org.opengis.test.report
Methods in org.opengis.test.report with parameters of type CRSAuthorityFactoryModifier and TypeMethodDescriptionvoidAuthorityCodesReport.add(CRSAuthorityFactory factory) Adds the Coordinate Reference Systems identified by all codes available from the given CRS authority factory.