Interface GeoPackageCursorWrapper


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

      • wrapCursor

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