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