com.esri.arcgis.spatialanalyst
Class IGroundwaterOpProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.spatialanalyst.IGroundwaterOpProxy
All Implemented Interfaces:
IGroundwaterOp, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGroundwaterOp'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to members that perform groundwater analysis on raster data.' 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 IGroundwaterOpProxy
extends com.esri.arcgis.interop.Dispatch
implements IGroundwaterOp, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.IGroundwaterOp
IID, IID3c0ed7fb_b5c6_47cc_b708_081a5aa7a742
 
Constructor Summary
  IGroundwaterOpProxy()
          Deprecated. For internal use only
  IGroundwaterOpProxy(java.lang.Object obj)
          Deprecated.  
protected IGroundwaterOpProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGroundwaterOpProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGroundwaterOpProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IGeoDataset darcyFlow(IGeoDataset headRaster, IGeoDataset porosityRaster, IGeoDataset thicknessRaster, IGeoDataset transmissivityRaster, boolean createDirection, boolean createMagnitude)
          Deprecated. Calculates the groundwater volume balance residual and other outputs for steady flow in an aquifer.
 IGeoDataset darcyVelocity(IGeoDataset headRaster, IGeoDataset porosityRaster, IGeoDataset thicknessRaster, IGeoDataset transmissivityRaster)
          Deprecated. Calculates the groundwater seepage velocity vector (direction and magnitude) for steady flow in an aquifer.
 IGeoDataset particleTrack(IGeoDataset directionRaster, IGeoDataset magnitudeRaster, IPoint sourcePoint, java.lang.String trackFile, java.lang.Object stepLength, java.lang.Object trackingTime)
          Deprecated. Calculates the path of a particle through a velocity field.
 IGeoDataset porousPuff(java.lang.String trackFile, IGeoDataset porosityRaster, IGeoDataset thicknessRaster, double mass, java.lang.Object dispersionTime, java.lang.Object longitudinalDispersivity, java.lang.Object dispersivityRatio, java.lang.Object retardationFactor, java.lang.Object decayCoefficient)
          Deprecated. Calculates the time-dependent, two-dimensional concentration distribution in mass per volume of a solute introduced instantaneously and at a discrete point into a vertically mixed aquifer.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGroundwaterOpProxy

public IGroundwaterOpProxy(java.lang.String CLSID,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.net.UnknownHostException,
                           java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGroundwaterOpProxy

public IGroundwaterOpProxy()
Deprecated. 
For internal use only


IGroundwaterOpProxy

public IGroundwaterOpProxy(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGroundwaterOpProxy

protected IGroundwaterOpProxy(java.lang.Object obj,
                              java.lang.String iid)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGroundwaterOpProxy

protected IGroundwaterOpProxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

darcyFlow

public IGeoDataset darcyFlow(IGeoDataset headRaster,
                             IGeoDataset porosityRaster,
                             IGeoDataset thicknessRaster,
                             IGeoDataset transmissivityRaster,
                             boolean createDirection,
                             boolean createMagnitude)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Calculates the groundwater volume balance residual and other outputs for steady flow in an aquifer.

Specified by:
darcyFlow in interface IGroundwaterOp
Parameters:
headRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
porosityRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
thicknessRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
transmissivityRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
createDirection - The createDirection (in)
createMagnitude - The createMagnitude (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

darcyVelocity

public IGeoDataset darcyVelocity(IGeoDataset headRaster,
                                 IGeoDataset porosityRaster,
                                 IGeoDataset thicknessRaster,
                                 IGeoDataset transmissivityRaster)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Calculates the groundwater seepage velocity vector (direction and magnitude) for steady flow in an aquifer.

Specified by:
darcyVelocity in interface IGroundwaterOp
Parameters:
headRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
porosityRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
thicknessRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
transmissivityRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

particleTrack

public IGeoDataset particleTrack(IGeoDataset directionRaster,
                                 IGeoDataset magnitudeRaster,
                                 IPoint sourcePoint,
                                 java.lang.String trackFile,
                                 java.lang.Object stepLength,
                                 java.lang.Object trackingTime)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Calculates the path of a particle through a velocity field.

Specified by:
particleTrack in interface IGroundwaterOp
Parameters:
directionRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
magnitudeRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
sourcePoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
trackFile - The trackFile (in)
stepLength - A Variant (in, optional, pass null if not required)
trackingTime - A Variant (in, optional, pass null if not required)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

porousPuff

public IGeoDataset porousPuff(java.lang.String trackFile,
                              IGeoDataset porosityRaster,
                              IGeoDataset thicknessRaster,
                              double mass,
                              java.lang.Object dispersionTime,
                              java.lang.Object longitudinalDispersivity,
                              java.lang.Object dispersivityRatio,
                              java.lang.Object retardationFactor,
                              java.lang.Object decayCoefficient)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Calculates the time-dependent, two-dimensional concentration distribution in mass per volume of a solute introduced instantaneously and at a discrete point into a vertically mixed aquifer.

Specified by:
porousPuff in interface IGroundwaterOp
Parameters:
trackFile - The trackFile (in)
porosityRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
thicknessRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
mass - The mass (in)
dispersionTime - A Variant (in, optional, pass null if not required)
longitudinalDispersivity - A Variant (in, optional, pass null if not required)
dispersivityRatio - A Variant (in, optional, pass null if not required)
retardationFactor - A Variant (in, optional, pass null if not required)
decayCoefficient - A Variant (in, optional, pass null if not required)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.