gis-tools-ts - v0.6.0
Preparing search index...
index
polygonsIntersections
Function polygonsIntersections
polygonsIntersections
<
M
=
Record
<
string
,
unknown
>
,
D
extends
Properties
=
Properties
,
P
extends
Properties
=
Properties
,
>
(
polygons
:
|
VectorMultiPolygon
<
D
>
|
VectorMultiPolygonGeometry
<
D
>
|
VectorFeature
<
M
,
D
,
P
,
VectorMultiPolygonGeometry
<
D
>
>
|
S2Feature
<
M
,
D
,
P
,
VectorMultiPolygonGeometry
<
D
>
>
,
)
:
Intersection
[]
Find the intersection of a collection of polygons
Type Parameters
M
=
Record
<
string
,
unknown
>
D
extends
Properties
=
Properties
P
extends
Properties
=
Properties
Parameters
polygons
:
|
VectorMultiPolygon
<
D
>
|
VectorMultiPolygonGeometry
<
D
>
|
VectorFeature
<
M
,
D
,
P
,
VectorMultiPolygonGeometry
<
D
>
>
|
S2Feature
<
M
,
D
,
P
,
VectorMultiPolygonGeometry
<
D
>
>
the collection of polygons
Returns
Intersection
[]
found intersections
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
gis-tools-ts - v0.6.0
Loading...
Find the intersection of a collection of polygons