Uses of Class
mil.nga.geopackage.extension.nga.style.Icons
-
Packages that use Icons Package Description mil.nga.geopackage.extension.nga.style -
-
Uses of Icons in mil.nga.geopackage.extension.nga.style
Methods in mil.nga.geopackage.extension.nga.style that return Icons Modifier and Type Method Description IconsFeatureTableStyles. getCachedTableIcons()Get the cached table icons, querying and caching if neededIconsFeatureStyleExtension. getIcons(String featureTable, long featureId)Get the icons for the feature table and feature idIconsFeatureStyleExtension. getIcons(FeatureRow featureRow)Get the icons for the feature rowIconsFeatureStyles. getIcons()Get the iconsIconsFeatureTableStyles. getIcons(long featureId)Get the icons for the feature idIconsFeatureTableStyles. getIcons(FeatureRow featureRow)Get the icons for the feature rowIconsFeatureStyleExtension. getTableIcons(String featureTable)Get the feature table default iconsIconsFeatureStyleExtension. getTableIcons(FeatureTable featureTable)Get the feature table default iconsIconsFeatureTableStyles. getTableIcons()Get the table iconsMethods in mil.nga.geopackage.extension.nga.style with parameters of type Icons Modifier and Type Method Description voidFeatureStyleExtension. setIcons(String featureTable, long featureId, Icons icons)Set the icons for the feature table and feature idvoidFeatureStyleExtension. setIcons(FeatureRow featureRow, Icons icons)Set the icons for the feature rowvoidFeatureStyles. setIcons(Icons icons)Set the iconsvoidFeatureTableStyles. setIcons(long featureId, Icons icons)Set the icons for the feature table and feature idvoidFeatureTableStyles. setIcons(FeatureRow featureRow, Icons icons)Set the icons for the feature rowvoidFeatureStyleExtension. setTableIcons(String featureTable, Icons icons)Set the feature table default iconsvoidFeatureStyleExtension. setTableIcons(FeatureTable featureTable, Icons icons)Set the feature table default iconsvoidFeatureTableStyles. setTableIcons(Icons icons)Set the feature table default iconsConstructors in mil.nga.geopackage.extension.nga.style with parameters of type Icons Constructor Description FeatureStyles(Icons icons)ConstructorFeatureStyles(Styles styles, Icons icons)Constructor
-