|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrigOp
Provides access to members that control the trigonometry operations.
Method Summary | |
---|---|
IGeoDataset |
aCos(IGeoDataset geoDataset)
Calculates the inverse cosine of cells in a GeoDataset. |
IGeoDataset |
aCosH(IGeoDataset geoDataset)
Calculates the inverse hyperbolic cosine of cells in a GeoDataset. |
IGeoDataset |
aSin(IGeoDataset geoDataset)
Calculates the inverse sine of cells in a GeoDataset. |
IGeoDataset |
aSinH(IGeoDataset geoDataset)
Calculates the inverse hyperbolic sine of cells in a GeoDataset. |
IGeoDataset |
aTan(IGeoDataset geoDataset)
Calculates the inverse tangent of cells in a GeoDataset. |
IGeoDataset |
aTan2(IGeoDataset geoDatasetX,
IGeoDataset geoDatasetY)
Calculates the calculates the inverse tangent (based on x/y) of cells in a GeoDataset. |
IGeoDataset |
aTanH(IGeoDataset geoDataset)
Calculates the inverse hyperbolic tangent of cells in a GeoDataset. |
IGeoDataset |
cos(IGeoDataset geoDataset)
Calculates the cosine of cells in a GeoDataset. |
IGeoDataset |
cosH(IGeoDataset geoDataset)
Calculates the hyperbolic cosine of cells in a GeoDataset. |
IGeoDataset |
sin(IGeoDataset geoDataset)
Calculates the sine of cells in a GeoDataset. |
IGeoDataset |
sinH(IGeoDataset geoDataset)
Calculates the hyperbolic sine of cells in a GeoDataset. |
IGeoDataset |
tan(IGeoDataset geoDataset)
Calculates the tangent of cells in a GeoDataset. |
IGeoDataset |
tanH(IGeoDataset geoDataset)
Calculates the hyperbolic tangent of cells in a GeoDataset. |
Method Detail |
---|
IGeoDataset aCos(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
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 aCosH(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor. |
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 aSin(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
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 aSinH(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
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 aTan(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
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 aTan2(IGeoDataset geoDatasetX, IGeoDataset geoDatasetY) throws IOException, AutomationException
geoDatasetX | specifies the numerator for the inverse tangent
Valid input include a Raster, RasterDataset, RasterBand, or RasterDescriptor. |
geoDatasetY | specifies the denominator for the inverse tangent
Valid input include a Raster, RasterDataset, RasterBand, or RasterDescriptor. |
geoDatasetX
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDatasetY
- 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 aTanH(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
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 cos(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
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 cosH(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
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 sin(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
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 sinH(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
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 tan(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
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 tanH(IGeoDataset geoDataset) throws IOException, AutomationException
geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
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 |