|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.spatialanalyst.IMathOpProxy
Description: 'Provides access to members that control the mathematical 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 =
public class IMathOpProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.spatialanalyst.IMathOp |
---|
IID, IIDe4df28f0_d978_11d1_8d1b_0000f8780535 |
Constructor Summary | |
---|---|
|
IMathOpProxy()
Deprecated. For internal use only |
|
IMathOpProxy(java.lang.Object obj)
Deprecated. |
protected |
IMathOpProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMathOpProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMathOpProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
IGeoDataset |
abs(IGeoDataset geoDataset)
Deprecated. Calculates the absolute value of cells in a raster. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IGeoDataset |
divide(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Deprecated. Divides the values of two inputs. |
IGeoDataset |
esri_float(IGeoDataset geoDataset)
Deprecated. Converts a raster into floating point representation. |
IGeoDataset |
esri_int(IGeoDataset geoDataset)
Deprecated. Converts a raster to integer by truncation. |
IGeoDataset |
exp(IGeoDataset geoDataset)
Deprecated. Calculates the base e exponential of cells in a raster. |
IGeoDataset |
exp10(IGeoDataset geoDataset)
Deprecated. Calculates the base 10 exponential of cells in a raster. |
IGeoDataset |
exp2(IGeoDataset geoDataset)
Deprecated. Calculates the base 2 exponential of cells in a raster. |
IGeoDataset |
ln(IGeoDataset geoDataset)
Deprecated. Calculates the natural logarithm (base e) of cells in a raster. |
IGeoDataset |
log10(IGeoDataset geoDataset)
Deprecated. Calculates the base 10 logarithm of cells in a raster. |
IGeoDataset |
log2(IGeoDataset geoDataset)
Deprecated. Calculates the base 2 logarithm of cells in a raster. |
IGeoDataset |
minus(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Deprecated. Subtracts the values of two inputs. |
IGeoDataset |
mod(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Deprecated. Finds the remainder of the first input when divided by the second. |
IGeoDataset |
negate(IGeoDataset geoDataset)
Deprecated. Changes the sign of the input raster (multiplies by -1). |
IGeoDataset |
plus(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Deprecated. Adds the values of two inputs. |
IGeoDataset |
power(IGeoDataset geoDataset,
double power)
Deprecated. Raises the cells in a raster to the Nth power. |
IGeoDataset |
powerByCellValue(IGeoDataset geoDataset,
IGeoDataset powerDataset)
Deprecated. Raises the cells in a raster to the power of values found in another raster. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
IGeoDataset |
roundDown(IGeoDataset geoDataset)
Deprecated. Returns the next lower whole number for each cell in a raster. |
IGeoDataset |
roundUp(IGeoDataset geoDataset)
Deprecated. Returns the next higher whole number for each cell in a raster. |
IGeoDataset |
square(IGeoDataset geoDataset)
Deprecated. Calculates the square of cells in a raster. |
IGeoDataset |
squareRoot(IGeoDataset geoDataset)
Deprecated. Calculates the square root of cells in a raster. |
IGeoDataset |
times(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Deprecated. Multiplies the values of two inputs. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IMathOpProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMathOpProxy()
public IMathOpProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMathOpProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMathOpProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IGeoDataset divide(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
divide
in interface IMathOp
geoDataset1
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2
- 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.public IGeoDataset minus(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
minus
in interface IMathOp
geoDataset1
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2
- 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.public IGeoDataset plus(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
plus
in interface IMathOp
geoDataset1
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2
- 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.public IGeoDataset times(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
times
in interface IMathOp
geoDataset1
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2
- 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.public IGeoDataset mod(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
mod
in interface IMathOp
geoDataset1
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2
- 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.public IGeoDataset abs(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
abs
in interface IMathOp
geoDataset
- 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.public IGeoDataset esri_float(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
esri_float
in interface IMathOp
geoDataset
- 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.public IGeoDataset exp(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
exp
in interface IMathOp
geoDataset
- 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.public IGeoDataset exp2(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
exp2
in interface IMathOp
geoDataset
- 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.public IGeoDataset exp10(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
exp10
in interface IMathOp
geoDataset
- 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.public IGeoDataset ln(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
ln
in interface IMathOp
geoDataset
- 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.public IGeoDataset log2(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
log2
in interface IMathOp
geoDataset
- 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.public IGeoDataset log10(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
log10
in interface IMathOp
geoDataset
- 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.public IGeoDataset negate(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
negate
in interface IMathOp
geoDataset
- 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.public IGeoDataset power(IGeoDataset geoDataset, double power) throws java.io.IOException, AutomationException
power
in interface IMathOp
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)power
- The power (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset roundDown(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
roundDown
in interface IMathOp
geoDataset
- 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.public IGeoDataset roundUp(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
roundUp
in interface IMathOp
geoDataset
- 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.public IGeoDataset square(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
square
in interface IMathOp
geoDataset
- 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.public IGeoDataset squareRoot(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
squareRoot
in interface IMathOp
geoDataset
- 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.public IGeoDataset esri_int(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
esri_int
in interface IMathOp
geoDataset
- 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.public IGeoDataset powerByCellValue(IGeoDataset geoDataset, IGeoDataset powerDataset) throws java.io.IOException, AutomationException
powerByCellValue
in interface IMathOp
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)powerDataset
- 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 |