com.esri.arcgis.geoprocessing
Interface IGPRasterGDBEnvPyramid3
- All Superinterfaces:
- IGPRasterGDBEnvPyramid, IGPRasterGDBEnvPyramid2, java.io.Serializable
- All Known Implementing Classes:
- GPRasterGDBEnvPyramid, IGPRasterGDBEnvPyramid3Proxy
public interface IGPRasterGDBEnvPyramid3
- extends IGPRasterGDBEnvPyramid2, java.io.Serializable
COM Interface 'IGPRasterGDBEnvPyramid3'. Generated 3/19/2015 1:20:59 PM
from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to raster GDB environment pyramid control.'
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 =
IIDfe2ea27f_aee7_45a2_83d8_90fc84a279a8
static final int IIDfe2ea27f_aee7_45a2_83d8_90fc84a279a8
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
isPyramidSkipFirst
boolean isPyramidSkipFirst()
throws java.io.IOException,
AutomationException
- Indicates if skipping first pyramid.
- Returns:
- The bSkip
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
setPyramidSkipFirst
void setPyramidSkipFirst(boolean bSkip)
throws java.io.IOException,
AutomationException
- Indicates if skipping first pyramid.
- Parameters:
bSkip
- The bSkip (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.