|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSASemiVariogram
Provides access to Interpolation semi-variogram control for GP Spatial Analyst.
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. |
IGeoAnalysisSemiVariogram |
getSemiVariogram()
GeoAnalysis semi-variogram. |
int |
getVariogramType()
Variogram Type. |
void |
setLag(double lag)
Lag value. |
void |
setVariogramType(int type)
Variogram Type. |
Method Detail |
---|
void defineVariogram(int type, double aRange, double sill, double aNugget) throws IOException, AutomationException
type
- 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.void setVariogramType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisSemiVariogramEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVariogramType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRange() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getNugget() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPartialSill() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLag(double lag) throws IOException, AutomationException
lag
- The lag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLag() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoAnalysisSemiVariogram getSemiVariogram() throws IOException, AutomationException
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 |