SceneData
Description
- Derived from
-
Disposable abstract
ISceneData
IDisposableGeneric<SceneData>
Abstract base class for ISceneData implementations.
To open or create a scene database, the following factories may be used:
Alternatively, a SceneDataFormat instance may be used to open a database with a specific format via SceneDataFormat.Dataset.
Public / Constructors
New
3 overloads
Creates a ISceneData object for the given dataset.
- IOException
-
If an I/O error has occurred.
- GeorefException
-
If the scene data contains unsupported geo-referencing metadata.
- ValidatingException
-
If a validation error has occurred on the returned scene data.
- See also
Creates a ISceneData object for the given dataset.
- IOException
-
If an I/O error has occurred.
- GeorefException
-
If the scene data contains unsupported geo-referencing metadata.
- ValidatingException
-
If a validation error has occurred on the returned scene data.
- See also
Creates a ISceneData object for the given dataset.
- IOException
-
If an I/O error has occurred.
- GeorefException
-
If the scene data contains unsupported geo-referencing metadata.
- ValidatingException
-
If a validation error has occurred on data in or the returned scene data.
- See also
Protected / Methods
ThrowIfReadOnly
Throws an exception if in read-only mode.
- IOException
-
If in read-only mode.
- See also