Package mil.nga.geopackage.attributes
Class AttributesConnection
- java.lang.Object
-
- mil.nga.geopackage.user.UserCoreConnection<TColumn,TTable,TRow,TResult>
-
- mil.nga.geopackage.user.UserConnection<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>
-
- mil.nga.geopackage.attributes.AttributesConnection
-
public class AttributesConnection extends UserConnection<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>
GeoPackage Attributes Connection- Since:
- 1.3.1
-
-
Field Summary
-
Fields inherited from class mil.nga.geopackage.user.UserConnection
database, table
-
-
Constructor Summary
Constructors Constructor Description AttributesConnection(GeoPackageConnection database)Constructor
-
-
-
Constructor Detail
-
AttributesConnection
public AttributesConnection(GeoPackageConnection database)
Constructor- Parameters:
database- GeoPackage connection
-
-