| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoanalyst.GeoAnalysisSemiVariogram
public class GeoAnalysisSemiVariogram
ESRI GeoAnalysis SemiVariogram object.
| 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 | 
|---|
public GeoAnalysisSemiVariogram()
                         throws IOException,
                                UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GeoAnalysisSemiVariogram(Object obj)
                         throws IOException
 GeoAnalysisSemiVariogram theGeoAnalysisSemiVariogram = (GeoAnalysisSemiVariogram) obj;
obj to GeoAnalysisSemiVariogram.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void defineVariogram(int type,
                            double aRange,
                            double sill,
                            double aNugget)
                     throws IOException,
                            AutomationException
defineVariogram in interface IGeoAnalysisSemiVariogramtype - A com.esri.arcgis.geoanalyst.esriGeoAnalysisSemiVariogramEnum constant  (in)aRange - The aRange  (in)sill - The sill  (in)aNugget - The aNugget  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVariogramType(int type)
                      throws IOException,
                             AutomationException
setVariogramType in interface IGeoAnalysisSemiVariogramtype - A com.esri.arcgis.geoanalyst.esriGeoAnalysisSemiVariogramEnum constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getVariogramType()
                     throws IOException,
                            AutomationException
getVariogramType in interface IGeoAnalysisSemiVariogramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getRange()
                throws IOException,
                       AutomationException
getRange in interface IGeoAnalysisSemiVariogramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getNugget()
                 throws IOException,
                        AutomationException
getNugget in interface IGeoAnalysisSemiVariogramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getPartialSill()
                      throws IOException,
                             AutomationException
getPartialSill in interface IGeoAnalysisSemiVariogramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLag(double lag)
            throws IOException,
                   AutomationException
setLag in interface IGeoAnalysisSemiVariogramlag - The lag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLag()
              throws IOException,
                     AutomationException
getLag in interface IGeoAnalysisSemiVariogramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
                                throws IOException,
                                       AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||