public interface IRemapFunctionArguments2 extends IRemapFunctionArguments, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID62e3ed53_771d_4cb4_8e27_2800991ebf31 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6997f806_48be_4f4b_afcc_f2d765541cdd
Modifier and Type | Method and Description |
---|---|
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.
|
getInputField, getInputRanges, getNoDataRanges, getOutputField, getOutputValues, getRaster, getReplacementValue, getTable, isAllowUnmatched, isUseTable, setAllowUnmatched, setInputField, setInputRangesByRef, setNoDataRangesByRef, setOutputField, setOutputValuesByRef, setRasterByRef, setReplacementValue, setTableByRef, setUseTable
static final int IID62e3ed53_771d_4cb4_8e27_2800991ebf31
static final int xxDummy
static final java.lang.String IID
java.lang.String getInputMaxField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInputMaxField(java.lang.String pInputMaxField) throws java.io.IOException, AutomationException
pInputMaxField
- The pInputMaxField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRemapTableType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRemapTableType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriRemapTableType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDefinitionExpression() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefinitionExpression(java.lang.String pDefinition) throws java.io.IOException, AutomationException
pDefinition
- The pDefinition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometryArray getGeometries() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeometriesByRef(IGeometryArray ppGeometries) throws java.io.IOException, AutomationException
ppGeometries
- A reference to a com.esri.arcgis.geometry.IGeometryArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.