Intersect
The “intersect” operation allows to remotely calculate, following the set-theoretic, the set of elements that define the intersection between and array of geometries and another, all them specified by the user.
The following illustrations show the resulting of this operation. The red (lines and points) an blue (polygons) elements are the result of applying the initial set of geometries (all, excepting those of the green circle, ‘geometries’ parameter) the intersection of the content of the green circle (‘geometry’ parameter).
Example of request:
and related response:
{
"geometryType": "esriGeometryPolyline",
"geometries": [{"paths": [[
[418000,4584900],[418500,4584900]
]]}]
}
Service parameters
Parameter | Description |
---|---|
f | Response format Valid values: html | json |
Array of geometries from which the intersection with the geometry specified at the “geometry” parameter is wanted to be calculated.. The syntax of this parameter should be: | |
Geometry of any type, which dimension is equal to or greater than the elements listed at the “geometries” parameter. The syntax of this parameter should be: | |
Reference system identifier used to describe geometries. | |
token | Required security key in order to perform this function which is generated by filling in the corresponding form |