|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOverviewItemURI
Provides access to members that control an overview item URI.
Method Summary | |
---|---|
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 |
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. |
Method Detail |
---|
void setItemName(String pItemName) throws IOException, AutomationException
pItemName
- The pItemName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getItemName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStorageNameByRef(IName ppStorageName) throws IOException, AutomationException
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.IName getStorageName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDatasetExists() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isManagedDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterDataset updateDataset(IRaster pRaster, String imageFormatName, IRasterStorageDef pRasterStorageDef) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTileRowOffset(int pTileRowOffset) throws IOException, AutomationException
pTileRowOffset
- The pTileRowOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTileRowOffset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTileColOffset(int pTileColOffset) throws IOException, AutomationException
pTileColOffset
- The pTileColOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTileColOffset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNativeExtentByRef(IEnvelope ppEnvelope) throws IOException, AutomationException
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.IEnvelope getNativeExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterInfoByRef(IRasterInfo ppRasterInfo) throws IOException, AutomationException
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.IRasterInfo getRasterInfo() throws IOException, AutomationException
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 |