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) SetsminX
to the supplied value and marks it as valid.RasterLayout.setMinY
(int minY) SetsminY
to the supplied value and marks it as valid.RasterLayout.setTileGridXOffset
(int tileGridXOffset) SetstileGridXOffset
to the supplied value and marks it as valid.RasterLayout.setTileGridYOffset
(int tileGridYOffset) SetstileGridYOffset
to 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) SetstileWidth
to the supplied value and marks it as valid.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 RasterLayoutModifier and TypeMethodDescriptionList<? 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 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)