|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IOverviewItemURIProxy
public class IOverviewItemURIProxy
Internal use class Proxy for COM Interface 'IOverviewItemURI'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.datasourcesraster.IOverviewItemURI |
---|
IID, IID7061751b_3279_4719_86df_bdff9c73c809 |
Constructor Summary | |
---|---|
|
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)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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)
|
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. |
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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |