Uses of Interface
org.geotools.api.referencing.operation.MathTransformFactory
-
Packages that use MathTransformFactory Package Description org.geotools.referencing Reference systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.builder 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.org.geotools.referencing.operation.transform Basic implementations of math transforms.org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of MathTransformFactory in org.geotools.referencing
Methods in org.geotools.referencing that return MathTransformFactory Modifier and Type Method Description static 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 MathTransformFactory Modifier and Type Method Description static 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 MathTransformFactory Modifier and Type Method Description MathTransformFactory
ReferencingFactoryContainer. getMathTransformFactory()
Returns the math transform factory. -
Uses of MathTransformFactory in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement MathTransformFactory Modifier and Type Class Description class
DefaultMathTransformFactory
Low level factory for creating math transforms.Methods in org.geotools.referencing.operation that return MathTransformFactory Modifier and Type Method Description MathTransformFactory
AbstractCoordinateOperationFactory. getMathTransformFactory()
Returns the underlying math transform factory.Constructors in org.geotools.referencing.operation with parameters of type MathTransformFactory Constructor Description DefaultConcatenatedOperation(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 MathTransformFactory Modifier and Type Field Description protected 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 MathTransformFactory Constructor Description DimensionFilter(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 MathTransformFactory Modifier and Type Field Description protected MathTransformFactory
MathTransformParser. mtFactory
The factory to use for creating math transforms.Constructors in org.geotools.referencing.wkt with parameters of type MathTransformFactory Constructor Description MathTransformParser(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.
-