public class OverviewItemURI extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IItemURI, IOverviewItemURI, ICellSizeLevel, IItemPaths
Description 'An overview item URI object.' 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 =
IID, IID0fc1719b_b1aa_4d23_af07_932490a18075, xxDummyIID, IID7061751b_3279_4719_86df_bdff9c73c809, xxDummyIID, IIDcb2f5079_e498_4d7c_aedc_f7ecb4deb021, xxDummyIID, IIDcafd4e87_0672_43e0_b92d_175306c1a309, xxDummy| Constructor and Description |
|---|
OverviewItemURI()
Constructs a OverviewItemURI using ArcGIS Engine.
|
OverviewItemURI(java.lang.Object obj)
Construct a OverviewItemURI using a reference to such an object returned from ArcGIS Engine or Server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDataset()
Deletes the overview raster dataset.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
IStringArray |
getAuxiliaryPaths()
Paths to all auxiliary data source items that aid in the construction of this item.
|
double |
getCellSize()
The cell size value assocated with the level.
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.String |
getDisplayName()
The friendly-name identifying this item in the mosaic dataset.
|
IGeometry |
getGeometry()
The geometry defining the boundary of the cell size level.
|
java.lang.String |
getGroup()
The name of the collection to which the item belongs.
|
int |
getID()
The unique ID associated with the cell size level.
|
java.lang.String |
getItemName()
Name of the overview item.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getKey()
A phrase that uniquely identifies the item's data source in the mosaic dataset.
|
double |
getMaximumCellSize()
The maximum cell size value associated with the level.
|
double |
getMinimumCellSize()
The minimum cell size value associated with the level.
|
IEnvelope |
getNativeExtent()
The original extent of the overview item URI.
|
IStringArray |
getPaths()
Returns all paths associated with the object.
|
java.lang.String |
getProductName()
The name of the sensor product associated with the item's data source.
|
IRasterInfo |
getRasterInfo()
The RasterInfo object describing a dummy overview tile.
|
java.util.Date |
getSourceTimeStamp()
The timestamp associated with the data source referenced by this item URI.
|
IName |
getStorageName()
Name of the storage location for the overview raster dataset.
|
java.lang.String |
getTag()
The unique identifier of the item within a group.
|
int |
getTileColOffset()
The column offset of the overview tile in the grid.
|
int |
getTileRowOffset()
The row offset of the overview tile in the grid.
|
int |
hashCode()
the hashcode for this object
|
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 |
release()
Release this COM object reference
|
void |
replacePaths(IStringArray pOldPaths,
IStringArray pNewPaths)
Updates all paths associated with the object using the specified mapping rule.
|
void |
setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths)
Paths to all auxiliary data source items that aid in the construction of this item.
|
void |
setCellSize(double pCellsize)
The cell size value assocated with the level.
|
void |
setDisplayName(java.lang.String pDisplayName)
The friendly-name identifying this item in the mosaic dataset.
|
void |
setGeometryByRef(IGeometry ppLevelBoundary)
The geometry defining the boundary of the cell size level.
|
void |
setGroup(java.lang.String pItemGroup)
The name of the collection to which the item belongs.
|
void |
setID(int pDescriptionID)
The unique ID associated with the cell size level.
|
void |
setItemName(java.lang.String pItemName)
Name of the overview item.
|
void |
setKey(java.lang.String pKeyString)
A phrase that uniquely identifies the item's data source in the mosaic dataset.
|
void |
setMaximumCellSize(double pMaximumCellSize)
The maximum cell size value associated with the level.
|
void |
setMinimumCellSize(double pMinimumCellSize)
The minimum cell size value associated with the level.
|
void |
setNativeExtentByRef(IEnvelope ppEnvelope)
The original extent of the overview item URI.
|
void |
setProductName(java.lang.String pProductName)
The name of the sensor product associated with the item's data source.
|
void |
setRasterInfoByRef(IRasterInfo ppRasterInfo)
The RasterInfo object describing a dummy overview tile.
|
void |
setSourceTimeStamp(java.util.Date pSourceTimeStamp)
The timestamp associated with the data source referenced by this item URI.
|
void |
setStorageNameByRef(IName ppStorageName)
Name of the storage location for the overview raster dataset.
|
void |
setTag(java.lang.String pItemTag)
The unique identifier of the item within a group.
|
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.
|
public OverviewItemURI()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic OverviewItemURI(java.lang.Object obj)
throws java.io.IOException
obj to OverviewItemURI.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
OverviewItemURI theOverviewItemURI = (OverviewItemURI) obj;public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void setKey(java.lang.String pKeyString)
throws java.io.IOException,
AutomationException
setKey in interface IItemURIpKeyString - The pKeyString (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getKey()
throws java.io.IOException,
AutomationException
getKey in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTag(java.lang.String pItemTag)
throws java.io.IOException,
AutomationException
setTag in interface IItemURIpItemTag - The pItemTag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTag()
throws java.io.IOException,
AutomationException
getTag in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGroup(java.lang.String pItemGroup)
throws java.io.IOException,
AutomationException
setGroup in interface IItemURIpItemGroup - The pItemGroup (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getGroup()
throws java.io.IOException,
AutomationException
getGroup in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDisplayName(java.lang.String pDisplayName)
throws java.io.IOException,
AutomationException
setDisplayName in interface IItemURIpDisplayName - The pDisplayName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDisplayName()
throws java.io.IOException,
AutomationException
getDisplayName in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setProductName(java.lang.String pProductName)
throws java.io.IOException,
AutomationException
setProductName in interface IItemURIpProductName - The pProductName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getProductName()
throws java.io.IOException,
AutomationException
getProductName in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSourceTimeStamp(java.util.Date pSourceTimeStamp)
throws java.io.IOException,
AutomationException
setSourceTimeStamp in interface IItemURIpSourceTimeStamp - The pSourceTimeStamp (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.util.Date getSourceTimeStamp()
throws java.io.IOException,
AutomationException
getSourceTimeStamp in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths) throws java.io.IOException, AutomationException
setAuxiliaryPathsByRef in interface IItemURIppAuxiliaryPaths - A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getAuxiliaryPaths() throws java.io.IOException, AutomationException
getAuxiliaryPaths in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setItemName(java.lang.String pItemName)
throws java.io.IOException,
AutomationException
setItemName in interface IOverviewItemURIpItemName - 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 IOverviewItemURIjava.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 IOverviewItemURIppStorageName - 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 IOverviewItemURIjava.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 IOverviewItemURIjava.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 IOverviewItemURIjava.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 IOverviewItemURIjava.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 IOverviewItemURIpRaster - 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 IOverviewItemURIpTileRowOffset - 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 IOverviewItemURIjava.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 IOverviewItemURIpTileColOffset - 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 IOverviewItemURIjava.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 IOverviewItemURIppEnvelope - 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 IOverviewItemURIjava.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 IOverviewItemURIppRasterInfo - 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 IOverviewItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCellSize(double pCellsize)
throws java.io.IOException,
AutomationException
setCellSize in interface ICellSizeLevelpCellsize - The pCellsize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getCellSize()
throws java.io.IOException,
AutomationException
getCellSize in interface ICellSizeLeveljava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGeometryByRef(IGeometry ppLevelBoundary) throws java.io.IOException, AutomationException
setGeometryByRef in interface ICellSizeLevelppLevelBoundary - A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometry getGeometry() throws java.io.IOException, AutomationException
getGeometry in interface ICellSizeLeveljava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMinimumCellSize(double pMinimumCellSize)
throws java.io.IOException,
AutomationException
setMinimumCellSize in interface ICellSizeLevelpMinimumCellSize - The pMinimumCellSize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMinimumCellSize()
throws java.io.IOException,
AutomationException
getMinimumCellSize in interface ICellSizeLeveljava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaximumCellSize(double pMaximumCellSize)
throws java.io.IOException,
AutomationException
setMaximumCellSize in interface ICellSizeLevelpMaximumCellSize - The pMaximumCellSize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMaximumCellSize()
throws java.io.IOException,
AutomationException
getMaximumCellSize in interface ICellSizeLeveljava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setID(int pDescriptionID)
throws java.io.IOException,
AutomationException
setID in interface ICellSizeLevelpDescriptionID - The pDescriptionID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getID()
throws java.io.IOException,
AutomationException
getID in interface ICellSizeLeveljava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getPaths() throws java.io.IOException, AutomationException
getPaths in interface IItemPathsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void replacePaths(IStringArray pOldPaths, IStringArray pNewPaths) throws java.io.IOException, AutomationException
replacePaths in interface IItemPathspOldPaths - A reference to a com.esri.arcgis.system.IStringArray (in)pNewPaths - A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.