|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.IOverviewBuilderProxy
public class IOverviewBuilderProxy
Provides access to members that control an overview builder.
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public IOverviewBuilderProxy()
public IOverviewBuilderProxy(Object obj) throws IOException
IOException
protected IOverviewBuilderProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setOverviewParametersByRef(IDefineOverviewsParameters ppParameters) throws IOException, AutomationException
setOverviewParametersByRef
in interface IOverviewBuilder
ppParameters
- A reference to a com.esri.arcgis.datasourcesraster.IDefineOverviewsParameters (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDefineOverviewsParameters getOverviewParameters() throws IOException, AutomationException
getOverviewParameters
in interface IOverviewBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCellSizeLevelsByRef(ICellSizeLevels ppCellSizeLevels) throws IOException, AutomationException
setCellSizeLevelsByRef
in interface IOverviewBuilder
ppCellSizeLevels
- A reference to a com.esri.arcgis.datasourcesraster.ICellSizeLevels (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICellSizeLevels getCellSizeLevels() throws IOException, AutomationException
getCellSizeLevels
in interface IOverviewBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean generateImage(IOverviewItemURI pItemURI) throws IOException, AutomationException
generateImage
in interface IOverviewBuilder
pItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IOverviewItemURI (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |