Uses of Class
mil.nga.geopackage.extension.nga.style.StyleMappingRow
-
Packages that use StyleMappingRow Package Description mil.nga.geopackage.extension.nga.style -
-
Uses of StyleMappingRow in mil.nga.geopackage.extension.nga.style
Methods in mil.nga.geopackage.extension.nga.style that return StyleMappingRow Modifier and Type Method Description StyleMappingRowStyleMappingRow. copy()Copy the rowStyleMappingRowStyleMappingDao. getRow(UserCustomResultSet resultSet)Get the style mapping row from the current result set locationStyleMappingRowStyleMappingDao. getRow(UserCustomRow row)Get a style mapping row from the user custom rowStyleMappingRowStyleMappingDao. newRow()Methods in mil.nga.geopackage.extension.nga.style that return types with arguments of type StyleMappingRow Modifier and Type Method Description List<StyleMappingRow>StyleMappingDao. queryByBaseFeatureId(long id)Query for style mappings by base idMethods in mil.nga.geopackage.extension.nga.style with parameters of type StyleMappingRow Modifier and Type Method Description IconRowIconDao. queryForRow(StyleMappingRow styleMappingRow)Query for the icon row from a style mapping rowStyleRowStyleDao. queryForRow(StyleMappingRow styleMappingRow)Query for the style row from a style mapping rowConstructors in mil.nga.geopackage.extension.nga.style with parameters of type StyleMappingRow Constructor Description StyleMappingRow(StyleMappingRow styleMappingRow)Copy Constructor
-