Display Name: PointnPoly
Description: Selects features based on a spatial relationship to features in another dataset or the same dataset.
Category:
Help URL: https://maps2.dcgis.dc.gov/dcgis/rest/directories/arcgisoutput/GEOPROCESSING/PointnPolySelection_GPServer/GEOPROCESSING_PointnPolySelection/SelectLayerByLocation.htm
Execution Type: esriExecutionTypeAsynchronous
Parameters:
Parameter: in_layer
Data Type: GPMultiValue:GPString
Display Name Input Features
Description: The features that will be evaluated using the Selecting Features parameter values. The selection will be applied to these features.
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value: [
DCGIS_ExportFeatures
]
Parameter Type: esriGPParameterTypeRequired
Category:
Choice List: [ DCGIS_ExportFeatures, DCGIS_ExportFeatures1 ]
Parameter Infos:
Name:
Data Type: GPString
Display Name:
Filter:
Parameter: overlap_type
Data Type: GPString
Display Name Relationship
Description: Specifies the spatial relationship that will be evaluated.Intersect—The features in the input layer will be selected if they intersect a selecting feature. This is the default.Intersect 3D—The features in the input layer will be selected if they intersect a selecting feature in three-dimensional space (x, y, and z).Intersect (DBMS)—The features in the input layer will be selected if they intersect a selecting feature.This option applies to enterprise geodatabases only. The selection will be processed in the enterprise geodatabase DBMS rather than on the client when all requirements are met (see usage notes).This option may provide better performance than performing the selection on the client.Within a distance—The features in the input layer will be selected if they are within the specified distance (using Euclidean distance) of a selecting feature. Use the Search Distance parameter to specify the distance.Within a distance 3D—The features in the input layer will be selected if they are within a specified distance of a selecting feature in three-dimensional space. Use the Search Distance parameter to specify the distance.Within a distance geodesic—This spatial relationship is the same as Within a distance except that geodesic distance is used rather than planar distance. Distance between features will be calculated using a geodesic formula that takes into account the curvature of the spheroid and correctly handles data near and across the dateline and poles. Choose this option if the data covers a large geographic extent or the coordinate system of the inputs is unsuitable for distance calculations. Use the Search Distance parameter to specify the distance.Contains—The features in the input layer will be selected if they contain a selecting feature.Completely contains—The features in the input layer will be selected if they completely contain a selecting feature.Contains Clementini—This spatial relationship produces the same results as the Contains option except that if the selecting feature is entirely on the boundary of the input feature (no part is properly inside or outside), the feature will not be selected.Clementini defines the boundary polygon as the line separating inside and outside, the boundary of a line is defined as its end points, and the boundary of a point is always empty.Within—The features in the input layer will be selected if they are within a selecting feature.Completely within—The features in the input layer will be selected if they are completely within or contained by a selecting feature.Within Clementini—The result will be identical to the Within option result except that if the entirety of the feature in the input layer is on the boundary of the feature in the selecting layer, the feature will not be selected.Clementini defines the boundary polygon as the line separating inside and outside, the boundary of a line is defined as its end points, and the boundary of a point is always empty.Are identical to—The features in the input layer will be selected if they are identical (in geometry) to a selecting feature.Boundary touches—The features in the input layer will be selected if they have a boundary that touches a selecting feature. When the input features are lines or polygons, the boundary of the input feature can only touch the boundary of the selecting feature, and no part of the input feature can cross the boundary of the selecting feature.Share a line segment with—The features in the input layer will be selected if they share a line segment with a selecting feature. The input and selecting features must be line or polygon.Crossed by the outline of—The features in the input layer will be selected if they are crossed by the outline of a selecting feature. The input and selecting features must be lines or polygons. If polygons are used for the input or selecting layer, the polygon's boundary (line) will be used. Lines that cross at a point will be selected; lines that share a line segment will not be selected.Have their center in—The features in the input layer will be selected if their center falls within a selecting feature. The center of the feature is calculated as follows: for polygon and multipoint, the geometry's centroid is used; for line input, the geometry's midpoint is used.
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value: Intersect
Parameter Type: esriGPParameterTypeOptional
Category:
Choice List: [ Intersect, Intersect 3D, Within a distance geodesic, Within a distance, Within a distance 3D, Contains, Completely contains, Contains Clementini, Within, Completely within, Within Clementini, Are identical to, Boundary touches, Share a line segment with, Crossed by the outline of, Have their center in ]
Parameter: select_features
Data Type: GPString
Display Name Selecting Features
Description: The features in the Input Features parameter will be selected based on their relationship to the features from this layer or feature class.
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value: DCGIS_ExportFeatures1
Parameter Type: esriGPParameterTypeOptional
Category:
Choice List: [ DCGIS_ExportFeatures, DCGIS_ExportFeatures1 ]
Parameter: search_distance
Data Type: GPLinearUnit
Display Name Search Distance
Description: The distance that will be searched. This parameter is only valid if the Relationship parameter is set to Within a distance, Within a distance geodesic, Within a distance 3D, Intersect, Intersect 3D, Have their center in, or Contains.If the Within a distance geodesic option is selected, use a linear unit such as kilometers or miles.
Direction: esriGPParameterDirectionInput
Filter:
Dependency: in_layer
Default Value:
Parameter Type: esriGPParameterTypeOptional
Category:
Parameter: selection_type
Data Type: GPString
Display Name Selection Type
Description: Specifies how the selection will be applied to the input and how it will be combined with an existing selection. This tool does not include an option to clear an existing selection; use the Select Layer By Attribute tool with the Selection Type parameter set to Clear the current selection to do that.New selection—The resulting selection will replace any existing selection. This is the default.Add to the current selection—The resulting selection will be added to an existing selection. If no selection exists, this is the same as the New selection option.Remove from the current selection—The resulting selection will be removed from an existing selection. If no selection exists, the operation will have no effect.Select subset from the current selection—The resulting selection will be combined with the existing selection. Only records that are common to both will remain selected.Switch the current selection—The selection will be switched. All records that were selected will be removed from the selection, and all records that were not selected will be added to the selection.The Selecting Features and Relationship parameters are ignored when this option is specified.
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value: New selection
Parameter Type: esriGPParameterTypeOptional
Category:
Choice List: [ New selection, Add to the current selection, Remove from the current selection, Select subset from the current selection, Switch the current selection ]
Parameter: out_layer_or_view
Data Type: GPFeatureRecordSetLayer
Display Name Layer With Selection
Description:
Direction: esriGPParameterDirectionOutput
Filter:
Dependency:
Default Value:
Geometry Type: esriGeometryPoint
HasZ: false
HasM: false
Spatial Reference: 26985
(26985)
LatestVCSWkid(0)
Fields:
-
OBJECTID
(
type: esriFieldTypeOID, alias: OBJECTID
)
Features: None.
Parameter Type: esriGPParameterTypeDerived
Category:
Parameter: invert_spatial_relationship
Data Type: GPBoolean
Display Name Invert Spatial Relationship
Description: Specifies whether the spatial relationship evaluation result or the opposite result will be used. For example, this parameter can be used to get a list of features that do not intersect or are not within a given distance of features in another dataset.Unchecked—The evaluation result will be used. This is the default.Checked—The opposite of the evaluation result will be used. If the Selection Type parameter is set, the reversal of the selection will occur before it is combined with existing selections.
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value: false
Parameter Type: esriGPParameterTypeOptional
Category:
Parameter: out_layers_or_views
Data Type: GPMultiValue:GPFeatureRecordSetLayer
Display Name Output Layer Names
Description:
Direction: esriGPParameterDirectionOutput
Filter:
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeDerived
Category:
Parameter Infos:
Name:
Data Type: GPFeatureRecordSetLayer
Display Name:
Filter:
Parameter: count
Data Type: GPMultiValue:GPLong
Display Name Count
Description:
Direction: esriGPParameterDirectionOutput
Filter:
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeDerived
Category:
Parameter Infos:
Name:
Data Type: GPLong
Display Name:
Filter:
Supported Operations:
Submit Job
Child Resources:
Metadata