com.esri.arcgis.geoanalyst
Class GeoAnalysisSemiVariogram

java.lang.Object
  extended by com.esri.arcgis.geoanalyst.GeoAnalysisSemiVariogram
All Implemented Interfaces:
IGeoAnalysisSemiVariogram, com.esri.arcgis.interop.RemoteObjRef, ISupportErrorInfo, java.io.Serializable

public class GeoAnalysisSemiVariogram
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IGeoAnalysisSemiVariogram, ISupportErrorInfo

COM Class 'GeoAnalysisSemiVariogram'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description 'Esri GeoAnalysis SemiVariogram 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geoanalyst.IGeoAnalysisSemiVariogram
IID, IID4606f15f_b47d_11d2_9f3b_00c04f8ed1d7, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
 
Constructor Summary
GeoAnalysisSemiVariogram()
          Constructs a GeoAnalysisSemiVariogram using ArcGIS Engine.
GeoAnalysisSemiVariogram(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GeoAnalysisSemiVariogram theGeoAnalysisSemiVariogram = (GeoAnalysisSemiVariogram) obj;
 
Method Summary
 void defineVariogram(int type, double aRange, double sill, double aNugget)
          Define Variogram.
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 double getLag()
          Lag value.
 double getNugget()
          Nugget value.
 double getPartialSill()
          Partial Sill value.
 double getRange()
          Range value.
 int getVariogramType()
          Variogram Type.
 int hashCode()
          the hashcode for this object
 void interfaceSupportsErrorInfo(GUID riid)
          interfaceSupportsErrorInfo
 void release()
          Release a GeoAnalysisSemiVariogram.
 void setLag(double lag)
          Lag value.
 void setVariogramType(int type)
          Variogram Type.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoAnalysisSemiVariogram

public GeoAnalysisSemiVariogram()
                         throws java.io.IOException,
                                java.net.UnknownHostException
Constructs a GeoAnalysisSemiVariogram using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

GeoAnalysisSemiVariogram

public GeoAnalysisSemiVariogram(java.lang.Object obj)
                         throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GeoAnalysisSemiVariogram theGeoAnalysisSemiVariogram = (GeoAnalysisSemiVariogram) obj;

Construct a GeoAnalysisSemiVariogram using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to GeoAnalysisSemiVariogram.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a GeoAnalysisSemiVariogram.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

defineVariogram

public void defineVariogram(int type,
                            double aRange,
                            double sill,
                            double aNugget)
                     throws java.io.IOException,
                            AutomationException
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
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
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
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
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
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
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
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.

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws java.io.IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Specified by:
interfaceSupportsErrorInfo in interface ISupportErrorInfo
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.