Uses of Class
mil.nga.geopackage.attributes.AttributesResultSet
-
Packages that use AttributesResultSet Package Description mil.nga.geopackage.attributes mil.nga.geopackage.extension.nga.style -
-
Uses of AttributesResultSet in mil.nga.geopackage.attributes
Methods in mil.nga.geopackage.attributes that return AttributesResultSet Modifier and Type Method Description protected AttributesResultSet
AttributesConnection. createResult(String[] columns, ResultSet resultSet, String sql, String[] selectionArgs)
Create a result by wrapping the ResultSetAttributesResultSet
AttributesPaginatedResults. getResults()
Methods in mil.nga.geopackage.attributes with parameters of type AttributesResultSet Modifier and Type Method Description static AttributesPaginatedResults
AttributesPaginatedResults. create(AttributesDao dao, AttributesResultSet results)
Create paginated resultsstatic Pagination
AttributesPaginatedResults. getPagination(AttributesResultSet resultSet)
Get the pagination offset and limitstatic boolean
AttributesPaginatedResults. isPaginated(AttributesResultSet resultSet)
Determine if the result set is paginatedConstructors in mil.nga.geopackage.attributes with parameters of type AttributesResultSet Constructor Description AttributesPaginatedResults(AttributesDao dao, AttributesResultSet results)
Constructor -
Uses of AttributesResultSet in mil.nga.geopackage.extension.nga.style
Methods in mil.nga.geopackage.extension.nga.style with parameters of type AttributesResultSet Modifier and Type Method Description StyleRow
StyleDao. getRow(AttributesResultSet resultSet)
Get the style row from the current result set location
-