Uses of Class
mil.nga.geopackage.extension.nga.style.FeatureStyles
-
Packages that use FeatureStyles Package Description mil.nga.geopackage.extension.nga.style -
-
Uses of FeatureStyles in mil.nga.geopackage.extension.nga.style
Methods in mil.nga.geopackage.extension.nga.style that return FeatureStyles Modifier and Type Method Description FeatureStylesFeatureStyleExtension. getFeatureStyles(String featureTable, long featureId)Get the feature styles for the feature table and feature idFeatureStylesFeatureStyleExtension. getFeatureStyles(FeatureRow featureRow)Get the feature styles for the feature rowFeatureStylesFeatureTableStyles. getFeatureStyles(long featureId)Get the feature styles for the feature idFeatureStylesFeatureTableStyles. getFeatureStyles(FeatureRow featureRow)Get the feature styles for the feature rowFeatureStylesFeatureStyleExtension. getTableFeatureStyles(String featureTable)Get the feature table default feature stylesFeatureStylesFeatureStyleExtension. getTableFeatureStyles(FeatureTable featureTable)Get the feature table default feature stylesFeatureStylesFeatureTableStyles. getTableFeatureStyles()Get the table feature stylesMethods in mil.nga.geopackage.extension.nga.style with parameters of type FeatureStyles Modifier and Type Method Description voidFeatureStyleExtension. setFeatureStyles(String featureTable, long featureId, FeatureStyles featureStyles)Set the feature styles for the feature table and feature idvoidFeatureStyleExtension. setFeatureStyles(FeatureRow featureRow, FeatureStyles featureStyles)Set the feature styles for the feature rowvoidFeatureTableStyles. setFeatureStyles(long featureId, FeatureStyles featureStyles)Set the feature styles for the feature table and feature idvoidFeatureTableStyles. setFeatureStyles(FeatureRow featureRow, FeatureStyles featureStyles)Set the feature styles for the feature rowvoidFeatureStyleExtension. setTableFeatureStyles(String featureTable, FeatureStyles featureStyles)Set the feature table default feature stylesvoidFeatureStyleExtension. setTableFeatureStyles(FeatureTable featureTable, FeatureStyles featureStyles)Set the feature table default feature stylesvoidFeatureTableStyles. setTableFeatureStyles(FeatureStyles featureStyles)Set the feature table default feature styles
-