ESRI.ArcGIS.GeostatisticalAnalystTools
GAMovingWindowKriging Constructor(Object,Object,Object,Int32,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.GeostatisticalAnalystTools Namespace > GAMovingWindowKriging Class > GAMovingWindowKriging Constructor : GAMovingWindowKriging Constructor(Object,Object,Object,Int32,Object)




in_ga_model_source
The geostatistical model source to be analyzed. (In, Required)
in_datasets
Input dataset(s) displays two pieces: (In, Required)
in_locations
Point locations where predictions or validations will be performed. (In, Required)
neighbors_max
Number of neighbors to use in the moving window. (In, Required)
out_featureclass
Feature class storing the results. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_ga_model_source As Object, _
   ByVal in_datasets As Object, _
   ByVal in_locations As Object, _
   ByVal neighbors_max As Integer, _
   ByVal out_featureclass As Object _
)
Visual Basic (Usage)Copy Code
Dim in_ga_model_source As Object
Dim in_datasets As Object
Dim in_locations As Object
Dim neighbors_max As Integer
Dim out_featureclass As Object
 
Dim instance As GAMovingWindowKriging(in_ga_model_source, in_datasets, in_locations, neighbors_max, out_featureclass)
C# 
public GAMovingWindowKriging( 
   object in_ga_model_source,
   object in_datasets,
   object in_locations,
   int neighbors_max,
   object out_featureclass
)

Parameters

in_ga_model_source
The geostatistical model source to be analyzed. (In, Required)
in_datasets
Input dataset(s) displays two pieces: (In, Required)
in_locations
Point locations where predictions or validations will be performed. (In, Required)
neighbors_max
Number of neighbors to use in the moving window. (In, Required)
out_featureclass
Feature class storing the results. (Out, Required)

See Also

© 2010 All Rights Reserved.