Uses of Class
mil.nga.geopackage.extension.related.media.MediaRow
-
Packages that use MediaRow Package Description mil.nga.geopackage.extension.nga.style mil.nga.geopackage.extension.related.media -
-
Uses of MediaRow in mil.nga.geopackage.extension.nga.style
Subclasses of MediaRow in mil.nga.geopackage.extension.nga.style Modifier and Type Class Description class
IconRow
Icon Row containing the values from a single result set row -
Uses of MediaRow in mil.nga.geopackage.extension.related.media
Methods in mil.nga.geopackage.extension.related.media that return MediaRow Modifier and Type Method Description MediaRow
MediaRow. copy()
Copy the rowMediaRow
MediaDao. getRow(UserCustomResultSet resultSet)
Get the media row from the current result set locationMediaRow
MediaDao. getRow(UserCustomRow row)
Get a media row from the user custom rowMediaRow
MediaDao. newRow()
Methods in mil.nga.geopackage.extension.related.media that return types with arguments of type MediaRow Modifier and Type Method Description List<MediaRow>
MediaDao. getRows(List<Long> ids)
Get the media rows that exist with the provided idsConstructors in mil.nga.geopackage.extension.related.media with parameters of type MediaRow Constructor Description MediaRow(MediaRow mediaRow)
Copy Constructor
-