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

15 lines (13 loc) 331 B
import BasicPreparedGeometry from './BasicPreparedGeometry' export default class PreparedPoint extends BasicPreparedGeometry { intersects (g) { if (!this.envelopesIntersect(g)) return false return this.isAnyTargetComponentInTest(g) } interfaces_ () { return [] } getClass () { return PreparedPoint } }