Package mil.nga.geopackage.attributes
Class AttributesWrapperConnection
java.lang.Object
mil.nga.geopackage.user.UserCoreConnection<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>
   
mil.nga.geopackage.user.UserConnection<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>
   
mil.nga.geopackage.user.UserWrapperConnection<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>
   
mil.nga.geopackage.attributes.AttributesWrapperConnection
@Deprecated
public class AttributesWrapperConnection
extends UserWrapperConnection<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>   
Deprecated.
GeoPackage Attributes Cursor Wrapper Connection
- Since:
- 1.3.1
- 
Field SummaryFields inherited from class mil.nga.geopackage.user.UserConnectiondatabase, table
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.Constructor
- 
Method SummaryModifier and TypeMethodDescriptionprotected AttributesCursorwrapCursor(android.database.Cursor cursor) Deprecated.Wrap the cursor in a resultMethods inherited from class mil.nga.geopackage.user.UserWrapperConnectionconvertCursor
- 
Constructor Details- 
AttributesWrapperConnectionDeprecated.Constructor- Parameters:
- database- GeoPackage connection
 
 
- 
- 
Method Details- 
wrapCursorDeprecated.Wrap the cursor in a result- Specified by:
- wrapCursorin class- UserWrapperConnection<AttributesColumn,- AttributesTable, - AttributesRow, - AttributesCursor> 
- Parameters:
- cursor- cursor
- Returns:
- result
 
 
- 
AttributesDaoto query attributes tables