com.esri.arcgis.datasourcesraster
Interface IOverviewBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IOverviewBuilderProxy, OverviewBuilder

public interface IOverviewBuilder
extends java.io.Serializable

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

Description: 'Provides access to members that control an overview builder.' 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 IID82fdd302_43c6_4f56_8e8e_5f11bbf920eb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean generateImage(IOverviewItemURI pItemURI)
          Generates the overview raster dataset associated with the specified overview item URI object.
 ICellSizeLevels getCellSizeLevels()
          The cell size levels associated with the overview tiling schema.
 IDefineOverviewsParameters getOverviewParameters()
          The parameters object that control how overview items are created.
 void setCellSizeLevelsByRef(ICellSizeLevels ppCellSizeLevels)
          The cell size levels associated with the overview tiling schema.
 void setOverviewParametersByRef(IDefineOverviewsParameters ppParameters)
          The parameters object that control how overview items are created.
 

Field Detail

IID82fdd302_43c6_4f56_8e8e_5f11bbf920eb

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

setOverviewParametersByRef

void setOverviewParametersByRef(IDefineOverviewsParameters ppParameters)
                                throws java.io.IOException,
                                       AutomationException
The parameters object that control how overview items are created.

Parameters:
ppParameters - A reference to a com.esri.arcgis.datasourcesraster.IDefineOverviewsParameters (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOverviewParameters

IDefineOverviewsParameters getOverviewParameters()
                                                 throws java.io.IOException,
                                                        AutomationException
The parameters object that control how overview items are created.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IDefineOverviewsParameters
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellSizeLevelsByRef

void setCellSizeLevelsByRef(ICellSizeLevels ppCellSizeLevels)
                            throws java.io.IOException,
                                   AutomationException
The cell size levels associated with the overview tiling schema.

Parameters:
ppCellSizeLevels - A reference to a com.esri.arcgis.datasourcesraster.ICellSizeLevels (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellSizeLevels

ICellSizeLevels getCellSizeLevels()
                                  throws java.io.IOException,
                                         AutomationException
The cell size levels associated with the overview tiling schema.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.ICellSizeLevels
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

generateImage

boolean generateImage(IOverviewItemURI pItemURI)
                      throws java.io.IOException,
                             AutomationException
Generates the overview raster dataset associated with the specified overview item URI object.

Parameters:
pItemURI - A reference to a com.esri.arcgis.datasourcesraster.IOverviewItemURI (in)
Returns:
The pbAllParticipantsOK
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.