Uses of Class
mil.nga.geopackage.extension.related.simple.SimpleAttributesRow
-
Packages that use SimpleAttributesRow Package Description mil.nga.geopackage.extension.related.simple -
-
Uses of SimpleAttributesRow in mil.nga.geopackage.extension.related.simple
Methods in mil.nga.geopackage.extension.related.simple that return SimpleAttributesRow Modifier and Type Method Description SimpleAttributesRow
SimpleAttributesRow. copy()
Copy the rowSimpleAttributesRow
SimpleAttributesDao. getRow(UserCustomResultSet resultSet)
Get the simple attributes row from the current result set locationSimpleAttributesRow
SimpleAttributesDao. getRow(UserCustomRow row)
Get a simple attributes row from the user custom rowSimpleAttributesRow
SimpleAttributesDao. newRow()
Methods in mil.nga.geopackage.extension.related.simple that return types with arguments of type SimpleAttributesRow Modifier and Type Method Description List<SimpleAttributesRow>
SimpleAttributesDao. getRows(List<Long> ids)
Get the simple attributes rows that exist with the provided idsConstructors in mil.nga.geopackage.extension.related.simple with parameters of type SimpleAttributesRow Constructor Description SimpleAttributesRow(SimpleAttributesRow simpleAttributesRow)
Copy Constructor
-