Package | Description |
---|---|
org.sensorhub.impl.client.sos | |
org.vast.cdm.common | |
org.vast.swe |
Modifier and Type | Method and Description |
---|---|
protected void |
SOSClient.connectWithPersistentHttp(DataStreamParser parser,
SOSClient.SOSRecordListener listener) |
protected void |
SOSClient.connectWithWebsockets(DataStreamParser parser,
SOSClient.SOSRecordListener listener) |
Modifier and Type | Method and Description |
---|---|
DataStreamParser |
StreamDemux.getDataParser(String clusterID) |
Modifier and Type | Method and Description |
---|---|
void |
StreamDemux.addDataParser(String clusterID,
DataStreamParser dataParser) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataParser
Abstract class for parsing a CDM data stream
|
class |
AsciiDataParser |
class |
BinaryDataParser
Parses CDM binary data stream using the data components structure
and the binary encoding information.
|
class |
JSONDataParser
Reads SWE data streams in JSON format
|
class |
XmlDataParser
Parser for data streams written using SWE Common XML encoding
|
class |
XmlDataParserDOM
Writes CDM XML data stream using the given data components
structure directly inside a DOM.
|
Modifier and Type | Field and Description |
---|---|
protected DataStreamParser |
SWEReader.dataParser |
Modifier and Type | Method and Description |
---|---|
protected DataStreamParser |
SWEReader.createDataParser() |
static DataStreamParser |
SWEHelper.createDataParser(DataEncoding encoding)
Helper method to instantiate the proper parser for the given encoding
|
DataStreamParser |
SWEReader.getDataParser() |
DataStreamParser |
SWEData.getDataParser()
Retrieves parser created for this SWE structure/encoding pair
Allows the use of the parser on a separate input streams w/ same structure
|
Copyright © 2016 Sensia Software LLC. All rights reserved.