Uses of Interface
org.opengis.referencing.crs.CRSFactory
Packages that use CRSFactory
Package
Description
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of CRSFactory in org.opengis.test
Fields in org.opengis.test with type parameters of type CRSFactoryModifier and TypeFieldDescriptionstatic final Configuration.Key
<CRSFactory> Configuration.Key.crsFactory
The Coordinate Reference System factory instance used for a test. -
Uses of CRSFactory in org.opengis.test.referencing
Fields in org.opengis.test.referencing declared as CRSFactoryModifier and TypeFieldDescriptionprotected final CRSFactory
ObjectFactoryTest.crsFactory
Factory to use for buildingCoordinateReferenceSystem
instances, ornull
if none.protected final CRSFactory
PseudoEpsgFactory.crsFactory
Factory to use for buildingCoordinateReferenceSystem
instances, ornull
if none.protected final CRSFactory
WKTParserTest.crsFactory
The factory to use for parsing WKT strings.Constructors in org.opengis.test.referencing with parameters of type CRSFactoryModifierConstructorDescriptionObjectFactoryTest
(DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, CoordinateOperationFactory copFactory) Creates a new test using the given factories.PseudoEpsgFactory
(Units units, DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, CoordinateOperationFactory copFactory, MathTransformFactory mtFactory, ValidatorContainer validators) Creates a new pseudo-factory which will use the given factories.ReferencingTest
(CRSFactory crsFactory, CSFactory csFactory, DatumFactory datumFactory) Deprecated.Creates a new test using the given factories.WKTParserTest
(CRSFactory crsFactory) Creates a new test using the given factory.