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 SimpleAttributesRowSimpleAttributesRow. copy()Copy the rowSimpleAttributesRowSimpleAttributesDao. getRow(UserCustomResultSet resultSet)Get the simple attributes row from the current result set locationSimpleAttributesRowSimpleAttributesDao. getRow(UserCustomRow row)Get a simple attributes row from the user custom rowSimpleAttributesRowSimpleAttributesDao. 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
-