Package | Description |
---|---|
org.esa.snap.core.dataop.resamp |
Modifier and Type | Method and Description |
---|---|
Resampling.Index |
Resampling.createIndex()
Factory method which creates an appropriate index for raster access.
|
Resampling.Index |
BilinearInterpolationResampling.createIndex() |
Modifier and Type | Method and Description |
---|---|
default void |
Resampling.computeCornerBasedIndex(double x,
double y,
int width,
int height,
Resampling.Index index)
Computes the index's properties for the given non-pixel coordinate without pixel center intensity assumption.
|
void |
Resampling.computeIndex(double x,
double y,
int width,
int height,
Resampling.Index index)
Computes the index's properties for the given pixel coordinate.
|
void |
BilinearInterpolationResampling.computeIndex(double x,
double y,
int width,
int height,
Resampling.Index index) |
double |
Resampling.resample(Resampling.Raster raster,
Resampling.Index index)
Performs the actual resampling operation.
|
double |
BilinearInterpolationResampling.resample(Resampling.Raster raster,
Resampling.Index index) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.