|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.spatialanalyst.RasterMathOps
public class RasterMathOps
COM Class 'RasterMathOps'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description 'A mechanism for performing mathematical operations on rasters.' 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 |
---|
Fields inherited from interface com.esri.arcgis.geoanalyst.IRasterAnalysisEnvironment |
---|
IID, IID3297e9c5_93a1_11d2_9f33_00c04f8ed1d7, xxDummy |
Fields inherited from interface com.esri.arcgis.geoanalyst.IGeoAnalysisEnvironment |
---|
IID3297e9c8_93a1_11d2_9f33_00c04f8ed1d7 |
Fields inherited from interface com.esri.arcgis.spatialanalyst.IMathOp |
---|
IID, IIDe4df28f0_d978_11d1_8d1b_0000f8780535, xxDummy |
Fields inherited from interface com.esri.arcgis.spatialanalyst.ITrigOp |
---|
IID, IID1ae2e8b5_ec8c_11d3_9f63_00c04f8ed1d7, xxDummy |
Fields inherited from interface com.esri.arcgis.spatialanalyst.ILogicalOp |
---|
IID, IID1ae2e8b4_ec8c_11d3_9f63_00c04f8ed1d7, xxDummy |
Fields inherited from interface com.esri.arcgis.spatialanalyst.IBitwiseOp |
---|
IID, IID1ae2e8b3_ec8c_11d3_9f63_00c04f8ed1d7, xxDummy |
Fields inherited from interface com.esri.arcgis.spatialanalyst.ILogicalOperatorOp |
---|
IID, IID019e69ea_b816_4c4a_b75d_40919ba6abad, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
RasterMathOps()
Constructs a RasterMathOps using ArcGIS Engine. |
|
RasterMathOps(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterMathOps theRasterMathOps = (RasterMathOps) obj; |
Method Summary | |
---|---|
IGeoDataset |
abs(IGeoDataset geoDataset)
Calculates the absolute value of cells in a raster. |
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 |
and(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a bitwise 'and' operation on the binary value of two input GeoDatasets. |
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 |
booleanAnd(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a boolean 'and' operation on two input rasters. |
IGeoDataset |
booleanNot(IGeoDataset geoDataset)
Perorms a boolean 'complement' operation on two input rasters. |
IGeoDataset |
booleanOr(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a boolean 'or' operation on two input rasters. |
IGeoDataset |
booleanXOr(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a boolean 'exclusive or' operation on two input rasters. |
IGeoDataset |
combinatorialAnd(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a combinatorial 'and' operation on two input rasters. |
IGeoDataset |
combinatorialOr(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a combinatorial 'or' operation on two input rasters. |
IGeoDataset |
combinatorialXOr(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a combinatorial 'exclusive or' operation on two input rasters. |
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 |
diff(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Determines which values from the first input are logically different from the values of the second. |
IGeoDataset |
divide(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Divides the values of two inputs. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IGeoDataset |
equalTo(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Returns 1 for cells where the first raster equals than the second raster. |
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 |
exp(IGeoDataset geoDataset)
Calculates the base e exponential of cells in a raster. |
IGeoDataset |
exp10(IGeoDataset geoDataset)
Calculates the base 10 exponential of cells in a raster. |
IGeoDataset |
exp2(IGeoDataset geoDataset)
Calculates the base 2 exponential of cells in a raster. |
void |
getCellSize(int[] envType,
double[] cellSize)
Gets the type and value of cell size in the RasterAnalysis. |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getDefaultOutputRasterPrefix()
The default output raster prefix. |
java.lang.String |
getDefaultOutputVectorPrefix()
The default output vector prefix. |
void |
getExtent(int[] envType,
IEnvelope[] extent)
Gets the type and values of extent in the RasterAnalysis. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IGeoDataset |
getMask()
Mask allows processing to occur only for a selected set of cells. |
ISpatialReference |
getOutSpatialReference()
The output spatial reference of GeoAnalysis. |
IWorkspace |
getOutWorkspace()
The output workspace of GeoAnalysis. |
int |
getVerifyType()
The verify type of the RasterAnalysis. |
IGeoDataset |
greaterThan(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Returns 1 for cells where the first raster is greater than the second raster. |
IGeoDataset |
greaterThanEqual(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Returns 1 for cells where the first raster is greater than or equal to the second raster. |
int |
hashCode()
the hashcode for this object |
IGeoDataset |
inList(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Determines which values from the first input are contained in list of geodata in the second input. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
IGeoDataset |
isNull(IGeoDataset geoDataset)
On a cell by cell basis, returns 1 if the input value is NoData, and 0 if it is not. |
IGeoDataset |
leftShift(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a bitwise 'left shift' operation on the binary value of two input GeoDatasets. |
IGeoDataset |
lessThan(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Returns 1 for cells where the first raster is less than the second raster. |
IGeoDataset |
lessThanEqual(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Returns 1 for cells where the first raster less than or equal to the second raster. |
IGeoDataset |
ln(IGeoDataset geoDataset)
Calculates the natural logarithm (base e) of cells in a raster. |
IGeoDataset |
log10(IGeoDataset geoDataset)
Calculates the base 10 logarithm of cells in a raster. |
IGeoDataset |
log2(IGeoDataset geoDataset)
Calculates the base 2 logarithm of cells in a raster. |
IGeoDataset |
minus(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Subtracts the values of two inputs. |
IGeoDataset |
mod(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Finds the remainder of the first input when divided by the second. |
IGeoDataset |
negate(IGeoDataset geoDataset)
Changes the sign of the input raster (multiplies by -1). |
IGeoDataset |
not(IGeoDataset geoDataset)
Performs a bitwise 'complement' operation on the binary value of an input GeoDataset. |
IGeoDataset |
notEqual(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Returns 1 for cells where the first raster is not equal to the second raster. |
IGeoDataset |
or(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a bitwise 'or' operation on the binary value of two input GeoDatasets. |
IGeoDataset |
over(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Returns those values from the first input that are nonzero; otherwise, returns the value from the second. |
IGeoDataset |
plus(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Adds the values of two inputs. |
IGeoDataset |
power(IGeoDataset geoDataset,
double power)
Raises the cells in a raster to the Nth power. |
IGeoDataset |
powerByCellValue(IGeoDataset geoDataset,
IGeoDataset powerDataset)
Raises the cells in a raster to the power of values found in another raster. |
void |
release()
Release a RasterMathOps. |
void |
reset()
Remove all previously stored default rasteranalysis environments. |
void |
restoreToPreviousDefaultEnvironment()
Restores to the previous default raster analysis environment. |
IGeoDataset |
rightShift(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a bitwise 'right shift' operation on the binary value of two input GeoDatasets. |
IGeoDataset |
roundDown(IGeoDataset geoDataset)
Returns the next lower whole number for each cell in a raster. |
IGeoDataset |
roundUp(IGeoDataset geoDataset)
Returns the next higher whole number for each cell in a raster. |
void |
setAsNewDefaultEnvironment()
Sets the raster analysis environment of the object as new default environment. |
void |
setCellSize(int envType,
java.lang.Object cellSizeProvider)
Sets the type and value of cell size in the RasterAnalysis. |
void |
setDefaultOutputRasterPrefix(java.lang.String rasterPrefix)
The default output raster prefix. |
void |
setDefaultOutputVectorPrefix(java.lang.String vectorPrefix)
The default output vector prefix. |
void |
setExtent(int envType,
java.lang.Object extentProvider,
java.lang.Object snapRasterData)
Sets the type and values of extent in the RasterAnalysis. |
void |
setMaskByRef(IGeoDataset mask)
Mask allows processing to occur only for a selected set of cells. |
void |
setOutSpatialReferenceByRef(ISpatialReference spatialReference)
The output spatial reference of GeoAnalysis. |
void |
setOutWorkspaceByRef(IWorkspace workspace)
The output workspace of GeoAnalysis. |
void |
setVerifyType(int verifyType)
The verify type of the RasterAnalysis. |
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 |
square(IGeoDataset geoDataset)
Calculates the square of cells in a raster. |
IGeoDataset |
squareRoot(IGeoDataset geoDataset)
Calculates the square root of cells in a raster. |
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. |
IGeoDataset |
test(IRasterDescriptor geoDataset)
Sets the output to 1 or 0 on a cell-by-cell basis based on evaluation of a boolean logical expression. |
IGeoDataset |
times(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Multiplies the values of two inputs. |
IGeoDataset |
xOr(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a bitwise 'exclusive or' operation on the binary value of two input GeoDatasets. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RasterMathOps() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic RasterMathOps(java.lang.Object obj) throws java.io.IOException
RasterMathOps theRasterMathOps = (RasterMathOps) obj;
obj
to RasterMathOps
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setCellSize(int envType, java.lang.Object cellSizeProvider) throws java.io.IOException, AutomationException
setCellSize
in interface IRasterAnalysisEnvironment
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (in)cellSizeProvider
- 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.public void getCellSize(int[] envType, double[] cellSize) throws java.io.IOException, AutomationException
getCellSize
in interface IRasterAnalysisEnvironment
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (out: use single element array)cellSize
- The cellSize (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtent(int envType, java.lang.Object extentProvider, java.lang.Object snapRasterData) throws java.io.IOException, AutomationException
setExtent
in interface IRasterAnalysisEnvironment
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (in)extentProvider
- A Variant (in, optional, pass null if not required)snapRasterData
- 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.public void getExtent(int[] envType, IEnvelope[] extent) throws java.io.IOException, AutomationException
getExtent
in interface IRasterAnalysisEnvironment
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (out: use single element array)extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaskByRef(IGeoDataset mask) throws java.io.IOException, AutomationException
setMaskByRef
in interface IRasterAnalysisEnvironment
mask
- 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 getMask() throws java.io.IOException, AutomationException
getMask
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVerifyType(int verifyType) throws java.io.IOException, AutomationException
setVerifyType
in interface IRasterAnalysisEnvironment
verifyType
- A com.esri.arcgis.geoanalyst.esriRasterVerifyEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getVerifyType() throws java.io.IOException, AutomationException
getVerifyType
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultOutputRasterPrefix() throws java.io.IOException, AutomationException
getDefaultOutputRasterPrefix
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultOutputRasterPrefix(java.lang.String rasterPrefix) throws java.io.IOException, AutomationException
setDefaultOutputRasterPrefix
in interface IRasterAnalysisEnvironment
rasterPrefix
- The rasterPrefix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultOutputVectorPrefix() throws java.io.IOException, AutomationException
getDefaultOutputVectorPrefix
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultOutputVectorPrefix(java.lang.String vectorPrefix) throws java.io.IOException, AutomationException
setDefaultOutputVectorPrefix
in interface IRasterAnalysisEnvironment
vectorPrefix
- The vectorPrefix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAsNewDefaultEnvironment() throws java.io.IOException, AutomationException
setAsNewDefaultEnvironment
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void restoreToPreviousDefaultEnvironment() throws java.io.IOException, AutomationException
restoreToPreviousDefaultEnvironment
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutWorkspaceByRef(IWorkspace workspace) throws java.io.IOException, AutomationException
setOutWorkspaceByRef
in interface IGeoAnalysisEnvironment
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWorkspace getOutWorkspace() throws java.io.IOException, AutomationException
getOutWorkspace
in interface IGeoAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutSpatialReferenceByRef(ISpatialReference spatialReference) throws java.io.IOException, AutomationException
setOutSpatialReferenceByRef
in interface IGeoAnalysisEnvironment
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getOutSpatialReference() throws java.io.IOException, AutomationException
getOutSpatialReference
in interface IGeoAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.public IGeoDataset aCos(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
aCos
in interface ITrigOp
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 aCosH(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
aCosH
in interface ITrigOp
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 aSin(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
aSin
in interface ITrigOp
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 aSinH(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
aSinH
in interface ITrigOp
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 aTan(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
aTan
in interface ITrigOp
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 aTan2(IGeoDataset geoDatasetX, IGeoDataset geoDatasetY) throws java.io.IOException, AutomationException
aTan2
in interface ITrigOp
geoDatasetX
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDatasetY
- 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 aTanH(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
aTanH
in interface ITrigOp
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 cos(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
cos
in interface ITrigOp
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 cosH(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
cosH
in interface ITrigOp
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 sin(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
sin
in interface ITrigOp
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 sinH(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
sinH
in interface ITrigOp
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 tan(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
tan
in interface ITrigOp
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 tanH(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
tanH
in interface ITrigOp
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 booleanAnd(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
booleanAnd
in interface ILogicalOp
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 booleanNot(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
booleanNot
in interface ILogicalOp
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 booleanOr(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
booleanOr
in interface ILogicalOp
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 booleanXOr(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
booleanXOr
in interface ILogicalOp
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 combinatorialAnd(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
combinatorialAnd
in interface ILogicalOp
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 combinatorialOr(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
combinatorialOr
in interface ILogicalOp
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 combinatorialXOr(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
combinatorialXOr
in interface ILogicalOp
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 greaterThan(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
greaterThan
in interface ILogicalOp
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 greaterThanEqual(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
greaterThanEqual
in interface ILogicalOp
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 lessThan(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
lessThan
in interface ILogicalOp
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 lessThanEqual(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
lessThanEqual
in interface ILogicalOp
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 equalTo(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
equalTo
in interface ILogicalOp
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 notEqual(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
notEqual
in interface ILogicalOp
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 test(IRasterDescriptor geoDataset) throws java.io.IOException, AutomationException
test
in interface ILogicalOp
geoDataset
- A reference to a com.esri.arcgis.geoanalyst.IRasterDescriptor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset isNull(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
isNull
in interface ILogicalOp
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 and(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
and
in interface IBitwiseOp
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 not(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
not
in interface IBitwiseOp
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 or(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
or
in interface IBitwiseOp
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 xOr(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
xOr
in interface IBitwiseOp
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 rightShift(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
rightShift
in interface IBitwiseOp
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 leftShift(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
leftShift
in interface IBitwiseOp
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 diff(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
diff
in interface ILogicalOperatorOp
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 over(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
over
in interface ILogicalOperatorOp
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 inList(IGeoDataset geoDataset1, IGeoDataset geoDataset2) throws java.io.IOException, AutomationException
inList
in interface ILogicalOperatorOp
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 void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |