nitrite_spatial 1.1.0 copy "nitrite_spatial: ^1.1.0" to clipboard
nitrite_spatial: ^1.1.0 copied to clipboard

Nitrite Spatial module provides support for spatial queries. The module uses JTS port of the dart package dart_jts for spatial operations.

Nitrite Spatial #

Nitrite Spatial is a spatial indexing and search module for Nitrite database. It uses JTS Topology Suite port of the dart package dart_jts for spatial indexing and search.

Getting started #

To use Nitrite Spatial, add the following dependency in your project:

dart pub add nitrite_spatial

Usage #

To use Nitrite Spatial, you need to create a SpatialModule and pass it to Nitrite builder.

// create a spatial module
var spatialModule = SpatialModule();

// initialization using builder
var db = await Nitrite.builder()
    .loadModule(spatialModule)
    .openOrCreate(username: 'user', password: 'pass123');

Additional information #

For additional information visit the Spatial module documentation.

0
likes
140
pub points
0%
popularity

Publisher

verified publisherdizitart.com

Nitrite Spatial module provides support for spatial queries. The module uses JTS port of the dart package dart_jts for spatial operations.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

Apache-2.0 (LICENSE)

Dependencies

dart_jts, hive, nitrite

More

Packages that depend on nitrite_spatial