UNPKG

node-red-contrib-tak-registration

Version:

A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK

19 lines (18 loc) 400 B
export default class SpatialIndex { insert (itemEnv, item) {} remove (itemEnv, item) {} query () { // if (arguments.length === 1) { // const searchEnv = arguments[0] // } else if (arguments.length === 2) { // const searchEnv = arguments[0] // const visitor = arguments[1] // } } interfaces_ () { return [] } getClass () { return SpatialIndex } }