|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeoAnalysisSemiVariogram
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID4606f15f_b47d_11d2_9f3b_00c04f8ed1d7
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
defineVariogram(int type,
double aRange,
double sill,
double aNugget)
Define Variogram. |
double |
getLag()
Lag value. |
double |
getNugget()
Nugget value. |
double |
getPartialSill()
Partial Sill value. |
double |
getRange()
Range value. |
int |
getVariogramType()
Variogram Type. |
void |
setLag(double lag)
Lag value. |
void |
setVariogramType(int type)
Variogram Type. |
| Field Detail |
|---|
static final int IID4606f15f_b47d_11d2_9f3b_00c04f8ed1d7
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void defineVariogram(int type,
double aRange,
double sill,
double aNugget)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisSemiVariogramEnum constant (in)aRange - The aRange (in)sill - The sill (in)aNugget - The aNugget (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVariogramType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisSemiVariogramEnum constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getVariogramType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getRange()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getNugget()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPartialSill()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLag(double lag)
throws java.io.IOException,
AutomationException
lag - The lag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLag()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||