com.esri.arcgis.datasourcesraster
Interface IMaskFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IMaskFunctionArguments2
All Known Implementing Classes:
IMaskFunctionArguments2Proxy, IMaskFunctionArgumentsProxy, MaskFunctionArguments

public interface IMaskFunctionArguments
extends java.io.Serializable

COM Interface 'IMaskFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control mask function arguments.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0ceaeca7_5468_4124_b362_f65c7a49bccb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDoubleArray getIncludedRanges()
          The included value ranges, i.e.
 IStringArray getNoDataValues()
          The list of, space separated, NoData values, for each band.
 java.lang.Object getRaster()
          The input raster.
 void setIncludedRangesByRef(IDoubleArray ppRanges)
          The included value ranges, i.e.
 void setNoDataValuesByRef(IStringArray ppValues)
          The list of, space separated, NoData values, for each band.
 void setRasterByRef(java.lang.Object ppRaster)
          The input raster.
 

Field Detail

IID0ceaeca7_5468_4124_b362_f65c7a49bccb

static final int IID0ceaeca7_5468_4124_b362_f65c7a49bccb
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The input raster.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The input raster.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNoDataValues

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

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoDataValuesByRef

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

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

getIncludedRanges

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

Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIncludedRangesByRef

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

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