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.referencingMethods in org.geotools.referencing that return MathTransformFactory Modifier and Type Method Description static MathTransformFactoryReferencingFactoryFinder. getMathTransformFactory(Hints hints)Returns the first implementation ofMathTransformFactorymatching 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 theMathTransformFactoryinterface.
- 
Uses of MathTransformFactory in org.geotools.referencing.factoryMethods in org.geotools.referencing.factory that return MathTransformFactory Modifier and Type Method Description MathTransformFactoryReferencingFactoryContainer. getMathTransformFactory()Returns the math transform factory.
- 
Uses of MathTransformFactory in org.geotools.referencing.operationClasses in org.geotools.referencing.operation that implement MathTransformFactory Modifier and Type Class Description classDefaultMathTransformFactoryLow level factory for creating math transforms.Methods in org.geotools.referencing.operation that return MathTransformFactory Modifier and Type Method Description MathTransformFactoryAbstractCoordinateOperationFactory. 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.builderFields in org.geotools.referencing.operation.builder declared as MathTransformFactory Modifier and Type Field Description protected MathTransformFactoryMathTransformBuilder. mtFactoryThe factory to use for creatingmath transforminstances.
- 
Uses of MathTransformFactory in org.geotools.referencing.operation.transformConstructors 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.wktFields in org.geotools.referencing.wkt declared as MathTransformFactory Modifier and Type Field Description protected MathTransformFactoryMathTransformParser. mtFactoryThe 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.
 
-