Namespace: spatial

.filter. spatial

Methods


<static> CONTAIN(param)

This function creates a spatial filter to know which features contain another feature or layer

Parameters:
Name Type Description
param M.layer.Vector | object

Layer or geometry on which the query is performed

Source:
Returns:

Space filter

Type
M.filter.Spatial

<static> DISJOINT(param)

This function creates a spatial filter to know which features disjoint another feature or layer

Parameters:
Name Type Description
param M.layer.Vector | object

Layer or geometry on which the query is performed

Source:
Returns:

Space filter

Type
M.filter.Spatial

<static> INTERSECT(param)

This function creates a spatial filter to know which features intersects another feature or layer

Parameters:
Name Type Description
param M.layer.Vector | M.Feature | object | Array.<(M.Feature|object)>

Layer or geometry on which the query is performed

Source:
Returns:

Space filter

Type
M.filter.Spatial

<static> parseParamToGeometries(param)

TODO

Parameters:
Name Type Description
param M.layer.Vector | M.Feature | object | Array.<(M.Feature|object)>

Layer or geometry on which the query is performed

Source:
Returns:

Space filter

Type
M.filter.Spatial

<static> WITHIN(param)

This function creates a spatial filter to know which features within another feature or layer

Parameters:
Name Type Description
param M.layer.Vector | object

Layer or geometry on which the query is performed

Source:
Returns:

Space filter

Type
M.filter.Spatial