MBTilesPyramid
Description
- Derived from
-
PixelPyramid abstract
INativeHandle
IPathInfo
Full source code is included in the Tinman 3D SDK download. |
An implementation of the IPixelPyramid interface that opens an MBTiles 1.3
dataset.
The INativeHandle.NativeHandle property can be used to obtain the underlying SQLite data connection:
-
C# : the pinned
Microsoft.Data.Sqlite.SqliteConnection
object (useCodeX.ObjectPin.Unpin
). -
C++ : the
sqlite3*
pointer.