com.esri.arcgis.datasourcesraster
Class DeleteMosaicDatasetParameters

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.DeleteMosaicDatasetParameters
All Implemented Interfaces:
IDeleteMosaicDatasetParameters, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class DeleteMosaicDatasetParameters
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IDeleteMosaicDatasetParameters

Parameters that control what to delete with a Mosaic Dataset

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Constructor Summary
DeleteMosaicDatasetParameters()
          Constructs a DeleteMosaicDatasetParameters using ArcGIS Engine.
DeleteMosaicDatasetParameters(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
DeleteMosaicDatasetParameters theDeleteMosaicDatasetParameters = (DeleteMosaicDatasetParameters) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 boolean isDeleteItemCache()
          Delete item cache (for example, LAS Cache)
 boolean isDeleteOverviewImages()
          Delete overview images
 void setDeleteItemCache(boolean pbDeleteItemCache)
          Delete item cache (for example, LAS Cache)
 void setDeleteOverviewImages(boolean pbDeleteOverviewImages)
          Delete overview images
 
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

DeleteMosaicDatasetParameters

public DeleteMosaicDatasetParameters()
                              throws IOException,
                                     UnknownHostException
Constructs a DeleteMosaicDatasetParameters using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

DeleteMosaicDatasetParameters

public DeleteMosaicDatasetParameters(Object obj)
                              throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
DeleteMosaicDatasetParameters theDeleteMosaicDatasetParameters = (DeleteMosaicDatasetParameters) obj;

Construct a DeleteMosaicDatasetParameters using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to DeleteMosaicDatasetParameters.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

setDeleteOverviewImages

public void setDeleteOverviewImages(boolean pbDeleteOverviewImages)
                             throws IOException,
                                    AutomationException
Delete overview images

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setDeleteOverviewImages in interface IDeleteMosaicDatasetParameters
Parameters:
pbDeleteOverviewImages - The pbDeleteOverviewImages (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDeleteOverviewImages

public boolean isDeleteOverviewImages()
                               throws IOException,
                                      AutomationException
Delete overview images

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isDeleteOverviewImages in interface IDeleteMosaicDatasetParameters
Returns:
The pbDeleteOverviewImages
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDeleteItemCache

public void setDeleteItemCache(boolean pbDeleteItemCache)
                        throws IOException,
                               AutomationException
Delete item cache (for example, LAS Cache)

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setDeleteItemCache in interface IDeleteMosaicDatasetParameters
Parameters:
pbDeleteItemCache - The pbDeleteItemCache (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDeleteItemCache

public boolean isDeleteItemCache()
                          throws IOException,
                                 AutomationException
Delete item cache (for example, LAS Cache)

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isDeleteItemCache in interface IDeleteMosaicDatasetParameters
Returns:
The pbDeleteItemCache
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.