SceneDataFormat
Description
- Derived from
-
FileFormat abstract
- Extended by
-
OpenFlightSceneDataFormat sealed
The supported image scene database formats.
Public / Constants
Any
The file format is unknown and will be determined automatically.
Use IFileFormat.Next to walk through all registered formats.
OSM
OpenStreetMap database (Planet OSM).
https://planet.openstreetmap.org/
Both the textual "Planet XML File" format and the binary "Planet PBF File" format are supported.
Public / Methods
Dataset
Creates ISceneData object for the given scene database.
- 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.