com.esri.arcgis.geoanalyst
Class IGeoAnalysisSemiVariogramProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoanalyst.IGeoAnalysisSemiVariogramProxy
All Implemented Interfaces:
IGeoAnalysisSemiVariogram, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGeoAnalysisSemiVariogram'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Provides access to members that control the Interpolation semi-variogram object.' 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 IGeoAnalysisSemiVariogramProxy
extends com.esri.arcgis.interop.Dispatch
implements IGeoAnalysisSemiVariogram, 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.geoanalyst.IGeoAnalysisSemiVariogram
IID, IID4606f15f_b47d_11d2_9f3b_00c04f8ed1d7
 
Constructor Summary
  IGeoAnalysisSemiVariogramProxy()
          Deprecated. For internal use only
  IGeoAnalysisSemiVariogramProxy(java.lang.Object obj)
          Deprecated.  
protected IGeoAnalysisSemiVariogramProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeoAnalysisSemiVariogramProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeoAnalysisSemiVariogramProxy(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.
 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

IGeoAnalysisSemiVariogramProxy

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

IGeoAnalysisSemiVariogramProxy

public IGeoAnalysisSemiVariogramProxy()
Deprecated. 
For internal use only


IGeoAnalysisSemiVariogramProxy

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

IGeoAnalysisSemiVariogramProxy

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

IGeoAnalysisSemiVariogramProxy

protected IGeoAnalysisSemiVariogramProxy(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 IGeoAnalysisSemiVariogram
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 IGeoAnalysisSemiVariogram
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 IGeoAnalysisSemiVariogram
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 IGeoAnalysisSemiVariogram
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 IGeoAnalysisSemiVariogram
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 IGeoAnalysisSemiVariogram
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 IGeoAnalysisSemiVariogram
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 IGeoAnalysisSemiVariogram
Returns:
The lag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.