Interface GeoPackageCursorWrapper


public interface GeoPackageCursorWrapper
Interface for database cursor wrapping implementations. Used to wrap the cursors of queries to GeoPackage data tables.
  • Method Summary

    Modifier and Type
    Method
    Description
    Wrap the cursor
  • Method Details

    • wrapCursor

      Cursor wrapCursor(Cursor cursor)
      Wrap the cursor
      Parameters:
      cursor - cursor
      Returns:
      wrapped cursor