IDataset
Description
- Derived from
- Extended by
Base interface for map entities (e.g. heightmaps and pyramids) that are based on a dataset.
A dataset may be identified via its DatasetId, which allows caching and incremental processing. Also, metadata may be present in datasets.
Public / Methods
UpdateInfo
Updates metadata information of this dataset.
- IOException
-
If an I/O error has occurred.
- See also