com.esri.arcgis.datasourcesraster
Class IDefineNoDataParametersProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IDefineNoDataParametersProxy
All Implemented Interfaces:
IDefineNoDataParameters, Externalizable, Serializable

public class IDefineNoDataParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements IDefineNoDataParameters, Serializable

Provides access to members that control parameters for defining NoData values for items in a mosaic dataset.

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IDefineNoDataParametersProxy()
           
  IDefineNoDataParametersProxy(Object obj)
           
protected IDefineNoDataParametersProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IDoubleArray getIncludedRanges()
          The included value ranges, i.e.
 IStringArray getNoDataValues()
          The list of, space separated, NoData values, for each band.
 void removeListener(String iidStr, Object theListener)
           
 void setIncludedRangesByRef(IDoubleArray ppRanges)
          The included value ranges, i.e.
 void setNoDataValuesByRef(IStringArray ppValues)
          The list of, space separated, NoData values, for each band.
 
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

noncastable

public boolean noncastable
Constructor Detail

IDefineNoDataParametersProxy

public IDefineNoDataParametersProxy()

IDefineNoDataParametersProxy

public IDefineNoDataParametersProxy(Object obj)
                             throws IOException
Throws:
IOException

IDefineNoDataParametersProxy

protected IDefineNoDataParametersProxy(Object obj,
                                       String iid)
                                throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getIncludedRanges

public IDoubleArray getIncludedRanges()
                               throws IOException,
                                      AutomationException
The included value ranges, i.e. [min, max] for each band.

Product Availability

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

Specified by:
getIncludedRanges in interface IDefineNoDataParameters
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIncludedRangesByRef

public void setIncludedRangesByRef(IDoubleArray ppRanges)
                            throws IOException,
                                   AutomationException
The included value ranges, i.e. [min, max] for each band.

Product Availability

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

Specified by:
setIncludedRangesByRef in interface IDefineNoDataParameters
Parameters:
ppRanges - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNoDataValues

public IStringArray getNoDataValues()
                             throws IOException,
                                    AutomationException
The list of, space separated, NoData values, for each band.

Product Availability

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

Specified by:
getNoDataValues in interface IDefineNoDataParameters
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoDataValuesByRef

public void setNoDataValuesByRef(IStringArray ppValues)
                          throws IOException,
                                 AutomationException
The list of, space separated, NoData values, for each band.

Product Availability

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

Specified by:
setNoDataValuesByRef in interface IDefineNoDataParameters
Parameters:
ppValues - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.