Join Class—The name of the join class the spatial query will run on.
Input Geometry Type—The portion of the input geometry that will be used to query the join class.
Geometry—The complete geometry of the input feature. This is default.
Start—The first vertex within a polyline feature. This option is only supported for polyline features.
End—The last vertex within a polyline feature. This option is only supported for polyline features.
Centroid—The geometric center of the input feature.
Spatial Operator—The spatial operation that will be used in the query.
Intersects—Features in the join class will be matched if they intersect with an input feature. This is default.
Crosses—Features in the join class will be matched if they cross with an input feature.
Contains—Features in the join class will be matched if an input feature contains them. This is the opposite of the within option.
Envelope Intersects—Features in the join class will be matched if their bounding boxes (envelopes) intersect with the bounding box of an input feature.
Overlaps—Features in the join class will be matched if they overlap with an input feature. The join class features are not completely contained by the input features.
Touches—Features in the join class will be matched if they have a boundary that touches an input feature. When the input and join features are polylines or polygons, the boundary of the join feature can only touch the boundary of the input feature and no part of the join feature can cross the boundary of the input feature.
Within—Features in the join class will be matched if an input feature is within them. This is the opposite of the contains option.
Spatial Distance—The distance from the geometry that will be included in the query.
Join Class—The name of the join class the spatial query will run on.
Input Geometry Type—The portion of the input geometry that will be used to query the join class.
GEOMETRY—The complete geometry of the input feature. This is default.
START—The first vertex within a polyline feature. This option is only supported for polyline features.
END—The last vertex within a polyline feature. This option is only supported for polyline features.
CENTROID—The geometric center of the input feature.
Spatial Operator—The spatial operation that will be used in the query.
INTERSECTS—Features in the join class will be matched if they intersect with an input feature. This is default.
CROSSES—Features in the join class will be matched if they cross with an input feature.
CONTAINS—Features in the join class will be matched if an input feature contains them. This is the opposite of the within option.
ENVELOPE_INTERSECTS—Features in the join class will be matched if their bounding boxes (envelopes) intersect with the bounding box of an input feature.
OVERLAPS—Features in the join class will be matched if they overlap with an input feature. The join class features are not completely contained by the input features.
TOUCHES—Features in the join class will be matched if they have a boundary that touches an input feature. When the input and join features are polylines or polygons, the boundary of the join feature can only touch the boundary of the input feature and no part of the join feature can cross the boundary of the input feature.
WITHIN—Features in the join class will be matched if an input feature is within them. This is the opposite of the contains option.
Search Distance—The distance from the geometry that will be included in the query.