spatial.removeNodes

Procedure

Removes the given nodes from the layer, returns the count of nodes removed

Signature

spatial.removeNodes(layerName :: STRING, nodes :: LIST<NODE>) :: (count :: INTEGER)

Input parameters

Name Type Default Description

layerName

STRING

null

The name of the layer

nodes

LIST<NODE>

null

The nodes to remove from the index

Output parameters

Name Type Description

count

INTEGER