Package | Description |
---|---|
org.geotools.coverage.processing |
Coverage processing
implementations.
|
org.geotools.parameter |
Parameter implementation.
|
org.geotools.referencing.operation |
Coordinate operation implementation.
|
org.geotools.referencing.operation.projection |
Basic implementations of map projections.
|
Modifier and Type | Method and Description |
---|---|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1)
Applies a process operation with one parameter.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2)
Applies process operation with two parameters.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2,
String argumentName3,
Object argumentValue3)
Applies a process operation with three parameters.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2,
String argumentName3,
Object argumentValue3,
String argumentName4,
Object argumentValue4)
Applies a process operation with four parameters.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2,
String argumentName3,
Object argumentValue3,
String argumentName4,
Object argumentValue4,
String argumentName5,
Object argumentValue5)
Applies a process operation with five parameters.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2,
String argumentName3,
Object argumentValue3,
String argumentName4,
Object argumentValue4,
String argumentName5,
Object argumentValue5,
String argumentName6,
Object argumentValue6)
Applies a process operation with six parameters.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
MatrixParameterDescriptors.getMatrix(ParameterValueGroup parameters)
Constructs a matrix from a group of parameters.
|
Modifier and Type | Method and Description |
---|---|
protected abstract MathTransform |
MathTransformProvider.createMathTransform(ParameterValueGroup values)
Creates a math transform from the specified group of parameter values.
|
protected ParameterValueGroup |
MathTransformProvider.ensureValidValues(ParameterValueGroup values)
Ensures that the given set of parameters contains only valid values.
|
Modifier and Type | Method and Description |
---|---|
protected MathTransform |
AzimuthalEquidistant.Provider.createMathTransform(ParameterValueGroup parameters)
Create an Azimuthal Equidistant projection.
|
Copyright © 1996–2019 Geotools. All rights reserved.