<?xml version="1.0" encoding="UTF-8"?><metadata>
<Esri>
<CreaDate>20180319</CreaDate>
<CreaTime>16395800</CreaTime>
<ArcGISFormat>1.0</ArcGISFormat>
<SyncOnce>TRUE</SyncOnce>
<ModDate>20190808</ModDate>
<ModTime>114238</ModTime>
</Esri>
<dataIdInfo>
<idCitation>
<resTitle>Select</resTitle>
<date>
<createDate>20180319</createDate>
</date>
</idCitation>
<idAbs>
<para>Extracts features from an input feature class or input feature layer, typically using a select or Structured Query Language (SQL) expression, and stores them in an output feature class.</para>
</idAbs>
<descKeys KeyTypCd="005">
<keyTyp>
<keyTyp>005</keyTyp>
</keyTyp>
<keyword>Features Subset</keyword>
<keyword>Part Of</keyword>
<keyword>Records Subset</keyword>
<keyword>Section Of</keyword>
<keyword>Subset</keyword>
<keyword>Attribute</keyword>
<keyword>Choose</keyword>
<keyword>Derive</keyword>
<keyword>Expression</keyword>
<keyword>Features Matching Sql</keyword>
<keyword>Partition</keyword>
<keyword>Pick Out</keyword>
<keyword>Portion</keyword>
<keyword>Query</keyword>
<keyword>Select Features By Attribute</keyword>
<keyword>Selected Features</keyword>
<keyword>Set</keyword>
<keyword>Sql</keyword>
<keyword>Sql Expression</keyword>
<keyword>Subset Of Selected Features</keyword>
<keyword>Type</keyword>
<keyword>Where Clause</keyword>
</descKeys>
</dataIdInfo>
<distInfo>
<distributor>
<distorFormat>
<formatName>ArcToolbox Tool</formatName>
</distorFormat>
</distributor>
</distInfo>
<mdDateSt>20180412</mdDateSt>
<mdContact>
<rpOrgName>Environmental Systems Research Institute, Inc. (Esri)</rpOrgName>
<rpCntInfo>
<cntAddress>
<delPoint>380 New York Street</delPoint>
<city>Redlands</city>
<adminArea>California</adminArea>
<postCode>92373-8100</postCode>
<eMailAdd>info@esri.com</eMailAdd>
<country>United States</country>
</cntAddress>
<cntPhone>
<voiceNum>909-793-2853</voiceNum>
<faxNum>909-793-5953</faxNum>
</cntPhone>
<cntOnlineRes>
<linkage>http://www.esri.com</linkage>
</cntOnlineRes>
</rpCntInfo>
<role>
<RoleCd>007</RoleCd>
</role>
</mdContact>
<tool displayname="Select" name="Select" softwarerestriction="none" toolboxalias="&lt;process id=&quot;Background#8:267348098542655&quot; ticks=&quot;637008721060000000&quot; err_code=&quot;0&quot; has_error=&quot;false&quot; decimal_point=&quot;,&quot; version=&quot;1&quot; ticks2=&quot;637008721081228488&quot;&gt; &lt;tool name=&quot;Select&quot; type=&quot;function&quot; toolboxalias=&quot;analysis&quot;&gt; &lt;displayname&gt;Select&lt;/displayname&gt; &lt;description&gt;Geoprocessing tool that uses a select expression to extract features from one feature class and output them to a new feature class.&lt;/description&gt; &lt;/tool&gt; &lt;params&gt; &lt;param name=&quot;in_features&quot; displayname=&quot;Input Features&quot; derived=&quot;false&quot; output=&quot;false&quot; datatype=&quot;GPFeatureLayer&quot;&gt;ROUBO_FURTO_Dissolve&lt;/param&gt; &lt;param name=&quot;out_feature_class&quot; displayname=&quot;Output Feature Class&quot; derived=&quot;false&quot; output=&quot;true&quot; datatype=&quot;DEFeatureClass&quot;&gt;C:\Users\giovani\Documents\ArcGIS\Projects\app3 light\app3 light.gdb\ROUBO_FURTO_Dissolve_Select&lt;/param&gt; &lt;param name=&quot;where_clause&quot; displayname=&quot;Expression&quot; derived=&quot;false&quot; output=&quot;false&quot; datatype=&quot;GPSQLExpression&quot;&gt;nm_municip = 'PORTO ALEGRE'&lt;/param&gt; &lt;/params&gt; &lt;environments /&gt; &lt;return_value&gt;C:\Users\giovani\Documents\ArcGIS\Projects\app3 light\app3 light.gdb\ROUBO_FURTO_Dissolve_Select&lt;/return_value&gt; &lt;messages&gt; &lt;msg code=&quot;0&quot; type=&quot;2&quot;&gt;Start Time: quinta-feira, 8 de agosto de 2019 11:41:47&lt;/msg&gt; &lt;msg code=&quot;0&quot; type=&quot;3&quot;&gt;Succeeded at quinta-feira, 8 de agosto de 2019 11:41:47 (Elapsed Time: 0,53 seconds)&lt;/msg&gt; &lt;/messages&gt; &lt;/process&gt;">
<summary>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Geoprocessing tool that uses a select expression to extract features from one feature class and output them to a new feature class.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</summary>
<alink_name>Select_analysis</alink_name>
<parameters>
<param datatype="Feature Set" direction="Input" displayname="Input Features" expression="in_features" name="in_features" sync="true" type="Required">
<pythonReference>
<para>The input feature class or layer from which features are selected.</para>
</pythonReference>
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The input feature class or layer from which features are selected.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="Feature Set" direction="Output" displayname="Output Feature Class" expression="{out_feature_class}" name="out_feature_class" sync="true" type="Optional">
<pythonReference>
<para>The output feature class to be created. If no expression is used, it contains all input features.</para>
</pythonReference>
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The output feature class to be created. If no expression is used, it contains all input features.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="String" direction="Input" displayname="Expression" expression="{where_clause}" name="where_clause" sync="true" type="Optional">
<pythonReference>
<para>An SQL expression used to select a subset of features. For more information on SQL syntax, see SQL reference for query expressions used in ArcGIS.</para>
</pythonReference>
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;An SQL expression used to select a subset of features.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="String" direction="Input" displayname="Output Feature Service Name" expression="{esri_out_feature_service_name}" name="esri_out_feature_service_name" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
</parameters>
<returnvalues/>
<environments>
<environment label="Default output Z value" name="outputZValue">
</environment>
<environment label="M resolution" name="MResolution">
</environment>
<environment label="M tolerance" name="MTolerance">
</environment>
<environment label="Output Config Keyword" name="configKeyword">
</environment>
<environment label="Output M domain" name="MDomain">
</environment>
<environment label="Output XY domain" name="XYDomain">
</environment>
<environment label="Output coordinate system" name="outputCoordinateSystem">
</environment>
<environment label="Output extent" name="extent">
</environment>
<environment label="Output has M values" name="outputMFlag">
</environment>
<environment label="XY resolution" name="XYResolution">
</environment>
<environment label="XY tolerance" name="XYTolerance">
</environment>
</environments>
<usage>
<bullet_item>
<para>The select or SQL expression is built with the Query Builder or is typed in. For details on the expression syntax, see Write a query in the query builder or SQL reference for query expressions used in ArcGIS.</para>
</bullet_item>
<bullet_item>
<para>If a layer is used for Input Features and no expression is entered, only the selected features are written to the output feature class. If a layer is used for Input
Features and an expression is entered, the expression is only executed
against the selected features, and the expression-based subset of
the selected set is written to the output feature class.</para>
</bullet_item>
<bullet_item>
<para>If you want to create a feature class from the selected set of features in a layer, use the Copy Features tool.</para>
</bullet_item>
</usage>
<scriptExamples>
<scriptExample>
<title>Select example 1 (Python window)</title>
<para>The following Python window script demonstrates how to use the Select function in immediate mode.</para>
<code xml:space="preserve">
import arcpy
arcpy.env.workspace = "C:/data"
arcpy.Select_analysis("majorrds.shp", "C:/output/majorrdsClass4.shp", '"CLASS" = \'4\'')
</code>
</scriptExample>
<scriptExample>
<title>Select example 2 (stand-alone script)</title>
<para>The following Python script demonstrates how to use the Select function in a stand-alone script.</para>
<code xml:space="preserve">
# Name: Select_Example2.py
# Description: Select roads of Class 4 from major roads tin the gnatcatcher habitat study area
# Import system modules
import arcpy
# Set workspace
arcpy.env.workspace = "C:/data"
# Set local variables
in_features = "majorrds.shp"
out_feature_class = "C:/output/majorrdsClass4.shp"
where_clause = '"CLASS" = \'4\''
# Execute Select
arcpy.Select_analysis(in_features, out_feature_class, where_clause)
</code>
</scriptExample>
</scriptExamples>
<shortdesc> ArcGIS geoprocessing tool that uses a select expression to extract features from one feature class and output them to a new feature class.</shortdesc>
<arcToolboxHelpPath>withheld</arcToolboxHelpPath>
</tool>
</metadata>
