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 AttributesResultSetAttributesConnection. createResult(String[] columns, ResultSet resultSet, String sql, String[] selectionArgs)Create a result by wrapping the ResultSetAttributesResultSetAttributesPaginatedResults. getResults()Methods in mil.nga.geopackage.attributes with parameters of type AttributesResultSet Modifier and Type Method Description static AttributesPaginatedResultsAttributesPaginatedResults. create(AttributesDao dao, AttributesResultSet results)Create paginated resultsstatic PaginationAttributesPaginatedResults. getPagination(AttributesResultSet resultSet)Get the pagination offset and limitstatic booleanAttributesPaginatedResults. 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 StyleRowStyleDao. getRow(AttributesResultSet resultSet)Get the style row from the current result set location
-