Uses of Interface
org.opengis.referencing.cs.CSFactory
Packages that use CSFactory
Package
Description
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of CSFactory in org.opengis.test
Fields in org.opengis.test with type parameters of type CSFactoryModifier and TypeFieldDescriptionstatic final Configuration.Key
<CSFactory> Configuration.Key.csFactory
The Coordinate System factory instance used for a test. -
Uses of CSFactory in org.opengis.test.referencing
Fields in org.opengis.test.referencing declared as CSFactoryModifier and TypeFieldDescriptionprotected final CSFactory
ObjectFactoryTest.csFactory
Factory to use for buildingCoordinateSystem
instances, ornull
if none.protected final CSFactory
PseudoEpsgFactory.csFactory
Factory to use for buildingCoordinateSystem
instances, ornull
if none.Constructors in org.opengis.test.referencing with parameters of type CSFactoryModifierConstructorDescriptionObjectFactoryTest
(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.