addGeometryXYColumnAndIndex method

Future<void> addGeometryXYColumnAndIndex(
  1. TableName tableName,
  2. String geomColName,
  3. String geomType,
  4. String epsg,
)

Implementation

Future<void> addGeometryXYColumnAndIndex(TableName tableName,
    String geomColName, String geomType, String epsg) async {
  await createSpatialIndex(tableName, geomColName);
}