UNPKG

@ngageoint/mage.arcgis.service

Version:

A mage service plugin that synchronizes mage observations to a configured ArcGIS feature layer.

19 lines 699 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventToLayerProcessor = void 0; /** * Contains a MAGE event and the FeatureLayerProcessor the even is configure to sync to. */ class EventToLayerProcessor { /** * Constructor. * @param {MageEventAttrs} event The MAGE event. * @param {FeatureLayerProcessor[]} featureLayerProcessors The FeatureLayerProcessors the even is synching to. */ constructor(event, featureLayerProcessors) { this.event = event; this.featureLayerProcessors = featureLayerProcessors; } } exports.EventToLayerProcessor = EventToLayerProcessor; //# sourceMappingURL=EventToLayerProcessor.js.map