|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathTransformFactory | |
---|---|
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 | |
---|---|
static MathTransformFactory |
ReferencingFactoryFinder.getMathTransformFactory(Hints hints)
Returns the first implementation of MathTransformFactory matching the specified
hints. |
Methods in org.geotools.referencing that return types with arguments of type MathTransformFactory | |
---|---|
static Set<MathTransformFactory> |
ReferencingFactoryFinder.getMathTransformFactories(Hints hints)
Returns a set of all available implementations for the MathTransformFactory interface. |
Uses of MathTransformFactory in org.geotools.referencing.factory |
---|
Methods in org.geotools.referencing.factory that return MathTransformFactory | |
---|---|
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 | |
---|---|
class |
DefaultMathTransformFactory
Low level factory for creating math transforms. |
Methods in org.geotools.referencing.operation that return MathTransformFactory | |
---|---|
MathTransformFactory |
AbstractCoordinateOperationFactory.getMathTransformFactory()
Returns the underlying math transform factory. |
Constructors in org.geotools.referencing.operation with parameters of type MathTransformFactory | |
---|---|
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 | |
---|---|
protected MathTransformFactory |
MathTransformBuilder.mtFactory
The factory to use for creating math transform instances. |
Uses of MathTransformFactory in org.geotools.referencing.operation.transform |
---|
Constructors in org.geotools.referencing.operation.transform with parameters of type MathTransformFactory | |
---|---|
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 | |
---|---|
protected MathTransformFactory |
MathTransformParser.mtFactory
The factory to use for creating math transforms. |
Constructors in org.geotools.referencing.wkt with parameters of type MathTransformFactory | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |