public interface IOverviewBuilder
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID82fdd302_43c6_4f56_8e8e_5f11bbf920eb |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID82fdd302_43c6_4f56_8e8e_5f11bbf920eb
static final int xxDummy
static final java.lang.String IID
void setOverviewParametersByRef(IDefineOverviewsParameters ppParameters) throws java.io.IOException, AutomationException
ppParameters
- A reference to a com.esri.arcgis.datasourcesraster.IDefineOverviewsParameters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDefineOverviewsParameters getOverviewParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellSizeLevelsByRef(ICellSizeLevels ppCellSizeLevels) throws java.io.IOException, AutomationException
ppCellSizeLevels
- A reference to a com.esri.arcgis.datasourcesraster.ICellSizeLevels (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICellSizeLevels getCellSizeLevels() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean generateImage(IOverviewItemURI pItemURI) throws java.io.IOException, AutomationException
pItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IOverviewItemURI (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.