Interface | Description |
---|---|
IDynamicMetadataSource |
A IDynamicMetadataSource is an IMetadataSource that can also add information
about new coverages on-the-fly.
|
IMetadataSource |
A IMetadataSource is anything that can read metadata for a given coverage
name.
|
Class | Description |
---|---|
DbMetadataSource |
The DbMetadataSource is a IMetadataSource that uses a relational database.
|
DynamicMetadataSource |
A IMetadataSource that allows WCPS to store information about on-the-fly
constructed coverages (for example Construct Coverage expr).
|
Metadata |
This class implements WCPS metadata.
|