com.esri.arcgis.datasourcesraster
Class IDefineOverviewsParametersProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IDefineOverviewsParametersProxy
All Implemented Interfaces:
IDefineOverviewsParameters, Externalizable, Serializable

public class IDefineOverviewsParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements IDefineOverviewsParameters, Serializable

Provides access to members that control parameters for define overviews of a mosaic dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IDefineOverviewsParametersProxy()
           
  IDefineOverviewsParametersProxy(Object obj)
           
protected IDefineOverviewsParametersProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 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 removeListener(String iidStr, Object theListener)
           
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IDefineOverviewsParametersProxy

public IDefineOverviewsParametersProxy()

IDefineOverviewsParametersProxy

public IDefineOverviewsParametersProxy(Object obj)
                                throws IOException
Throws:
IOException

IDefineOverviewsParametersProxy

protected IDefineOverviewsParametersProxy(Object obj,
                                          String iid)
                                   throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

setForceOverviewTiles

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setForceOverviewTiles in interface IDefineOverviewsParameters
Parameters:
pbForceOverviewTiles - The pbForceOverviewTiles (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isForceOverviewTiles

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isForceOverviewTiles in interface IDefineOverviewsParameters
Returns:
The pbForceOverviewTiles
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInstanceID

public void setInstanceID(int pInstanceID)
                   throws 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 ????&

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setInstanceID in interface IDefineOverviewsParameters
Parameters:
pInstanceID - The pInstanceID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInstanceID

public int getInstanceID()
                  throws 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 ????&

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getInstanceID in interface IDefineOverviewsParameters
Returns:
The pInstanceID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRefreshAllInstances

public void setRefreshAllInstances(boolean pbRefreshAllInstances)
                            throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setRefreshAllInstances in interface IDefineOverviewsParameters
Parameters:
pbRefreshAllInstances - The pbRefreshAllInstances (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRefreshAllInstances

public boolean isRefreshAllInstances()
                              throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isRefreshAllInstances in interface IDefineOverviewsParameters
Returns:
The pbRefreshAllInstances
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.