|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridTransform | |
|---|---|
| org.geotoolkit.referencing.operation.transform | Math transform implementations. |
| Uses of GridTransform in org.geotoolkit.referencing.operation.transform |
|---|
| Subclasses of GridTransform in org.geotoolkit.referencing.operation.transform | |
|---|---|
class |
GridTransform2D
A specialization of GridTransform in the two-dimensional case. |
class |
NadconTransform
The NADCON transform (EPSG code 9613). |
class |
NTv2Transform
Transform based on a NTv2 grid (EPSG code 9615). |
| Methods in org.geotoolkit.referencing.operation.transform that return GridTransform | |
|---|---|
static GridTransform |
GridTransform.create(GridType type,
DataBuffer grid,
Dimension size,
Rectangle2D area)
Constructs a grid using the specified data. |
static GridTransform |
GridTransform.create(int width,
int height,
double[]... data)
Constructs a localization grid using the specified data. |
static GridTransform |
GridTransform.create(int width,
int height,
float[]... data)
Constructs a localization grid using the specified data. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||