public interface IOverviewItemURI
extends 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7061751b_3279_4719_86df_bdff9c73c809 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
static final int IID7061751b_3279_4719_86df_bdff9c73c809
static final int xxDummy
static final java.lang.String IID
void setItemName(java.lang.String pItemName) throws java.io.IOException, AutomationException
pItemName
- The pItemName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getItemName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStorageNameByRef(IName ppStorageName) throws java.io.IOException, AutomationException
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.IName getStorageName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDatasetExists() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isManagedDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterDataset updateDataset(IRaster pRaster, java.lang.String imageFormatName, IRasterStorageDef pRasterStorageDef) throws java.io.IOException, AutomationException
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.void setTileRowOffset(int pTileRowOffset) throws java.io.IOException, AutomationException
pTileRowOffset
- The pTileRowOffset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTileRowOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTileColOffset(int pTileColOffset) throws java.io.IOException, AutomationException
pTileColOffset
- The pTileColOffset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTileColOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNativeExtentByRef(IEnvelope ppEnvelope) throws java.io.IOException, AutomationException
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.IEnvelope getNativeExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterInfoByRef(IRasterInfo ppRasterInfo) throws java.io.IOException, AutomationException
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.IRasterInfo getRasterInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.