Uses of Class
mil.nga.geopackage.extension.nga.style.Styles
-
Packages that use Styles Package Description mil.nga.geopackage.extension.nga.style -
-
Uses of Styles in mil.nga.geopackage.extension.nga.style
Methods in mil.nga.geopackage.extension.nga.style that return Styles Modifier and Type Method Description StylesFeatureTableStyles. getCachedTableStyles()Get the cached table styles, querying and caching if neededStylesFeatureStyleExtension. getStyles(String featureTable, long featureId)Get the styles for the feature table and feature idStylesFeatureStyleExtension. getStyles(FeatureRow featureRow)Get the styles for the feature rowStylesFeatureStyles. getStyles()Get the stylesStylesFeatureTableStyles. getStyles(long featureId)Get the styles for the feature idStylesFeatureTableStyles. getStyles(FeatureRow featureRow)Get the styles for the feature rowStylesFeatureStyleExtension. getTableStyles(String featureTable)Get the feature table default stylesStylesFeatureStyleExtension. getTableStyles(FeatureTable featureTable)Get the feature table default stylesStylesFeatureTableStyles. getTableStyles()Get the table stylesMethods in mil.nga.geopackage.extension.nga.style with parameters of type Styles Modifier and Type Method Description voidFeatureStyleExtension. setStyles(String featureTable, long featureId, Styles styles)Set the styles for the feature table and feature idvoidFeatureStyleExtension. setStyles(FeatureRow featureRow, Styles styles)Set the styles for the feature rowvoidFeatureStyles. setStyles(Styles styles)Set the stylesvoidFeatureTableStyles. setStyles(long featureId, Styles styles)Set the styles for the feature table and feature idvoidFeatureTableStyles. setStyles(FeatureRow featureRow, Styles styles)Set the styles for the feature rowvoidFeatureStyleExtension. setTableStyles(String featureTable, Styles styles)Set the feature table default stylesvoidFeatureStyleExtension. setTableStyles(FeatureTable featureTable, Styles styles)Set the feature table default stylesvoidFeatureTableStyles. setTableStyles(Styles styles)Set the feature table default stylesConstructors in mil.nga.geopackage.extension.nga.style with parameters of type Styles Constructor Description FeatureStyles(Styles styles)ConstructorFeatureStyles(Styles styles, Icons icons)Constructor
-