public interface esriRasterResamplingHint
extends java.io.Serializable
Description: 'The raster resampling hints for selecting pyramid level.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static int |
esriRasterResamplingClosest
Performs raster resampling using the closest pyramid level.
|
static int |
esriRasterResamplingDownsampling
Performs raster resampling favoring downsampling..
|
static int |
esriRasterResamplingFinest
Performs raster resampling using the finest pyramid level.
|
static int |
esriRasterResamplingUpsampling
Performs raster resampling favoring upsampling.
|
static final int esriRasterResamplingClosest
static final int esriRasterResamplingUpsampling
static final int esriRasterResamplingDownsampling
static final int esriRasterResamplingFinest