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




input_WFS_server
The URL of the source WFS service. T (In, Required)
WFS_feature_type
The list of feature types published from the WFS service. (In, Required)
out_path
The output location can be the root level of a geodatabase or a feature dataset within a geodatabase. If the output location is a feature dataset, the coordinates are converted from the source coordinate system to the coordinate system of the feature dataset. (In, Required)
out_name
The name of the feature class to create within the output location. The name must not already exist in the geodatabase. By default, the feature type name is used. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input_WFS_server As String, _
   ByVal WFS_feature_type As String, _
   ByVal out_path As Object, _
   ByVal out_name As String _
)
Visual Basic (Usage)Copy Code
Dim input_WFS_server As String
Dim WFS_feature_type As String
Dim out_path As Object
Dim out_name As String
 
Dim instance As WFSToFeatureClass(input_WFS_server, WFS_feature_type, out_path, out_name)
C# 
public WFSToFeatureClass( 
   string input_WFS_server,
   string WFS_feature_type,
   object out_path,
   string out_name
)

Parameters

input_WFS_server
The URL of the source WFS service. T (In, Required)
WFS_feature_type
The list of feature types published from the WFS service. (In, Required)
out_path
The output location can be the root level of a geodatabase or a feature dataset within a geodatabase. If the output location is a feature dataset, the coordinates are converted from the source coordinate system to the coordinate system of the feature dataset. (In, Required)
out_name
The name of the feature class to create within the output location. The name must not already exist in the geodatabase. By default, the feature type name is used. (In, Required)

See Also

© 2010 All Rights Reserved.