public interface IBuildPyramidsParameters
extends java.io.Serializable
Description: 'Provides access to members that control parameters for building pyramids of a mosaic dataset.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa4a2e058_841d_43fc_a6b6_0783e5473a84 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getCompressionQuality()
The pyramid compression quality.
|
int |
getCompressionType()
The pyramid compression type.
|
int |
getPyramidLevel()
The number of pyramid levels.
|
int |
getPyramidResampleType()
The method used for pyramid resampling.
|
void |
setCompressionQuality(int value)
The pyramid compression quality.
|
void |
setCompressionType(int pType)
The pyramid compression type.
|
void |
setPyramidLevel(int pLevel)
The number of pyramid levels.
|
void |
setPyramidResampleType(int pMethod)
The method used for pyramid resampling.
|
static final int IIDa4a2e058_841d_43fc_a6b6_0783e5473a84
static final int xxDummy
static final java.lang.String IID
void setPyramidResampleType(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPyramidResampleType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPyramidLevel(int pLevel) throws java.io.IOException, AutomationException
pLevel
- The pLevel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPyramidLevel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCompressionType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.geodatabase.esriRasterCompressionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCompressionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCompressionQuality(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCompressionQuality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.