GridDerivation |
GridGeometry.derive() |
Returns an object that can be used for creating a new grid geometry derived from this grid geometry.
|
GridDerivation |
GridDerivation.margin(int... cellCounts) |
Specifies an amount of cells by which to expand GridExtent after rounding.
|
GridDerivation |
GridDerivation.resize(GridExtent extent,
double... scales) |
Requests a grid geometry where cell sizes have been scaled by the given factors, which result in a change of grid size.
|
GridDerivation |
GridDerivation.rounding(GridRoundingMode mode) |
Controls behavior of rounding from floating point values to integers.
|
GridDerivation |
GridDerivation.slice(DirectPosition slicePoint) |
Requests a grid geometry for a slice at the given "real world" position.
|
GridDerivation |
GridDerivation.sliceByRatio(double sliceRatio,
int... dimensionsToKeep) |
Requests a grid geometry for a slice at the given relative position.
|
GridDerivation |
GridDerivation.subgrid(GridGeometry gridOfInterest) |
Adapts the base grid for the geographic area and resolution of the given grid geometry.
|
GridDerivation |
GridDerivation.subgrid(Envelope areaOfInterest,
double... resolution) |
Requests a grid geometry over a sub-region of the base grid geometry and optionally with subsampling.
|
GridDerivation |
GridDerivation.subsample(int... subsamplings) |
Applies a subsampling on the grid geometry to build.
|