|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OverviewPolicy | |
---|---|
org.geotools.coverage.grid.io |
Uses of OverviewPolicy in org.geotools.coverage.grid.io |
---|
Fields in org.geotools.coverage.grid.io with type parameters of type OverviewPolicy | |
---|---|
static DefaultParameterDescriptor<OverviewPolicy> |
AbstractGridFormat.OVERVIEW_POLICY
This GeneralParameterValue can be provided to the
GridCoverageReader s through the
GridCoverageReader.read(GeneralParameterValue[]) method in order
to specify the policy a reader should adopt when chhosing the right
overview during a read operation. |
Methods in org.geotools.coverage.grid.io that return OverviewPolicy | |
---|---|
static OverviewPolicy |
OverviewPolicy.getDefaultPolicy()
|
static OverviewPolicy |
OverviewPolicy.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're declared. |
Methods in org.geotools.coverage.grid.io with parameters of type OverviewPolicy | |
---|---|
protected Integer |
AbstractGridCoverage2DReader.setReadParams(OverviewPolicy overviewPolicy,
ImageReadParam readP,
GeneralEnvelope requestedEnvelope,
Rectangle requestedDim)
This method is responsible for preparing the read param for doing an ImageReader.read(int, ImageReadParam) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |