|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMathSupportOp
Provides access to members that control the mathematical operations for support other products.
Method Summary | |
---|---|
IGeoDataset |
divide(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Divides the values of two inputs. |
IGeoDataset |
esri_float(IGeoDataset geoDataset)
Converts a raster into floating point representation. |
IGeoDataset |
esri_int(IGeoDataset geoDataset)
Converts a raster to integer by truncation. |
IGeoDataset |
minus(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Subtracts the values of two inputs. |
IGeoDataset |
plus(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Adds the values of two inputs. |
IGeoDataset |
times(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Multiplies the values of two inputs. |
Method Detail |
---|
IGeoDataset divide(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 minus(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 plus(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 times(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 esri_int(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset
- 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 esri_float(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset
- 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 |