GeoEco.Datasets.SpatiaLite Module

DatasetCollection and Table classes that wrap SpatiaLite databases and tables.

class SpatiaLiteDatabase(path[, timeout[, isolation_level[, detect_types[, decompressedFileToReturn[, displayName[, parentCollection[, queryableAttributes[, queryableAttributeValues[, lazyPropertyValues[, cacheDirectory]]]]]]]]]])
A DatasetCollection representing a SpatiaLite database.
class SpatiaLiteInsertCursor()
Represents a forward-only cursor used to insert rows into a SpatiaLite table.
class SpatiaLiteSelectCursor()
Represents a forward-only cursor used to read rows from a SpatiaLite table.
class SpatiaLiteTable()
A SpatiaLite table.
class SpatiaLiteUpdateCursor()
Represents a forward-only cursor used to update or delete rows in a SpatiaLite table.