com.esri.arcgis.datasourcesraster
Interface IRasterPyramid3

All Superinterfaces:
IRasterPyramid, IRasterPyramid2, java.io.Serializable
All Known Implementing Classes:
IRasterPyramid3Proxy, RasterDataset

public interface IRasterPyramid3
extends IRasterPyramid2, java.io.Serializable

COM Interface 'IRasterPyramid3'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control the pyramids for a raster 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 IID31ed1fa3_3850_4ce2_9ce4_0d40701024d6
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterPyramid2
IIDf4e73742_71c1_425e_b889_e4fad1ea63d0
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterPyramid
IID81bd0a10_6fb6_11d3_a407_0004ac1b1d86
 
Method Summary
 void deletePyramid()
          Deletes pyramid for this RasterDataset.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterPyramid2
buildPyramid, getPyramidLevel, getPyramidResamplingMethod
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterPyramid
create, getMinimumSize, isPresent, setMinimumSize
 

Field Detail

IID31ed1fa3_3850_4ce2_9ce4_0d40701024d6

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

deletePyramid

void deletePyramid()
                   throws java.io.IOException,
                          AutomationException
Deletes pyramid for this RasterDataset.

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