...
Some OGR drivers only support a single table whereas others can be pointed to a source that contains multiple tables, e.g. you can point to a GeoJSON file that will only have one listed table, or a directory or MapInfo files that will list one table per file.
Note |
---|
The OGR driver requires the installation of the Microsoft Visual C++ 2013 Redistributable libraries. They can be downloaded from Microsoft from here. |
Namespace
urn:com.cohga.server.spatial.geotools#1.0
Tags
spatialengine
Properties
Name | Type | Required | Description |
id | string | yes | Unique identifier for the spatial engine |
dbtype | string | yes | If set to “ogr” then driverName will specify the OGR driver to use (from the list of available OGR drivers). |
driverName | string | yes - if dbtype is “ogr” | The name of the OGR driver to use if dbtype is “ogr”, otherwise it is not used |
datasourceName | string | yes - if dbtype is “ogr” | Points to the source of the data, will depend upon which OGR driver is used |
datasource | string | no - if dbtype is “ogr” | Points to the source of the data, will depend upon which OGR driver is used |
Sub-tags
None
Content
None
Notes
...