com.esri.arcgis.datasourcesraster
Interface IOverviewTileParameters2

All Superinterfaces:
IOverviewTileParameters, java.io.Serializable
All Known Implementing Classes:
DefineOverviewsParameters, IOverviewTileParameters2Proxy

public interface IOverviewTileParameters2
extends IOverviewTileParameters, java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9c4965ab_519a_4fbb_80fc_9f1965d06f3e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IOverviewTileParameters
IID5a70d2d7_2810_4a5b_8791_5db54aec9bcf
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IOverviewTileParameters
getAoiGeometry, getCellSize, getLevels, getMaximumSizeOfTopmostOverview, getOrigin, getOverviewFactor, getTileCols, getTileRows, getWorkspaceName, setAoiGeometryByRef, setCellSize, setLevels, setMaximumSizeOfTopmostOverview, setOriginByRef, setOverviewFactor, setTileCols, setTileRows, setWorkspaceNameByRef
 

Field Detail

IID9c4965ab_519a_4fbb_80fc_9f1965d06f3e

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

setBaseCellSizeByRef

void setBaseCellSizeByRef(IPoint ppBaseCellSize)
                          throws java.io.IOException,
                                 AutomationException
The cell size of the first level of overview tiles. If this property is not specified, the value in IOverviewTileParameters.CellSize is used.

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

getBaseCellSize

IPoint getBaseCellSize()
                       throws java.io.IOException,
                              AutomationException
The cell size of the first level of overview tiles. If this property is not specified, the value in IOverviewTileParameters.CellSize is used.

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