|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILogicalOperatorOp
Provides access to members that control the logical operator operations.
Method Summary | |
---|---|
IGeoDataset |
diff(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Determines which values from the first input are logically different from the values of the second. |
IGeoDataset |
inList(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Determines which values from the first input are contained in list of geodata in the second input. |
IGeoDataset |
over(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Returns those values from the first input that are nonzero; otherwise, returns the value from the second. |
Method Detail |
---|
IGeoDataset diff(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws IOException, AutomationException
geoDataset1 |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
geoDataset2 |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
geoDataset1
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoDataset over(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws IOException, AutomationException
geoDataset1 |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
geoDataset2 |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
geoDataset1
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoDataset inList(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws IOException, AutomationException
geoDataset1 |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
geoDataset2 |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
geoDataset1
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
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 |