AccumulateXMarkerLists¶
-
MLModule
¶ author Jan Strehlow
package FMEwork/ReleaseMeVis
dll MLAccumulateXMarkerLists
definition MLAccumulateXMarkerLists.def see also MergeLists
,XMarkerListContainer
keywords marker
,xmarker
,list
,XMarkerLists
,accumulate
,combine
,concatenate
,merge
,cache
,collect
Purpose¶
Convenience module to accumulate and buffer XMarkerLists.
Usage¶
Press Add
to append the XMarkerList at the input to the output list. Press Clear
to clear the output list.
Details¶
The module copies the markers from the input list and appends them to the currently stored XMarkerList.
While adding, the output will not be notified. Notifications are only sent when Clear
or Update Output
are triggered.
When Accumulate lists as Base list
is checked, a BaseList of XMarkerLists will be created instead of appending markers to a single list.