Package | Description |
---|---|
org.geotools.coverage.io | |
org.geotools.coverage.io.impl | |
org.geotools.imageio.netcdf |
Modifier and Type | Method and Description |
---|---|
RasterLayout |
RasterLayout.setHeight(int height)
Sets height to the supplied value and marks it as valid.
|
RasterLayout |
RasterLayout.setMinX(int minX)
Sets
minX to the supplied value and marks it as valid. |
RasterLayout |
RasterLayout.setMinY(int minY)
Sets
minY to the supplied value and marks it as valid. |
RasterLayout |
RasterLayout.setTileGridXOffset(int tileGridXOffset)
Sets
tileGridXOffset to the supplied value and marks it as valid. |
RasterLayout |
RasterLayout.setTileGridYOffset(int tileGridYOffset)
Sets
tileGridYOffset to the supplied value and marks it as valid. |
RasterLayout |
RasterLayout.setTileHeight(int tileHeight)
Sets tileHeight to the supplied value and marks it as valid.
|
RasterLayout |
RasterLayout.setTileWidth(int tileWidth)
Sets
tileWidth to the supplied value and marks it as valid. |
RasterLayout |
RasterLayout.setWidth(int width)
Sets
width to the supplied value and marks it as valid. |
Modifier and Type | Method and Description |
---|---|
List<? extends RasterLayout> |
CoverageSource.getOverviewsLayouts(ProgressListener listener) |
abstract Set<? extends RasterLayout> |
CoverageSource.SpatialDomain.getRasterElements(boolean overall,
ProgressListener listener)
The first
Rectangle should describe the overall bidimensional raster range for
the underlying coverage. |
Modifier and Type | Method and Description |
---|---|
List<? extends RasterLayout> |
DefaultCoverageSource.getOverviewsLayouts(ProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
Set<? extends RasterLayout> |
VariableAdapter.UnidataSpatialDomain.getRasterElements(boolean overall,
ProgressListener listener) |
Copyright © 1996–2019 Geotools. All rights reserved.