Uses of Class
mil.nga.geopackage.extension.nga.style.IconRow
-
Packages that use IconRow Package Description mil.nga.geopackage.extension.nga.style mil.nga.geopackage.tiles.features -
-
Uses of IconRow in mil.nga.geopackage.extension.nga.style
Methods in mil.nga.geopackage.extension.nga.style that return IconRow Modifier and Type Method Description IconRowIconRow. copy()Copy the rowIconRowIcons. getDefault()Get the default iconIconRowFeatureStyle. getIcon()Get the icon rowIconRowFeatureStyleExtension. getIcon(String featureTable, long featureId, GeometryType geometryType)Get the icon of the feature, searching in order: feature geometry type icon, feature default icon, table geometry type icon, table default iconIconRowFeatureStyleExtension. getIcon(String featureTable, long featureId, GeometryType geometryType, boolean tableIcon)Get the icon of the feature, searching in order: feature geometry type icon, feature default icon, when tableIcon enabled continue searching: table geometry type icon, table default iconIconRowFeatureStyleExtension. getIcon(FeatureRow featureRow)Get the icon of the feature row, searching in order: feature geometry type icon, feature default icon, table geometry type icon, table default iconIconRowFeatureStyleExtension. getIcon(FeatureRow featureRow, GeometryType geometryType)Get the icon of the feature row with the provided geometry type, searching in order: feature geometry type icon, feature default icon, table geometry type icon, table default iconIconRowFeatureTableStyles. getIcon(long featureId, GeometryType geometryType)Get the icon of the feature, searching in order: feature geometry type icon, feature default icon, table geometry type icon, table default iconIconRowFeatureTableStyles. getIcon(FeatureRow featureRow)Get the icon of the feature row, searching in order: feature geometry type icon, feature default icon, table geometry type icon, table default iconIconRowFeatureTableStyles. getIcon(FeatureRow featureRow, GeometryType geometryType)Get the icon of the feature row with the provided geometry type, searching in order: feature geometry type icon, feature default icon, table geometry type icon, table default iconIconRowIcons. getIcon()Get the icon, either the default or single geometry type iconIconRowIcons. getIcon(GeometryType geometryType)Get the icon for the geometry typeIconRowFeatureStyleExtension. getIconDefault(String featureTable, long featureId)Get the default icon of the feature, searching in order: feature default icon, table default iconIconRowFeatureStyleExtension. getIconDefault(String featureTable, long featureId, boolean tableIcon)Get the default icon of the feature, searching in order: feature default icon, when tableIcon enabled continue searching: table default iconIconRowFeatureStyleExtension. getIconDefault(FeatureRow featureRow)Get the default icon of the feature row, searching in order: feature default icon, table default iconIconRowFeatureTableStyles. getIconDefault(long featureId)Get the default icon of the feature, searching in order: feature default icon, table default iconIconRowFeatureTableStyles. getIconDefault(FeatureRow featureRow)Get the default icon of the feature row, searching in order: feature default icon, table default iconIconRowIconDao. getRow(UserCustomResultSet resultSet)Get the icon row from the current result set locationIconRowIconDao. getRow(UserCustomRow row)Get a icon row from the user custom rowIconRowFeatureStyleExtension. getTableIcon(String featureTable, GeometryType geometryType)Get the icon of the feature table and geometry typeIconRowFeatureTableStyles. getTableIcon(GeometryType geometryType)Get the table icon of the geometry typeIconRowFeatureStyleExtension. getTableIconDefault(String featureTable)Get the default icon of the feature tableIconRowFeatureTableStyles. getTableIconDefault()Get the table icon defaultIconRowIconDao. newRow()IconRowIconDao. queryForRow(StyleMappingRow styleMappingRow)Query for the icon row from a style mapping rowMethods in mil.nga.geopackage.extension.nga.style that return types with arguments of type IconRow Modifier and Type Method Description Map<Long,IconRow>FeatureStyleExtension. getFeatureIcons(String featureTable)Get all icons used by feature rows in the tableMap<Long,IconRow>FeatureTableStyles. getFeatureIcons()Get all icons used by feature rows in the tableMap<Long,IconRow>FeatureStyleExtension. getIcons(String featureTable)Get all icons used by the feature tableMap<Long,IconRow>FeatureTableStyles. getIcons()Get all icons used by the feature tableMap<GeometryType,IconRow>Icons. getIcons()Get an unmodifiable mapping between specific geometry types and iconsMethods in mil.nga.geopackage.extension.nga.style with parameters of type IconRow Modifier and Type Method Description static PixelBoundsFeatureStyleExtension. calculatePixelBounds(IconRow iconRow)Calculate style pixel bounds for the icon rowstatic PixelBoundsFeatureStyleExtension. calculatePixelBounds(IconRow iconRow, float scale)Calculate style pixel bounds for the icon rowstatic voidFeatureStyleExtension. calculatePixelBounds(PixelBounds pixelBounds, IconRow iconRow)Calculate style pixel bounds for the icon rowstatic voidFeatureStyleExtension. calculatePixelBounds(PixelBounds pixelBounds, IconRow iconRow, float scale)Calculate style pixel bounds for the icon rowintFeatureStyleExtension. countIconRowMappings(IconRow iconRow)Count the number of mappings to the icon rowBufferedImageIconCache. createIcon(IconRow icon)Create or retrieve from cache an icon image for the icon rowBufferedImageIconCache. createIcon(IconRow icon, float scale)Create or retrieve from cache an icon image for the icon rowstatic BufferedImageIconCache. createIcon(IconRow icon, float scale, IconCache iconCache)Create or retrieve from cache an icon image for the icon rowstatic BufferedImageIconCache. createIcon(IconRow icon, IconCache iconCache)Create or retrieve from cache an icon image for the icon rowstatic BufferedImageIconCache. createIconNoCache(IconRow icon)Create an icon image for the icon row without cachingstatic BufferedImageIconCache. createIconNoCache(IconRow icon, float scale)Create an icon image for the icon row without cachingintFeatureStyleExtension. deleteIconRow(IconRow iconRow)Delete an icon row and mappingsintFeatureStyleExtension. deleteIconRowMappings(IconRow iconRow)Delete icon row mappingsintFeatureStyleExtension. deleteIconRowNotMapped(IconRow iconRow)Delete a icon row only if it has no mappingsBufferedImageIconCache. get(IconRow iconRow)Get the cached image for the icon row or null if not cachedbooleanFeatureStyleExtension. hasIconRowMapping(IconRow iconRow)Determine if a mapping to the icon row existsBufferedImageIconCache. put(IconRow iconRow, BufferedImage image)Cache the icon image for the icon rowBufferedImageIconCache. remove(IconRow iconRow)Remove the cached image for the icon rowvoidIcons. setDefault(IconRow iconRow)Set the default iconvoidFeatureStyle. setIcon(IconRow icon)Set the icon rowvoidFeatureStyleExtension. setIcon(String featureTable, long featureId, GeometryType geometryType, IconRow icon)Get the icon of the feature, searching in order: feature geometry type icon, feature default icon, table geometry type icon, table default iconvoidFeatureStyleExtension. setIcon(FeatureRow featureRow, IconRow icon)Set the icon of the feature rowvoidFeatureStyleExtension. setIcon(FeatureRow featureRow, GeometryType geometryType, IconRow icon)Set the icon of the feature row for the specified geometry typevoidFeatureTableStyles. setIcon(long featureId, GeometryType geometryType, IconRow icon)Get the icon of the feature, searching in order: feature geometry type icon, feature default icon, table geometry type icon, table default iconvoidFeatureTableStyles. setIcon(FeatureRow featureRow, IconRow icon)Set the icon of the feature rowvoidFeatureTableStyles. setIcon(FeatureRow featureRow, GeometryType geometryType, IconRow icon)Set the icon of the feature row for the specified geometry typevoidIcons. setIcon(IconRow iconRow, GeometryType geometryType)Set the icon for the geometry typevoidFeatureStyleExtension. setIconDefault(String featureTable, long featureId, IconRow icon)Set the default icon of the featurevoidFeatureStyleExtension. setIconDefault(FeatureRow featureRow, IconRow icon)Set the default icon of the feature rowvoidFeatureTableStyles. setIconDefault(long featureId, IconRow icon)Set the default icon of the featurevoidFeatureTableStyles. setIconDefault(FeatureRow featureRow, IconRow icon)Set the default icon of the feature rowvoidFeatureStyleExtension. setTableIcon(String featureTable, GeometryType geometryType, IconRow icon)Set the feature table icon for the geometry typevoidFeatureStyleExtension. setTableIcon(FeatureTable featureTable, GeometryType geometryType, IconRow icon)Set the feature table icon for the geometry typevoidFeatureTableStyles. setTableIcon(GeometryType geometryType, IconRow icon)Set the feature table icon for the geometry typevoidFeatureStyleExtension. setTableIconDefault(String featureTable, IconRow icon)Set the feature table icon defaultvoidFeatureStyleExtension. setTableIconDefault(FeatureTable featureTable, IconRow icon)Set the feature table icon defaultvoidFeatureTableStyles. setTableIconDefault(IconRow icon)Set the feature table icon defaultConstructors in mil.nga.geopackage.extension.nga.style with parameters of type IconRow Constructor Description FeatureStyle(IconRow icon)ConstructorFeatureStyle(StyleRow style, IconRow icon)ConstructorIconRow(IconRow iconRow)Copy Constructor -
Uses of IconRow in mil.nga.geopackage.tiles.features
Methods in mil.nga.geopackage.tiles.features with parameters of type IconRow Modifier and Type Method Description protected BufferedImageFeatureTiles. getIcon(IconRow iconRow)Get the icon image from the icon row
-