[][src]Module dap2::dds

Data Description Structure

DDS responses describe the data type, size, and its coordintes. A data response is always accompanied by a DDS response prepended.

This module takes constraints and turns them into a DDS response with constrained variables. These are suitable for reading and streaming the XDR serialized variables.

Structs

Dds

Data Description Structure

DdsResponse

A DDS response which can be used to build a HTTP response and contains the information needed to stream the variables.

DdsVariableDetails

The details about a single variable in a DDS response. All information needed to stream the variable data.

Variable

Enums

ConstrainedVariable

A constrained and validated variable constructed from a constraint query.

VarType

Traits

ToDds

File type handlers or readers should implement this trait so that a DDS structure can be built.