ThinkGeo.MapSuite.Layers.Sqlite
10.6.0
ThinkGeo.MapSuite.Layers.Sqlite is based on .NET Framework. If you are interested in a .NET Core version of Sqlite, please reference ThinkGeo.Core as it is integrated into it. ThinkGeo.MapSuite.Layers.Sqlite is a layer extension to the Map Suite product line, see below for compatibility. This layer represents a FeatureSource backed by SQLite.
This extension utilizes SQL R*Tree module which allows it to natively query geometries at super fast speeds. An R-Tree is a special index that is designed for doing range queries.
** This is an extension for use in ThinkGeo's Map Suite product line, see below, as it cannot be used stand alone. **
Wiki Documentation: http://wiki.thinkgeo.com/wiki/map_suite_api
Supported Platforms: Windows
- Compatible Products -
Map Suite Desktop for WPF
Map Suite Desktop for WinForms
Map Suite Web for WebForms
Map Suite Web for MVC
Map Suite Web for WebAPI
See the version list below for details.
Install-Package ThinkGeo.MapSuite.Layers.Sqlite -Version 10.6.0
dotnet add package ThinkGeo.MapSuite.Layers.Sqlite --version 10.6.0
<PackageReference Include="ThinkGeo.MapSuite.Layers.Sqlite" Version="10.6.0" />
paket add ThinkGeo.MapSuite.Layers.Sqlite --version 10.6.0
Dependencies
-
.NETFramework 4.5
- MapSuiteDependency-SQLiteCore (>= 10.6.0)
- ThinkGeo.MapSuite (>= 10.6.0)
GitHub Usage
This package is not used by any popular GitHub repositories.