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




in_dataset
Points used to create a neighborhood selection. (In, Required)
out_layer
Layer to store the neighborhood selection. (Out, Required)
point_coord
The neighborhood center's x,y coordinate. (In, Required)
neighbors_max
The number of points to use in each sector. If a sector has the required number of points, all points in that sector are used. (In, Required)
neighbors_min
The minimum number of points to use in each sector. If the minimum number of required points are not available in any given sector, the nearest available point(s) outside the sector will be selected. (In, Required)
minor_semiaxis
Size of the minor semiaxis of the search neighborhood. (In, Required)
major_semiaxis
Size of the major semiaxis of the search neighborhood. (In, Required)
angle
The angle of rotation of the neighborhood axis. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_dataset As Object, _
   ByVal out_layer As Object, _
   ByVal point_coord As Object, _
   ByVal neighbors_max As Integer, _
   ByVal neighbors_min As Integer, _
   ByVal minor_semiaxis As Double, _
   ByVal major_semiaxis As Double, _
   ByVal angle As Double _
)
Visual Basic (Usage)Copy Code
Dim in_dataset As Object
Dim out_layer As Object
Dim point_coord As Object
Dim neighbors_max As Integer
Dim neighbors_min As Integer
Dim minor_semiaxis As Double
Dim major_semiaxis As Double
Dim angle As Double
 
Dim instance As GANeighborhoodSelection(in_dataset, out_layer, point_coord, neighbors_max, neighbors_min, minor_semiaxis, major_semiaxis, angle)
C# 
public GANeighborhoodSelection( 
   object in_dataset,
   object out_layer,
   object point_coord,
   int neighbors_max,
   int neighbors_min,
   double minor_semiaxis,
   double major_semiaxis,
   double angle
)

Parameters

in_dataset
Points used to create a neighborhood selection. (In, Required)
out_layer
Layer to store the neighborhood selection. (Out, Required)
point_coord
The neighborhood center's x,y coordinate. (In, Required)
neighbors_max
The number of points to use in each sector. If a sector has the required number of points, all points in that sector are used. (In, Required)
neighbors_min
The minimum number of points to use in each sector. If the minimum number of required points are not available in any given sector, the nearest available point(s) outside the sector will be selected. (In, Required)
minor_semiaxis
Size of the minor semiaxis of the search neighborhood. (In, Required)
major_semiaxis
Size of the major semiaxis of the search neighborhood. (In, Required)
angle
The angle of rotation of the neighborhood axis. (In, Required)

See Also

© 2010 All Rights Reserved.