Uses of Interface
org.opengis.referencing.crs.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
Modifier and TypeMethodDescriptionstatic CRSAuthorityFactory
SimpleFactories.getCRSAuthorityFactory()
Returns a factory for creatingCoordinateReferenceSystem
instances. -
Uses of CRSAuthorityFactory in org.opengis.test
Modifier and TypeFieldDescriptionstatic final Configuration.Key
<CRSAuthorityFactory> Configuration.Key.crsAuthorityFactory
The Coordinate Reference System authority factory instance used for a test. -
Uses of CRSAuthorityFactory 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 CRSAuthorityFactory
AuthorityFactoryTest.crsAuthorityFactory
Factory to use for buildingCoordinateReferenceSystem
instances, ornull
if none.protected final CRSAuthorityFactory
CRSTest.factory
Deprecated.The authority factory for creating aCoordinateReferenceSystem
from a code, ornull
if none.ModifierConstructorDescriptionAuthorityFactoryTest
(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
Modifier and TypeMethodDescriptionvoid
AuthorityCodesReport.add
(CRSAuthorityFactory factory) Adds the Coordinate Reference Systems identified by all codes available from the given CRS authority factory.