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 RasterLayoutRasterLayout. setHeight(int height)Sets height to the supplied value and marks it as valid.RasterLayoutRasterLayout. setMinX(int minX)SetsminXto the supplied value and marks it as valid.RasterLayoutRasterLayout. setMinY(int minY)SetsminYto the supplied value and marks it as valid.RasterLayoutRasterLayout. setTileGridXOffset(int tileGridXOffset)SetstileGridXOffsetto the supplied value and marks it as valid.RasterLayoutRasterLayout. setTileGridYOffset(int tileGridYOffset)SetstileGridYOffsetto the supplied value and marks it as valid.RasterLayoutRasterLayout. setTileHeight(int tileHeight)Sets tileHeight to the supplied value and marks it as valid.RasterLayoutRasterLayout. setTileWidth(int tileWidth)SetstileWidthto the supplied value and marks it as valid.RasterLayoutRasterLayout. setWidth(int width)Setswidthto 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 firstRectangleshould 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)
-