Uses of Interface
org.geotools.api.referencing.operation.MathTransformFactory
Packages that use MathTransformFactory
Package
Description
Reference systems implementation.
Base classes for factories and
authority factories.
Coordinate operation implementation.
A package of convenience classes which use control points common to two
data sets to derive empirically the transformation parameters needed to
convert positions between the coordinate systems of the two data sets.
Basic implementations of math transforms.
Well
Known Text (WKT) parsing and formatting.
-
Uses of MathTransformFactory in org.geotools.referencing
Methods in org.geotools.referencing that return MathTransformFactoryModifier and TypeMethodDescriptionstatic MathTransformFactory
ReferencingFactoryFinder.getMathTransformFactory
(Hints hints) Returns the first implementation ofMathTransformFactory
matching the specified hints.Methods in org.geotools.referencing that return types with arguments of type MathTransformFactoryModifier and TypeMethodDescriptionstatic Set<MathTransformFactory>
ReferencingFactoryFinder.getMathTransformFactories
(Hints hints) Returns a set of all available implementations for theMathTransformFactory
interface. -
Uses of MathTransformFactory in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return MathTransformFactoryModifier and TypeMethodDescriptionReferencingFactoryContainer.getMathTransformFactory()
Returns the math transform factory. -
Uses of MathTransformFactory in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement MathTransformFactoryMethods in org.geotools.referencing.operation that return MathTransformFactoryModifier and TypeMethodDescriptionfinal MathTransformFactory
AbstractCoordinateOperationFactory.getMathTransformFactory()
Returns the underlying math transform factory.Constructors in org.geotools.referencing.operation with parameters of type MathTransformFactoryModifierConstructorDescriptionDefaultConcatenatedOperation
(Map<String, ?> properties, CoordinateOperation[] operations, MathTransformFactory factory) Constructs a concatenated operation from a set of properties and a math transform factory. -
Uses of MathTransformFactory in org.geotools.referencing.operation.builder
Fields in org.geotools.referencing.operation.builder declared as MathTransformFactoryModifier and TypeFieldDescriptionprotected final MathTransformFactory
MathTransformBuilder.mtFactory
The factory to use for creatingmath transform
instances. -
Uses of MathTransformFactory in org.geotools.referencing.operation.transform
Constructors in org.geotools.referencing.operation.transform with parameters of type MathTransformFactoryModifierConstructorDescriptionDimensionFilter
(MathTransformFactory factory) Constructs a dimension filter with the specified factory. -
Uses of MathTransformFactory in org.geotools.referencing.wkt
Fields in org.geotools.referencing.wkt declared as MathTransformFactoryModifier and TypeFieldDescriptionprotected final MathTransformFactory
MathTransformParser.mtFactory
The factory to use for creating math transforms.Constructors in org.geotools.referencing.wkt with parameters of type MathTransformFactoryModifierConstructorDescriptionMathTransformParser
(Symbols symbols, MathTransformFactory mtFactory) Constructs a parser for the specified set of symbols and factory.Parser
(Symbols symbols, DatumFactory datumFactory, CSFactory csFactory, CRSFactory crsFactory, MathTransformFactory mtFactory) Constructs a parser for the specified set of symbols using the specified factories.