|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildPyramidsParameters
COM Interface 'IBuildPyramidsParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDa4a2e058_841d_43fc_a6b6_0783e5473a84
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IIDa4a2e058_841d_43fc_a6b6_0783e5473a84
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |