com.esri.arcgis.datasourcesraster
Interface IRasterPyramid2

All Superinterfaces:
IRasterPyramid, java.io.Serializable
All Known Subinterfaces:
IRasterPyramid3
All Known Implementing Classes:
IRasterPyramid2Proxy, IRasterPyramid3Proxy, RasterDataset

public interface IRasterPyramid2
extends IRasterPyramid, java.io.Serializable

COM Interface 'IRasterPyramid2'. 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 IIDf4e73742_71c1_425e_b889_e4fad1ea63d0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterPyramid
IID81bd0a10_6fb6_11d3_a407_0004ac1b1d86
 
Method Summary
 void buildPyramid(int maxLevel, int method)
          Builds pyramid for this RasterDataset.
 int getPyramidLevel()
          The pyramid level.
 int getPyramidResamplingMethod()
          The pyramid resampling method.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterPyramid
create, getMinimumSize, isPresent, setMinimumSize
 

Field Detail

IIDf4e73742_71c1_425e_b889_e4fad1ea63d0

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

getPyramidLevel

int getPyramidLevel()
                    throws java.io.IOException,
                           AutomationException
The pyramid level.

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

getPyramidResamplingMethod

int getPyramidResamplingMethod()
                               throws java.io.IOException,
                                      AutomationException
The pyramid resampling method.

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

buildPyramid

void buildPyramid(int maxLevel,
                  int method)
                  throws java.io.IOException,
                         AutomationException
Builds pyramid for this RasterDataset.

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