Uses of Enum Class
org.geotools.coverage.grid.io.OverviewPolicy
Packages that use OverviewPolicy
Package
Description
-
Uses of OverviewPolicy in org.geotools.coverage.grid.io
Fields in org.geotools.coverage.grid.io with type parameters of type OverviewPolicyModifier and TypeFieldDescriptionstatic final DefaultParameterDescriptor<OverviewPolicy>
AbstractGridFormat.OVERVIEW_POLICY
ThisGeneralParameterValue
can be provided to theGridCoverageReader
s 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 OverviewPolicyModifier and TypeMethodDescriptionstatic OverviewPolicy
OverviewPolicy.getDefaultPolicy()
static OverviewPolicy
Returns the enum constant of this class with the specified name.static OverviewPolicy[]
OverviewPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.coverage.grid.io with parameters of type OverviewPolicyModifier and TypeMethodDescriptiondouble[]
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 Integer
AbstractGridCoverage2DReader.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 Integer
AbstractGridCoverage2DReader.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 OverviewPolicyModifier and TypeMethodDescriptiondouble[]
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 OverviewPolicyModifier and TypeMethodDescriptionstatic void
Utilities.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 OverviewPolicyMethods in org.geotools.gce.imagemosaic with parameters of type OverviewPolicyModifier and TypeMethodDescriptiondouble[]
ImageMosaicReader.getReadingResolutions
(String coverageName, OverviewPolicy policy, double[] requestedResolution) double[]
ImageMosaicReader.getReadingResolutions
(OverviewPolicy policy, double[] requestedResolution)