Uses of Class
org.geotools.coverage.io.RasterLayout
-
Packages that use RasterLayout Package Description org.geotools.coverage.io org.geotools.coverage.io.impl org.geotools.imageio.netcdf -
-
Uses of RasterLayout in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return RasterLayout Modifier and Type Method Description RasterLayout
RasterLayout. setHeight(int height)
Sets height to the supplied value and marks it as valid.RasterLayout
RasterLayout. setMinX(int minX)
SetsminX
to the supplied value and marks it as valid.RasterLayout
RasterLayout. setMinY(int minY)
SetsminY
to the supplied value and marks it as valid.RasterLayout
RasterLayout. setTileGridXOffset(int tileGridXOffset)
SetstileGridXOffset
to the supplied value and marks it as valid.RasterLayout
RasterLayout. setTileGridYOffset(int tileGridYOffset)
SetstileGridYOffset
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)
SetstileWidth
to the supplied value and marks it as valid.RasterLayout
RasterLayout. setWidth(int width)
Setswidth
to the supplied value and marks it as valid.Methods in org.geotools.coverage.io that return types with arguments of type RasterLayout Modifier and Type Method Description List<? extends RasterLayout>
CoverageSource. getOverviewsLayouts(ProgressListener listener)
abstract Set<? extends RasterLayout>
CoverageSource.SpatialDomain. getRasterElements(boolean overall, ProgressListener listener)
The firstRectangle
should describe the overall bidimensional raster range for the underlying coverage. -
Uses of RasterLayout in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl that return types with arguments of type RasterLayout Modifier and Type Method Description List<? extends RasterLayout>
DefaultCoverageSource. getOverviewsLayouts(ProgressListener listener)
-
Uses of RasterLayout in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf that return types with arguments of type RasterLayout Modifier and Type Method Description Set<? extends RasterLayout>
VariableAdapter.UnidataSpatialDomain. getRasterElements(boolean overall, ProgressListener listener)
-