com.esri.arcgis.datasourcesraster
Class IOverviewBuilderProxy

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

public class IOverviewBuilderProxy
extends com.esri.arcgis.interop.Dispatch
implements IOverviewBuilder, Serializable

Provides access to members that control an overview builder.

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
  IOverviewBuilderProxy()
           
  IOverviewBuilderProxy(Object obj)
           
protected IOverviewBuilderProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 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 removeListener(String iidStr, Object theListener)
           
 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.
 
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

IOverviewBuilderProxy

public IOverviewBuilderProxy()

IOverviewBuilderProxy

public IOverviewBuilderProxy(Object obj)
                      throws IOException
Throws:
IOException

IOverviewBuilderProxy

protected IOverviewBuilderProxy(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

setOverviewParametersByRef

public void setOverviewParametersByRef(IDefineOverviewsParameters ppParameters)
                                throws IOException,
                                       AutomationException
The parameters object that control how overview items are created.

Product Availability

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

Specified by:
setOverviewParametersByRef in interface IOverviewBuilder
Parameters:
ppParameters - A reference to a com.esri.arcgis.datasourcesraster.IDefineOverviewsParameters (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOverviewParameters

public IDefineOverviewsParameters getOverviewParameters()
                                                 throws IOException,
                                                        AutomationException
The parameters object that control how overview items are created.

Product Availability

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

Specified by:
getOverviewParameters in interface IOverviewBuilder
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IDefineOverviewsParameters
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellSizeLevelsByRef

public void setCellSizeLevelsByRef(ICellSizeLevels ppCellSizeLevels)
                            throws IOException,
                                   AutomationException
The cell size levels associated with the overview tiling schema.

Product Availability

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

Specified by:
setCellSizeLevelsByRef in interface IOverviewBuilder
Parameters:
ppCellSizeLevels - A reference to a com.esri.arcgis.datasourcesraster.ICellSizeLevels (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellSizeLevels

public ICellSizeLevels getCellSizeLevels()
                                  throws IOException,
                                         AutomationException
The cell size levels associated with the overview tiling schema.

Product Availability

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

Specified by:
getCellSizeLevels in interface IOverviewBuilder
Returns:
A reference to a com.esri.arcgis.datasourcesraster.ICellSizeLevels
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

generateImage

public boolean generateImage(IOverviewItemURI pItemURI)
                      throws IOException,
                             AutomationException
Generates the overview raster dataset associated with the specified overview item URI object.

Product Availability

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

Specified by:
generateImage in interface IOverviewBuilder
Parameters:
pItemURI - A reference to a com.esri.arcgis.datasourcesraster.IOverviewItemURI (in)
Returns:
The pbAllParticipantsOK
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.