com.esri.arcgis.datasourcesraster
Interface IDefineOverviewsParameters

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

public interface IDefineOverviewsParameters
extends java.io.Serializable

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

Description: 'Provides access to members that control parameters for define overviews of a mosaic 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 IIDb22217ba_ef57_4f30_b2d4_337a1505a286
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getInstanceID()
          The object ID of the raster type instance associated with a preview define overview operation.
 boolean isForceOverviewTiles()
          Indicates whether overview tiles are generated irrespective of existing primary or overview items in the specified area.
 boolean isRefreshAllInstances()
          Indicates whether all existing overview instances are refreshed.
 void setForceOverviewTiles(boolean pbForceOverviewTiles)
          Indicates whether overview tiles are generated irrespective of existing primary or overview items in the specified area.
 void setInstanceID(int pInstanceID)
          The object ID of the raster type instance associated with a preview define overview operation.
 void setRefreshAllInstances(boolean pbRefreshAllInstances)
          Indicates whether all existing overview instances are refreshed.
 

Field Detail

IIDb22217ba_ef57_4f30_b2d4_337a1505a286

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

setForceOverviewTiles

void setForceOverviewTiles(boolean pbForceOverviewTiles)
                           throws java.io.IOException,
                                  AutomationException
Indicates whether overview tiles are generated irrespective of existing primary or overview items in the specified area.

Parameters:
pbForceOverviewTiles - The pbForceOverviewTiles (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isForceOverviewTiles

boolean isForceOverviewTiles()
                             throws java.io.IOException,
                                    AutomationException
Indicates whether overview tiles are generated irrespective of existing primary or overview items in the specified area.

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

setInstanceID

void setInstanceID(int pInstanceID)
                   throws java.io.IOException,
                          AutomationException
The object ID of the raster type instance associated with a preview define overview operation. Properties that control how overview tiles are created are read from the matching raster type instance. A value here also indicates that no new schema is created by ?G?^??

Parameters:
pInstanceID - The pInstanceID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInstanceID

int getInstanceID()
                  throws java.io.IOException,
                         AutomationException
The object ID of the raster type instance associated with a preview define overview operation. Properties that control how overview tiles are created are read from the matching raster type instance. A value here also indicates that no new schema is created by ?G?^??

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

setRefreshAllInstances

void setRefreshAllInstances(boolean pbRefreshAllInstances)
                            throws java.io.IOException,
                                   AutomationException
Indicates whether all existing overview instances are refreshed. A TRUE value also indicates that no new schema of overview tiles is created by the IMosaicDatasetOperation.DefineOverviews method.

Parameters:
pbRefreshAllInstances - The pbRefreshAllInstances (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRefreshAllInstances

boolean isRefreshAllInstances()
                              throws java.io.IOException,
                                     AutomationException
Indicates whether all existing overview instances are refreshed. A TRUE value also indicates that no new schema of overview tiles is created by the IMosaicDatasetOperation.DefineOverviews method.

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