Uses of Class
org.geotools.coverage.grid.io.OverviewPolicy
-
Packages that use OverviewPolicy Package Description org.geotools.coverage.grid.io org.geotools.coverage.io.netcdf org.geotools.coverage.io.util org.geotools.gce.imagemosaic -
-
Uses of OverviewPolicy in org.geotools.coverage.grid.io
Fields in org.geotools.coverage.grid.io with type parameters of type OverviewPolicy Modifier and Type Field Description static DefaultParameterDescriptor<OverviewPolicy>AbstractGridFormat. OVERVIEW_POLICYThisGeneralParameterValuecan be provided to theGridCoverageReaders through theGridCoverageReader#read(GeneralParameterValue[])method in order to specify the policy a reader should adopt when choosing the right overview during a read operation.Methods in org.geotools.coverage.grid.io that return OverviewPolicy Modifier and Type Method Description static OverviewPolicyOverviewPolicy. getDefaultPolicy()static OverviewPolicyOverviewPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static OverviewPolicy[]OverviewPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.coverage.grid.io with parameters of type OverviewPolicy Modifier and Type Method Description double[]AbstractGridCoverage2DReader. getReadingResolutions(String coverageName, OverviewPolicy policy, double[] requestedResolution)Returns the actual resolution used to read the data given the specified target resolution and the specified overview policydouble[]AbstractGridCoverage2DReader. getReadingResolutions(OverviewPolicy policy, double[] requestedResolution)Returns the actual resolution used to read the data given the specified target resolution and the specified overview policydouble[]GridCoverage2DReader. getReadingResolutions(String coverageName, OverviewPolicy policy, double[] requestedResolution)Return the resolution of the overview which would be picked out for the provided requested resolution using the providedOverviewPolicy.double[]GridCoverage2DReader. getReadingResolutions(OverviewPolicy policy, double[] requestedResolution)Return the resolution of the overview which would be picked out for the provided requested resolution using the providedOverviewPolicy.protected IntegerAbstractGridCoverage2DReader. setReadParams(String coverageName, OverviewPolicy overviewPolicy, ImageReadParam readP, GeneralBounds requestedEnvelope, Rectangle requestedDim)This method is responsible for preparing the read param for doing anImageReader.read(int, ImageReadParam).protected IntegerAbstractGridCoverage2DReader. setReadParams(OverviewPolicy overviewPolicy, ImageReadParam readP, GeneralBounds requestedEnvelope, Rectangle requestedDim)This method is responsible for preparing the read param for doing anImageReader.read(int, ImageReadParam). -
Uses of OverviewPolicy in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf with parameters of type OverviewPolicy Modifier and Type Method Description double[]NetCDFReader. getReadingResolutions(String coverageName, OverviewPolicy policy, double[] requestedResolution)double[]NetCDFReader. getReadingResolutions(OverviewPolicy policy, double[] requestedResolution) -
Uses of OverviewPolicy in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util with parameters of type OverviewPolicy Modifier and Type Method Description static voidUtilities. setReadParameters(OverviewPolicy overviewPolicy, ImageReadParam readParam, GeneralBounds requestedEnvelope, Rectangle requestedDim, double[] highestRes, GridEnvelope gridRange, PixelInCell pixelInCell)Prepares the read parameters for doing anImageReader.read(int, ImageReadParam). -
Uses of OverviewPolicy in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return OverviewPolicy Modifier and Type Method Description OverviewPolicyRasterLayerRequest. getOverviewPolicy()Methods in org.geotools.gce.imagemosaic with parameters of type OverviewPolicy Modifier and Type Method Description double[]ImageMosaicReader. getReadingResolutions(String coverageName, OverviewPolicy policy, double[] requestedResolution)double[]ImageMosaicReader. getReadingResolutions(OverviewPolicy policy, double[] requestedResolution)
-