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.
|
Modifier and Type | Method and Description |
---|---|
static MathTransformFactory |
ReferencingFactoryFinder.getMathTransformFactory(Hints hints)
Returns the first implementation of
MathTransformFactory matching the specified
hints. |
Modifier and Type | Method and Description |
---|---|
static Set<MathTransformFactory> |
ReferencingFactoryFinder.getMathTransformFactories(Hints hints)
Returns a set of all available implementations for the
MathTransformFactory
interface. |
Modifier and Type | Method and Description |
---|---|
MathTransformFactory |
ReferencingFactoryContainer.getMathTransformFactory()
Returns the math transform factory.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMathTransformFactory
Low level factory for creating math transforms.
|
Modifier and Type | Method and Description |
---|---|
MathTransformFactory |
AbstractCoordinateOperationFactory.getMathTransformFactory()
Returns the underlying math transform factory.
|
Constructor and Description |
---|
DefaultConcatenatedOperation(Map<String,?> properties,
CoordinateOperation[] operations,
MathTransformFactory factory)
Constructs a concatenated operation from a set of properties and a math transform factory.
|
Modifier and Type | Field and Description |
---|---|
protected MathTransformFactory |
MathTransformBuilder.mtFactory
The factory to use for creating
math transform instances. |
Constructor and Description |
---|
DimensionFilter(MathTransformFactory factory)
Constructs a dimension filter with the specified factory.
|
Modifier and Type | Field and Description |
---|---|
protected MathTransformFactory |
MathTransformParser.mtFactory
The factory to use for creating math transforms.
|
Constructor and 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.
|
Copyright © 1996–2019 Geotools. All rights reserved.