com.esri.arcgis.datasourcesraster
Interface IRemapFunctionArguments2

All Superinterfaces:
IRemapFunctionArguments, java.io.Serializable
All Known Implementing Classes:
IRemapFunctionArguments2Proxy

public interface IRemapFunctionArguments2
extends IRemapFunctionArguments, java.io.Serializable

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

Description: 'Provides access to members that control remap 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 IID62e3ed53_771d_4cb4_8e27_2800991ebf31
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRemapFunctionArguments
IID6997f806_48be_4f4b_afcc_f2d765541cdd
 
Method Summary
 java.lang.String getDefinitionExpression()
          The definition expression on the remap table.
 IGeometryArray getGeometries()
          The array of area of interest polygons.
 java.lang.String getInputMaxField()
          The pixel values in the range [InputField, InputMaxField) are mapped to OutputValue.
 int getRemapTableType()
          The remap table type.
 void setDefinitionExpression(java.lang.String pDefinition)
          The definition expression on the remap table.
 void setGeometriesByRef(IGeometryArray ppGeometries)
          The array of area of interest polygons.
 void setInputMaxField(java.lang.String pInputMaxField)
          The pixel values in the range [InputField, InputMaxField) are mapped to OutputValue.
 void setRemapTableType(int pType)
          The remap table type.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRemapFunctionArguments
getInputField, getInputRanges, getNoDataRanges, getOutputField, getOutputValues, getRaster, getTable, isAllowUnmatched, isUseTable, setAllowUnmatched, setInputField, setInputRangesByRef, setNoDataRangesByRef, setOutputField, setOutputValuesByRef, setRasterByRef, setTableByRef, setUseTable
 

Field Detail

IID62e3ed53_771d_4cb4_8e27_2800991ebf31

static final int IID62e3ed53_771d_4cb4_8e27_2800991ebf31
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

getInputMaxField

java.lang.String getInputMaxField()
                                  throws java.io.IOException,
                                         AutomationException
The pixel values in the range [InputField, InputMaxField) are mapped to OutputValue.

Returns:
The pInputMaxField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInputMaxField

void setInputMaxField(java.lang.String pInputMaxField)
                      throws java.io.IOException,
                             AutomationException
The pixel values in the range [InputField, InputMaxField) are mapped to OutputValue.

Parameters:
pInputMaxField - The pInputMaxField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRemapTableType

int getRemapTableType()
                      throws java.io.IOException,
                             AutomationException
The remap table type.

Returns:
A com.esri.arcgis.datasourcesraster.esriRemapTableType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRemapTableType

void setRemapTableType(int pType)
                       throws java.io.IOException,
                              AutomationException
The remap table type.

Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriRemapTableType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefinitionExpression

java.lang.String getDefinitionExpression()
                                         throws java.io.IOException,
                                                AutomationException
The definition expression on the remap table.

Returns:
The pDefinition
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefinitionExpression

void setDefinitionExpression(java.lang.String pDefinition)
                             throws java.io.IOException,
                                    AutomationException
The definition expression on the remap table.

Parameters:
pDefinition - The pDefinition (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometries

IGeometryArray getGeometries()
                             throws java.io.IOException,
                                    AutomationException
The array of area of interest polygons.

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

setGeometriesByRef

void setGeometriesByRef(IGeometryArray ppGeometries)
                        throws java.io.IOException,
                               AutomationException
The array of area of interest polygons.

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