Package mil.nga.geopackage.attributes
Class AttributesWrapperConnection
java.lang.Object
mil.nga.geopackage.user.UserCoreConnection<TColumn,TTable,TRow,TResult>
mil.nga.geopackage.user.UserConnection<TColumn,TTable,TRow,TResult>
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 Summary
Fields inherited from class mil.nga.geopackage.user.UserConnection
database, table
-
Constructor Summary
ConstructorDescriptionDeprecated.Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected AttributesCursor
wrapCursor
(Cursor cursor) Deprecated.Wrap the cursor in a resultMethods inherited from class mil.nga.geopackage.user.UserWrapperConnection
convertCursor
-
Constructor Details
-
AttributesWrapperConnection
Deprecated.Constructor- Parameters:
database
- GeoPackage connection
-
-
Method Details
-
wrapCursor
Deprecated.Wrap the cursor in a result- Specified by:
wrapCursor
in classUserWrapperConnection<AttributesColumn,
AttributesTable, AttributesRow, AttributesCursor> - Parameters:
cursor
- cursor- Returns:
- result
-
AttributesDao
to query attributes tables