com.esri.arcgis.spatialanalyst
Class IGPSASemiVariogramProxy

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

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

Description: 'Provides access to Interpolation semi-variogram control for GP Spatial Analyst.' 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 IGPSASemiVariogramProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPSASemiVariogram, 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.IGPSASemiVariogram
IID, IIDb318d23a_d824_436b_a272_c742f208bdab
 
Constructor Summary
  IGPSASemiVariogramProxy()
          Deprecated. For internal use only
  IGPSASemiVariogramProxy(java.lang.Object obj)
          Deprecated.  
protected IGPSASemiVariogramProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPSASemiVariogramProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPSASemiVariogramProxy(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.  
 void defineVariogram(int type, double aRange, double sill, double aNugget)
          Deprecated. Define Variogram.
 double getLag()
          Deprecated. Lag value.
 double getNugget()
          Deprecated. Nugget value.
 double getPartialSill()
          Deprecated. Partial Sill value.
 double getRange()
          Deprecated. Range value.
 IGeoAnalysisSemiVariogram getSemiVariogram()
          Deprecated. GeoAnalysis semi-variogram.
 int getVariogramType()
          Deprecated. Variogram Type.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setLag(double lag)
          Deprecated. Lag value.
 void setVariogramType(int type)
          Deprecated. Variogram Type.
 
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

IGPSASemiVariogramProxy

public IGPSASemiVariogramProxy(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

IGPSASemiVariogramProxy

public IGPSASemiVariogramProxy()
Deprecated. 
For internal use only


IGPSASemiVariogramProxy

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

IGPSASemiVariogramProxy

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

IGPSASemiVariogramProxy

protected IGPSASemiVariogramProxy(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

defineVariogram

public void defineVariogram(int type,
                            double aRange,
                            double sill,
                            double aNugget)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Define Variogram.

Specified by:
defineVariogram in interface IGPSASemiVariogram
Parameters:
type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisSemiVariogramEnum constant (in)
aRange - The aRange (in)
sill - The sill (in)
aNugget - The aNugget (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVariogramType

public void setVariogramType(int type)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Variogram Type.

Specified by:
setVariogramType in interface IGPSASemiVariogram
Parameters:
type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisSemiVariogramEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVariogramType

public int getVariogramType()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Variogram Type.

Specified by:
getVariogramType in interface IGPSASemiVariogram
Returns:
A com.esri.arcgis.geoanalyst.esriGeoAnalysisSemiVariogramEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRange

public double getRange()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Range value.

Specified by:
getRange in interface IGPSASemiVariogram
Returns:
The range
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNugget

public double getNugget()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Nugget value.

Specified by:
getNugget in interface IGPSASemiVariogram
Returns:
The nugget
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPartialSill

public double getPartialSill()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Partial Sill value.

Specified by:
getPartialSill in interface IGPSASemiVariogram
Returns:
The sill
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLag

public void setLag(double lag)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Lag value.

Specified by:
setLag in interface IGPSASemiVariogram
Parameters:
lag - The lag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLag

public double getLag()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Lag value.

Specified by:
getLag in interface IGPSASemiVariogram
Returns:
The lag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSemiVariogram

public IGeoAnalysisSemiVariogram getSemiVariogram()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
GeoAnalysis semi-variogram.

Specified by:
getSemiVariogram in interface IGPSASemiVariogram
Returns:
A reference to a com.esri.arcgis.geoanalyst.IGeoAnalysisSemiVariogram
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.