Uses of Interface
org.opengis.referencing.operation.MathTransformFactory
Packages that use MathTransformFactory
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 MathTransformFactory in org.opengis.example
Methods in org.opengis.example that return MathTransformFactoryModifier and TypeMethodDescriptionstatic MathTransformFactory
SimpleFactories.getMathTransformFactory()
Returns a factory for creatingMathTransformFactory
instances. -
Uses of MathTransformFactory in org.opengis.test
Fields in org.opengis.test with type parameters of type MathTransformFactoryModifier and TypeFieldDescriptionstatic final Configuration.Key
<MathTransformFactory> Configuration.Key.mtFactory
The Math Transform factory instance used for a test. -
Uses of MathTransformFactory in org.opengis.test.referencing
Fields in org.opengis.test.referencing declared as MathTransformFactoryModifier and TypeFieldDescriptionprotected final MathTransformFactory
AffineTransformTest.mtFactory
The factory for creatingMathTransform
objects, ornull
if none.protected final MathTransformFactory
ParameterizedTransformTest.mtFactory
The factory for creatingMathTransform
objects, ornull
if none.protected final MathTransformFactory
PseudoEpsgFactory.mtFactory
Factory to use for buildingMathTransform
instances, ornull
if none.Constructors in org.opengis.test.referencing with parameters of type MathTransformFactoryModifierConstructorDescriptionAffineTransformTest
(MathTransformFactory factory) Creates a new test using the given factory.Creates a new test using the given factory.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. -
Uses of MathTransformFactory in org.opengis.test.report
Methods in org.opengis.test.report with parameters of type MathTransformFactoryModifier and TypeMethodDescriptionvoid
OperationParametersReport.add
(MathTransformFactory factory) Convenience method adding all available methods from the given factory.