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.useAttributesDaoto query attributes tablesGeoPackage Attributes Cursor Wrapper Connection- Since:
- 1.3.1
-
-
Field Summary
-
Fields inherited from class mil.nga.geopackage.user.UserConnection
database, table
-
-
Constructor Summary
Constructors Constructor Description AttributesWrapperConnection(GeoPackageConnection database)Deprecated.Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected AttributesCursorwrapCursor(Cursor cursor)Deprecated.Wrap the cursor in a result-
Methods inherited from class mil.nga.geopackage.user.UserWrapperConnection
convertCursor
-
-
-
-
Constructor Detail
-
AttributesWrapperConnection
public AttributesWrapperConnection(GeoPackageConnection database)
Deprecated.Constructor- Parameters:
database- GeoPackage connection
-
-
Method Detail
-
wrapCursor
protected AttributesCursor wrapCursor(Cursor cursor)
Deprecated.Wrap the cursor in a result- Specified by:
wrapCursorin classUserWrapperConnection<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>- Parameters:
cursor- cursor- Returns:
- result
-
-