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 CRSAuthorityFactory
SimpleFactories.getCRSAuthorityFactory()
Returns a factory for creatingCoordinateReferenceSystem
instances. -
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.crsAuthorityFactory
The 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 TypeClassDescriptionclass
Creates referencing objects for a limited set of hard-coded EPSG codes usingObjectFactory
andMathTransformFactory
.Fields in org.opengis.test.referencing declared as CRSAuthorityFactoryModifier 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.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 TypeMethodDescriptionvoid
AuthorityCodesReport.add
(CRSAuthorityFactory factory) Adds the Coordinate Reference Systems identified by all codes available from the given CRS authority factory.