|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.OverviewItemURI
public class OverviewItemURI
An overview item URI object.
Constructor Summary | |
---|---|
OverviewItemURI()
Constructs a OverviewItemURI using ArcGIS Engine. |
|
OverviewItemURI(Object obj)
Construct a OverviewItemURI using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
deleteDataset()
Deletes the overview raster dataset. |
boolean |
equals(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 String |
getClsid()
getClsid. |
String |
getDisplayName()
The friendly-name identifying this item in the mosaic dataset. |
IGeometry |
getGeometry()
The geometry defining the boundary of the cell size level. |
String |
getGroup()
The name of the collection to which the item belongs. |
int |
getID()
The unique ID associated with the cell size level. |
String |
getItemName()
Name of the overview item. |
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. |
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. |
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. |
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 |
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(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(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(String pItemName)
Name of the overview item. |
void |
setKey(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(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(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(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,
String imageFormatName,
IRasterStorageDef pRasterStorageDef)
Regenerates and returns the overview raster dataset using a raster object and storage definition. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public OverviewItemURI() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic OverviewItemURI(Object obj) throws IOException
obj
to OverviewItemURI
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
OverviewItemURI theOverviewItemURI = (OverviewItemURI) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setKey(String pKeyString) throws IOException, AutomationException
setKey
in interface IItemURI
pKeyString
- The pKeyString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getKey() throws IOException, AutomationException
getKey
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTag(String pItemTag) throws IOException, AutomationException
setTag
in interface IItemURI
pItemTag
- The pItemTag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTag() throws IOException, AutomationException
getTag
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGroup(String pItemGroup) throws IOException, AutomationException
setGroup
in interface IItemURI
pItemGroup
- The pItemGroup (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getGroup() throws IOException, AutomationException
getGroup
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayName(String pDisplayName) throws IOException, AutomationException
setDisplayName
in interface IItemURI
pDisplayName
- The pDisplayName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDisplayName() throws IOException, AutomationException
getDisplayName
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProductName(String pProductName) throws IOException, AutomationException
setProductName
in interface IItemURI
pProductName
- The pProductName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getProductName() throws IOException, AutomationException
getProductName
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSourceTimeStamp(Date pSourceTimeStamp) throws IOException, AutomationException
setSourceTimeStamp
in interface IItemURI
pSourceTimeStamp
- The pSourceTimeStamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Date getSourceTimeStamp() throws IOException, AutomationException
getSourceTimeStamp
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths) throws IOException, AutomationException
setAuxiliaryPathsByRef
in interface IItemURI
ppAuxiliaryPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getAuxiliaryPaths() throws IOException, AutomationException
getAuxiliaryPaths
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.public void setCellSize(double pCellsize) throws IOException, AutomationException
setCellSize
in interface ICellSizeLevel
pCellsize
- The pCellsize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCellSize() throws IOException, AutomationException
getCellSize
in interface ICellSizeLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGeometryByRef(IGeometry ppLevelBoundary) throws IOException, AutomationException
setGeometryByRef
in interface ICellSizeLevel
ppLevelBoundary
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getGeometry() throws IOException, AutomationException
getGeometry
in interface ICellSizeLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumCellSize(double pMinimumCellSize) throws IOException, AutomationException
setMinimumCellSize
in interface ICellSizeLevel
pMinimumCellSize
- The pMinimumCellSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimumCellSize() throws IOException, AutomationException
getMinimumCellSize
in interface ICellSizeLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumCellSize(double pMaximumCellSize) throws IOException, AutomationException
setMaximumCellSize
in interface ICellSizeLevel
pMaximumCellSize
- The pMaximumCellSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumCellSize() throws IOException, AutomationException
getMaximumCellSize
in interface ICellSizeLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setID(int pDescriptionID) throws IOException, AutomationException
setID
in interface ICellSizeLevel
pDescriptionID
- The pDescriptionID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getID() throws IOException, AutomationException
getID
in interface ICellSizeLevel
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getPaths() throws IOException, AutomationException
getPaths
in interface IItemPaths
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void replacePaths(IStringArray pOldPaths, IStringArray pNewPaths) throws IOException, AutomationException
replacePaths
in interface IItemPaths
pOldPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)pNewPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)
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 |