| Package | Description |
|---|---|
| org.n52.svalbard.encode | |
| org.n52.svalbard.encode.exception |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConformanceClassEncoder<T,S>
Generic interface for Encoders.
|
interface |
ObservationEncoder<S,T> |
interface |
ProcedureEncoder<S,T> |
interface |
SchemaAwareEncoder<T,S> |
interface |
StreamingEncoder<T,S>
Generic interface for StreamingEncoders.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingEncoder<T,S>
TODO JavaDoc
|
class |
UVFEncoder
The UVFEncoder implements the so called Universal Variable
Format.
|
| Modifier and Type | Method and Description |
|---|---|
<F,T> Encoder<F,T> |
EncoderRepository.getEncoder(EncoderKey key,
EncoderKey... keys) |
<T,S> Encoder<T,S> |
AbstractDelegatingEncoder.getEncoder(EncoderKey key,
EncoderKey... others) |
| Modifier and Type | Method and Description |
|---|---|
Set<Encoder<?,?>> |
EncoderRepository.getEncoders() |
<F,T> Optional<Encoder<F,T>> |
EncoderRepository.tryGetEncoder(EncoderKey key,
EncoderKey... keys) |
| Modifier and Type | Method and Description |
|---|---|
void |
EncoderRepository.setEncoders(Collection<Encoder<?,?>> encoders) |
| Constructor and Description |
|---|
UnsupportedEncoderInputException(Encoder<?,?> encoder) |
UnsupportedEncoderInputException(Encoder<?,?> encoder,
Class<?> c) |
UnsupportedEncoderInputException(Encoder<?,?> encoder,
Object o) |
UnsupportedEncoderInputException(Encoder<?,?> encoder,
String o) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.