com.esri.arcgis.geodatabase
Class IRasterDatasetEditProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRasterDatasetEditProxy
All Implemented Interfaces:
IRasterDatasetEdit, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IRasterDatasetEdit2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IRasterDatasetEdit'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control raster dataset level editing operations.' 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 =

public class IRasterDatasetEditProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterDatasetEdit, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterDatasetEdit
IID, IIDba86a917_98ec_4994_b692_760abedcc306
 
Constructor Summary
  IRasterDatasetEditProxy()
          Deprecated. For internal use only
  IRasterDatasetEditProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterDatasetEditProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterDatasetEditProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterDatasetEditProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void alterColormap(IRasterColormap colormap)
          Deprecated. Alters colormap.
 void appendNewBand()
          Deprecated. Appends a new raster band.
 void computeStats(int pyramidLevel)
          Deprecated. Calculates statistics and histograms from a given pyramid level.
 void deleteColormap()
          Deprecated. Deletes colormap.
 void deleteStats()
          Deprecated. Deletes statistics and histograms.
 void erase(IEnvelope extent)
          Deprecated. Erases a rectanglar area of this RasterDataset.
 void mosaic(IRaster raster, double tolerance)
          Deprecated. Mosaics a Raster into this RasterDataset.
 void mosaicBands(IRaster raster, int start, double tolerance)
          Deprecated. Mosaics a Raster into this RasterDataset at a given starting band index.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterDatasetEditProxy

public IRasterDatasetEditProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRasterDatasetEditProxy

public IRasterDatasetEditProxy()
Deprecated. 
For internal use only


IRasterDatasetEditProxy

public IRasterDatasetEditProxy(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterDatasetEditProxy

protected IRasterDatasetEditProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterDatasetEditProxy

protected IRasterDatasetEditProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

mosaic

public void mosaic(IRaster raster,
                   double tolerance)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Mosaics a Raster into this RasterDataset.

Specified by:
mosaic in interface IRasterDatasetEdit
Parameters:
raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
tolerance - The tolerance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

mosaicBands

public void mosaicBands(IRaster raster,
                        int start,
                        double tolerance)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Mosaics a Raster into this RasterDataset at a given starting band index.

Specified by:
mosaicBands in interface IRasterDatasetEdit
Parameters:
raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
start - The start (in)
tolerance - The tolerance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

erase

public void erase(IEnvelope extent)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Erases a rectanglar area of this RasterDataset.

Specified by:
erase in interface IRasterDatasetEdit
Parameters:
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

computeStats

public void computeStats(int pyramidLevel)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Calculates statistics and histograms from a given pyramid level.

Specified by:
computeStats in interface IRasterDatasetEdit
Parameters:
pyramidLevel - The pyramidLevel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteStats

public void deleteStats()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Deletes statistics and histograms.

Specified by:
deleteStats in interface IRasterDatasetEdit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterColormap

public void alterColormap(IRasterColormap colormap)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Alters colormap.

Specified by:
alterColormap in interface IRasterDatasetEdit
Parameters:
colormap - A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteColormap

public void deleteColormap()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Deletes colormap.

Specified by:
deleteColormap in interface IRasterDatasetEdit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

appendNewBand

public void appendNewBand()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Appends a new raster band.

Specified by:
appendNewBand in interface IRasterDatasetEdit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.