|
|||||||||
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.IOverviewItemURIProxy
public class IOverviewItemURIProxy
Provides access to members that control an overview item URI.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IOverviewItemURIProxy()
|
|
IOverviewItemURIProxy(Object obj)
|
protected |
IOverviewItemURIProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
deleteDataset()
Deletes the overview raster dataset. |
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(String iidStr,
Object theListener)
|
void |
setItemName(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,
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 boolean noncastable
Constructor Detail |
---|
public IOverviewItemURIProxy()
public IOverviewItemURIProxy(Object obj) throws IOException
IOException
protected IOverviewItemURIProxy(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 setItemName(String pItemName) throws IOException, AutomationException
setItemName
in interface IOverviewItemURI
pItemName
- The pItemName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getItemName() throws IOException, AutomationException
getItemName
in interface IOverviewItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStorageNameByRef(IName ppStorageName) throws IOException, AutomationException
setStorageNameByRef
in interface IOverviewItemURI
ppStorageName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName getStorageName() throws IOException, AutomationException
getStorageName
in interface IOverviewItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDatasetExists() throws IOException, AutomationException
isDatasetExists
in interface IOverviewItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isManagedDataset() throws IOException, AutomationException
isManagedDataset
in interface IOverviewItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteDataset() throws IOException, AutomationException
deleteDataset
in interface IOverviewItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterDataset updateDataset(IRaster pRaster, String imageFormatName, IRasterStorageDef pRasterStorageDef) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTileRowOffset(int pTileRowOffset) throws IOException, AutomationException
setTileRowOffset
in interface IOverviewItemURI
pTileRowOffset
- The pTileRowOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileRowOffset() throws IOException, AutomationException
getTileRowOffset
in interface IOverviewItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTileColOffset(int pTileColOffset) throws IOException, AutomationException
setTileColOffset
in interface IOverviewItemURI
pTileColOffset
- The pTileColOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileColOffset() throws IOException, AutomationException
getTileColOffset
in interface IOverviewItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNativeExtentByRef(IEnvelope ppEnvelope) throws IOException, AutomationException
setNativeExtentByRef
in interface IOverviewItemURI
ppEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getNativeExtent() throws IOException, AutomationException
getNativeExtent
in interface IOverviewItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterInfoByRef(IRasterInfo ppRasterInfo) throws IOException, AutomationException
setRasterInfoByRef
in interface IOverviewItemURI
ppRasterInfo
- A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterInfo getRasterInfo() throws IOException, AutomationException
getRasterInfo
in interface IOverviewItemURI
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 |