| Class | Description |
|---|---|
| H2GISDBFactory |
Used to create quickly a database on unit tests.
|
| H2GISFunctions |
Add H2GIS features to an H2 database
Execute the following sql to init spatial features :
CREATE ALIAS IF NOT EXISTS H2GIS_FUNCTIONS FOR
"H2GISFunctions.load";
CALL H2GIS_FUNCTIONS();
|
Copyright © 2019 CNRS. All rights reserved.