org.n52.wps.ags.analysis.extract.select Select_analysis Extracts features from an input feature class or input feature layer and stores them in a new output feature class. The output feature class may be created with a subset of features based on a Structured Query Language (SQL) expression. Uses ArcObjects library - Analysis in_features in features The input feature class or layer from which features are selected. application/x-zipped-shp application/x-zipped-shp where_clause where clause An expression used to select a subset of features. In the command line, the {where_clause} should be enclosed in parentheses, as it will contain spaces which are delimiters between parameters. Another option is to right-click on the command line and select Insert Variable (or use the F8 shortcut). The syntax for the expression differs slightly depending on the data source. For example, if you're querying file or ArcSDE geodatabases, shapefiles, or coverages, enclose field names in double quotes: "MY_FIELD" If you're querying personal geodatabases, enclose fields in square brackets: [MY_FIELD] For more information on SQL syntax and how it differs between data sources, see SQL Reference. out_feature_class out feature class The output feature class to be created. This feature class will contain all the features from the input if no expression is specified. application/x-zipped-shp application/x-zipped-shp text/XML http://schemas.opengis.net/gml/2.1.2/feature.xsd