ConfigType
- Type of module configurationpublic interface IDataProducerModule<ConfigType extends ModuleConfig> extends IModule<ConfigType>, IModuleWithDescription
Base interface for all modules producing streaming data
CANNOT_INIT_MSG, CANNOT_LOAD_MSG, CANNOT_START_MSG, CANNOT_STOP_MSG, CANNOT_UPDATE_MSG
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,? extends IStreamingDataInterface> |
getAllOutputs()
Retrieves the list of data outputs
|
net.opengis.gml.v32.AbstractFeature |
getCurrentFeatureOfInterest()
Retrieves the feature of interest for which this producer is
currently generating data.
In the case of a module generating data from multiple entities (e.g. |
cleanup, getConfiguration, getCurrentError, getCurrentState, getLocalID, getName, getStatusMessage, init, init, isInitialized, isStarted, loadState, registerListener, requestInit, requestStart, requestStop, saveState, setConfiguration, start, stop, unregisterListener, updateConfig, waitForState
getCurrentDescription, getLastDescriptionUpdate, getUniqueIdentifier
java.util.Map<java.lang.String,? extends IStreamingDataInterface> getAllOutputs()
net.opengis.gml.v32.AbstractFeature getCurrentFeatureOfInterest()
IMultiSourceDataProducer.getCurrentFeatureOfInterest(String)