public class IOverviewItemURIProxy extends com.esri.arcgis.interop.Dispatch implements IOverviewItemURI, java.io.Serializable
Description: 'Provides access to members that control an overview item URI.' 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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID7061751b_3279_4719_86df_bdff9c73c809
Modifier | Constructor and Description |
---|---|
|
IOverviewItemURIProxy()
For internal use only
|
|
IOverviewItemURIProxy(java.lang.Object obj) |
protected |
IOverviewItemURIProxy(java.lang.Object obj,
java.lang.String iid) |
|
IOverviewItemURIProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IOverviewItemURIProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
deleteDataset()
Deletes the overview raster dataset.
|
java.lang.String |
getItemName()
Name of the overview item.
|
IEnvelope |
getNativeExtent()
The original extent of the overview item URI.
|
IRasterInfo |
getRasterInfo()
The RasterInfo object describing a dummy overview tile.
|
IName |
getStorageName()
Name of the storage location for the overview raster dataset.
|
int |
getTileColOffset()
The column offset of the overview tile in the grid.
|
int |
getTileRowOffset()
The row offset of the overview tile in the grid.
|
boolean |
isDatasetExists()
Indicates whether the overview raster dataset exists in the storage location.
|
boolean |
isManagedDataset()
Indicates whether the mosaic dataset manages the lifetime of the overview raster dataset.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setItemName(java.lang.String pItemName)
Name of the overview item.
|
void |
setNativeExtentByRef(IEnvelope ppEnvelope)
The original extent of the overview item URI.
|
void |
setRasterInfoByRef(IRasterInfo ppRasterInfo)
The RasterInfo object describing a dummy overview tile.
|
void |
setStorageNameByRef(IName ppStorageName)
Name of the storage location for the overview raster dataset.
|
void |
setTileColOffset(int pTileColOffset)
The column offset of the overview tile in the grid.
|
void |
setTileRowOffset(int pTileRowOffset)
The row offset of the overview tile in the grid.
|
IRasterDataset |
updateDataset(IRaster pRaster,
java.lang.String imageFormatName,
IRasterStorageDef pRasterStorageDef)
Regenerates and returns the overview raster dataset using a raster object and storage definition.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IOverviewItemURIProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IOverviewItemURIProxy()
public IOverviewItemURIProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IOverviewItemURIProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IOverviewItemURIProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setItemName(java.lang.String pItemName) throws java.io.IOException, AutomationException
setItemName
in interface IOverviewItemURI
pItemName
- The pItemName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getItemName() throws java.io.IOException, AutomationException
getItemName
in interface IOverviewItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStorageNameByRef(IName ppStorageName) throws java.io.IOException, AutomationException
setStorageNameByRef
in interface IOverviewItemURI
ppStorageName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IName getStorageName() throws java.io.IOException, AutomationException
getStorageName
in interface IOverviewItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isDatasetExists() throws java.io.IOException, AutomationException
isDatasetExists
in interface IOverviewItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isManagedDataset() throws java.io.IOException, AutomationException
isManagedDataset
in interface IOverviewItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void deleteDataset() throws java.io.IOException, AutomationException
deleteDataset
in interface IOverviewItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRasterDataset updateDataset(IRaster pRaster, java.lang.String imageFormatName, IRasterStorageDef pRasterStorageDef) throws java.io.IOException, AutomationException
updateDataset
in interface IOverviewItemURI
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)imageFormatName
- The imageFormatName (in)pRasterStorageDef
- A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileRowOffset(int pTileRowOffset) throws java.io.IOException, AutomationException
setTileRowOffset
in interface IOverviewItemURI
pTileRowOffset
- The pTileRowOffset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileRowOffset() throws java.io.IOException, AutomationException
getTileRowOffset
in interface IOverviewItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileColOffset(int pTileColOffset) throws java.io.IOException, AutomationException
setTileColOffset
in interface IOverviewItemURI
pTileColOffset
- The pTileColOffset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileColOffset() throws java.io.IOException, AutomationException
getTileColOffset
in interface IOverviewItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNativeExtentByRef(IEnvelope ppEnvelope) throws java.io.IOException, AutomationException
setNativeExtentByRef
in interface IOverviewItemURI
ppEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnvelope getNativeExtent() throws java.io.IOException, AutomationException
getNativeExtent
in interface IOverviewItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterInfoByRef(IRasterInfo ppRasterInfo) throws java.io.IOException, AutomationException
setRasterInfoByRef
in interface IOverviewItemURI
ppRasterInfo
- A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRasterInfo getRasterInfo() throws java.io.IOException, AutomationException
getRasterInfo
in interface IOverviewItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.