|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConditionalOp
COM Interface 'IConditionalOp'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description: 'Provides access to members that control the conditional 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID09ff6571_f398_11d3_9f9b_00c04f8ef00e
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGeoDataset |
con(IGeoDataset conditionalRaster,
IGeoDataset trueRaster,
java.lang.Object falseRaster)
Performs a conditional if/else evaluation. |
IGeoDataset |
pick(IGeoDataset valueRaster,
IGeoDataset collectionOfRasters)
Using the values of 'valueRaster', determines which raster in 'collectionofRasters' will be used for the output values. |
IGeoDataset |
setNull(IGeoDataset conditionalRaster,
IGeoDataset falseRaster)
Returns NoData if the evaluation of the input 'conditionalRaster' is true, or returns the value specified by the 'falseRaster' if it is false, on a cell by cell basis. |
| Field Detail |
|---|
static final int IID09ff6571_f398_11d3_9f9b_00c04f8ef00e
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IGeoDataset con(IGeoDataset conditionalRaster,
IGeoDataset trueRaster,
java.lang.Object falseRaster)
throws java.io.IOException,
AutomationException
conditionalRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)trueRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)falseRaster - A Variant (in, optional, pass null if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset setNull(IGeoDataset conditionalRaster,
IGeoDataset falseRaster)
throws java.io.IOException,
AutomationException
conditionalRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)falseRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset pick(IGeoDataset valueRaster,
IGeoDataset collectionOfRasters)
throws java.io.IOException,
AutomationException
valueRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)collectionOfRasters - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||