Package | Description |
---|---|
org.geotools.coverage.grid |
GridCoverage2D implementation.
|
org.geotools.parameter |
Parameter implementation.
|
org.geotools.referencing.operation.matrix |
Matrix implementations on top of the
javax.vecmath package. |
org.opengis.coverage.grid |
Quadrilateral grid coverages.
|
org.opengis.parameter |
Description and storage of parameter values.
|
org.opengis.referencing.operation |
Coordinate operations
(relationship between any two coordinate reference systems).
|
Modifier and Type | Class and Description |
---|---|
class |
GeneralGridCoordinates
Holds the set of grid coordinates that specifies the location of the grid
point within the grid.
|
static class |
GeneralGridCoordinates.Immutable
An immutable
GridCoordinates . |
class |
GridCoordinates2D
Holds the set of two-dimensional grid coordinates that specifies the location of the grid point within the grid.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParameter
Abstract parameter value or group of parameter values.
|
class |
FloatParameter
A parameter value as a floating point (double precision) number.
|
class |
ImagingParameters
Wraps a JAI's
ParameterList . |
class |
MatrixParameters
The values for a group of matrix parameters.
|
class |
Parameter<T>
A parameter value used by an operation method.
|
class |
ParameterGroup
A group of related parameter values.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMatrix
A matrix capable of some matrix operations.
|
Modifier and Type | Class and Description |
---|---|
class |
AffineTransform2D
|
class |
GeneralMatrix
A two dimensional array of numbers.
|
class |
Matrix1
|
class |
Matrix2
|
class |
Matrix3
|
class |
Matrix4
|
Modifier and Type | Interface and Description |
---|---|
interface |
GridCoordinates
Holds the set of grid coordinates that specifies the location of the grid
point within the grid.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GeneralParameterValue
Abstract parameter value or group of parameter values.
|
interface |
ParameterValue<T>
A parameter value used by an operation method.
|
interface |
ParameterValueGroup
A group of related parameter values.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Matrix
A two dimensional array of numbers.
|
Copyright © 1996–2019 Geotools. All rights reserved.