com.bbn.openmap.layer.event
Interface EventImporter

All Known Implementing Classes:
CSVEventImporter

public interface EventImporter

EventImporter is an object that the EventLayer uses to query a data source for events/records. It creates a TemporalOMGraphicList for the EventLayer to use.

Author:
dietrick

Method Summary
 TemporalOMGraphicList createData(EventLayer callback)
          Read the data files and construct the TemporalOMGraphics.
 

Method Detail

createData

TemporalOMGraphicList createData(EventLayer callback)
Read the data files and construct the TemporalOMGraphics. There are four things you need to do in this method.



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details