com.esri.arcgis.datasourcesraster
Interface IBuildPyramidsParameters2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportItemsParameters, IBuildPyramidsParameters2Proxy

public interface IBuildPyramidsParameters2
extends java.io.Serializable

COM Interface 'IBuildPyramidsParameters2'. 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 IIDd686e327_7f25_4840_bd11_a91a072c7044
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isSkipFirstLevel()
          Indicates whether pyramids are built with the first level skipped.
 void setSkipFirstLevel(boolean pbSkipFirstLevel)
          Indicates whether pyramids are built with the first level skipped.
 

Field Detail

IIDd686e327_7f25_4840_bd11_a91a072c7044

static final int IIDd686e327_7f25_4840_bd11_a91a072c7044
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

setSkipFirstLevel

void setSkipFirstLevel(boolean pbSkipFirstLevel)
                       throws java.io.IOException,
                              AutomationException
Indicates whether pyramids are built with the first level skipped.

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

isSkipFirstLevel

boolean isSkipFirstLevel()
                         throws java.io.IOException,
                                AutomationException
Indicates whether pyramids are built with the first level skipped.

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