Package | Description |
---|---|
net.opengis.swe.v20 | |
net.opengis.swe.v20.bind | |
org.vast.data | |
org.vast.swe |
Modifier and Type | Method and Description |
---|---|
BinaryEncoding |
Factory.newBinaryEncoding() |
Modifier and Type | Method and Description |
---|---|
BinaryEncoding |
XMLStreamBindings.readBinaryEncoding(XMLStreamReader reader)
Read method for BinaryEncoding elements
|
BinaryEncoding |
XMLStreamBindings.readBinaryEncodingType(XMLStreamReader reader)
Read method for BinaryEncodingType complex type
|
Modifier and Type | Method and Description |
---|---|
void |
XMLStreamBindings.readBinaryEncodingTypeAttributes(Map<String,String> attrMap,
BinaryEncoding bean)
Reads attributes of BinaryEncodingType complex type
|
void |
XMLStreamBindings.readBinaryEncodingTypeElements(XMLStreamReader reader,
BinaryEncoding bean)
Reads elements of BinaryEncodingType complex type
|
void |
XMLStreamBindings.writeBinaryEncoding(XMLStreamWriter writer,
BinaryEncoding bean)
Write method for BinaryEncoding element
|
void |
XMLStreamBindings.writeBinaryEncodingType(XMLStreamWriter writer,
BinaryEncoding bean)
Write method for BinaryEncodingType complex type
|
void |
XMLStreamBindings.writeBinaryEncodingTypeAttributes(XMLStreamWriter writer,
BinaryEncoding bean)
Writes attributes of BinaryEncodingType complex type
|
void |
XMLStreamBindings.writeBinaryEncodingTypeElements(XMLStreamWriter writer,
BinaryEncoding bean)
Writes elements of BinaryEncodingType complex type
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryEncodingImpl
POJO class for XML type BinaryEncodingType(@http://www.opengis.net/swe/2.0).
|
Modifier and Type | Method and Description |
---|---|
BinaryEncoding |
SWEFactory.newBinaryEncoding() |
Modifier and Type | Method and Description |
---|---|
static BinaryEncoding |
SWEHelper.getDefaultBinaryEncoding(DataComponent dataComponents)
Get default binary encoding for the given component tree.
Data types used will be ones specified in each scalar component. |
BinaryEncoding |
SWEHelper.newBinaryEncoding(ByteOrder byteOrder,
ByteEncoding byteEncoding)
Creates a binary encoding with the specified options
|
Modifier and Type | Method and Description |
---|---|
static void |
SWEHelper.assignBinaryEncoding(DataComponent dataComponents,
BinaryEncoding encoding)
Assigns binary components and blocks definitions to the actual data component.
|
List<Exception> |
SWEValidator.validateEncoding(BinaryEncoding encoding,
DataComponent component,
List<Exception> errors) |
Copyright © 2016 Sensia Software LLC. All rights reserved.