Uses of Class
org.geotools.coverage.io.RasterLayout
Packages that use RasterLayout
Package
Description
-
Uses of RasterLayout in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return RasterLayoutModifier and TypeMethodDescriptionRasterLayout.setHeight(int height) Sets height to the supplied value and marks it as valid.RasterLayout.setMinX(int minX) SetsminXto the supplied value and marks it as valid.RasterLayout.setMinY(int minY) SetsminYto the supplied value and marks it as valid.RasterLayout.setTileGridXOffset(int tileGridXOffset) SetstileGridXOffsetto the supplied value and marks it as valid.RasterLayout.setTileGridYOffset(int tileGridYOffset) SetstileGridYOffsetto the supplied value and marks it as valid.RasterLayout.setTileHeight(int tileHeight) Sets tileHeight to the supplied value and marks it as valid.RasterLayout.setTileWidth(int tileWidth) SetstileWidthto the supplied value and marks it as valid.RasterLayout.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 RasterLayoutModifier and TypeMethodDescriptionList<? 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 RasterLayoutModifier and TypeMethodDescriptionList<? 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 RasterLayoutModifier and TypeMethodDescriptionSet<? extends RasterLayout>VariableAdapter.UnidataSpatialDomain.getRasterElements(boolean overall, ProgressListener listener)