com.esri.arcgis.geoprocessing
Interface IGPRasterGDBEnvPyramid

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGPRasterGDBEnvPyramid2, IGPRasterGDBEnvPyramid3
All Known Implementing Classes:
GPRasterGDBEnvPyramid, IGPRasterGDBEnvPyramid2Proxy, IGPRasterGDBEnvPyramid3Proxy, IGPRasterGDBEnvPyramidProxy

public interface IGPRasterGDBEnvPyramid
extends java.io.Serializable

COM Interface 'IGPRasterGDBEnvPyramid'. 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe85ac7e8_39ff_4eec_ad54_edbee850f2ca
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getPyramidLevels()
          Pyramid levels.
 int getResampleMethod()
          Resampling technique.
 boolean isCreatePyramids()
          Indicates if creating pyramid option.
 void setCreatePyramids(boolean bCreate)
          Indicates if creating pyramid option.
 void setPyramidLevels(int levels)
          Pyramid levels.
 void setResampleMethod(int method)
          Resampling technique.
 

Field Detail

IIDe85ac7e8_39ff_4eec_ad54_edbee850f2ca

static final int IIDe85ac7e8_39ff_4eec_ad54_edbee850f2ca
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
Method Detail

isCreatePyramids

boolean isCreatePyramids()
                         throws java.io.IOException,
                                AutomationException
Indicates if creating pyramid option.

Returns:
The bCreate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCreatePyramids

void setCreatePyramids(boolean bCreate)
                       throws java.io.IOException,
                              AutomationException
Indicates if creating pyramid option.

Parameters:
bCreate - The bCreate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPyramidLevels

int getPyramidLevels()
                     throws java.io.IOException,
                            AutomationException
Pyramid levels.

Returns:
The levels
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPyramidLevels

void setPyramidLevels(int levels)
                      throws java.io.IOException,
                             AutomationException
Pyramid levels.

Parameters:
levels - The levels (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResampleMethod

int getResampleMethod()
                      throws java.io.IOException,
                             AutomationException
Resampling technique.

Returns:
A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResampleMethod

void setResampleMethod(int method)
                       throws java.io.IOException,
                              AutomationException
Resampling technique.

Parameters:
method - A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.