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, Serializable

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

Esri GeoAnalysis SemiVariogram object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Constructor Summary
GeoAnalysisSemiVariogram()
          Constructs a GeoAnalysisSemiVariogram using ArcGIS Engine.
GeoAnalysisSemiVariogram(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(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 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 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
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

GeoAnalysisSemiVariogram

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

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

GeoAnalysisSemiVariogram

public GeoAnalysisSemiVariogram(Object obj)
                         throws 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:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

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

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

defineVariogram

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVariogramType

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getVariogramType

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getRange

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getNugget

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getPartialSill

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setLag

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getLag

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Description

Indicates whether the interface supports IErrorInfo.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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