public interface IOverviewTileParameters2 extends IOverviewTileParameters, java.io.Serializable
Description: 'Provides access to members that control overview image parameters.' 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 |
IID9c4965ab_519a_4fbb_80fc_9f1965d06f3e |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5a70d2d7_2810_4a5b_8791_5db54aec9bcf
Modifier and Type | Method and Description |
---|---|
IPoint |
getBaseCellSize()
The cell size of the first level of overview tiles.
|
void |
setBaseCellSizeByRef(IPoint ppBaseCellSize)
The cell size of the first level of overview tiles.
|
getAoiGeometry, getCellSize, getLevels, getMaximumSizeOfTopmostOverview, getOrigin, getOverviewFactor, getTileCols, getTileRows, getWorkspaceName, setAoiGeometryByRef, setCellSize, setLevels, setMaximumSizeOfTopmostOverview, setOriginByRef, setOverviewFactor, setTileCols, setTileRows, setWorkspaceNameByRef
static final int IID9c4965ab_519a_4fbb_80fc_9f1965d06f3e
static final int xxDummy
static final java.lang.String IID
void setBaseCellSizeByRef(IPoint ppBaseCellSize) throws java.io.IOException, AutomationException
ppBaseCellSize
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getBaseCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.