Uses of Class
mil.nga.geopackage.extension.nga.style.FeatureStyle
-
Packages that use FeatureStyle Package Description mil.nga.geopackage.extension.nga.style mil.nga.geopackage.tiles.features -
-
Uses of FeatureStyle in mil.nga.geopackage.extension.nga.style
Methods in mil.nga.geopackage.extension.nga.style that return FeatureStyle Modifier and Type Method Description FeatureStyleFeatureStyleExtension. getFeatureStyle(String featureTable, long featureId, GeometryType geometryType)Get the feature style (style and icon) of the feature, searching in order: feature geometry type style or icon, feature default style or icon, table geometry type style or icon, table default style or iconFeatureStyleFeatureStyleExtension. getFeatureStyle(FeatureRow featureRow)Get the feature style (style and icon) of the feature row, searching in order: feature geometry type style or icon, feature default style or icon, table geometry type style or icon, table default style or iconFeatureStyleFeatureStyleExtension. getFeatureStyle(FeatureRow featureRow, GeometryType geometryType)Get the feature style (style and icon) of the feature row with the provided geometry type, searching in order: feature geometry type style or icon, feature default style or icon, table geometry type style or icon, table default style or iconFeatureStyleFeatureTableStyles. getFeatureStyle(long featureId, GeometryType geometryType)Get the feature style (style and icon) of the feature, searching in order: feature geometry type style or icon, feature default style or icon, table geometry type style or icon, table default style or iconFeatureStyleFeatureTableStyles. getFeatureStyle(FeatureRow featureRow)Get the feature style (style and icon) of the feature row, searching in order: feature geometry type style or icon, feature default style or icon, table geometry type style or icon, table default style or iconFeatureStyleFeatureTableStyles. getFeatureStyle(FeatureRow featureRow, GeometryType geometryType)Get the feature style (style and icon) of the feature row with the provided geometry type, searching in order: feature geometry type style or icon, feature default style or icon, table geometry type style or icon, table default style or iconFeatureStyleFeatureStyleExtension. getFeatureStyleDefault(String featureTable, long featureId)Get the feature style (style and icon) of the feature, searching in order: feature geometry type style or icon, feature default style or icon, table geometry type style or icon, table default style or iconFeatureStyleFeatureStyleExtension. getFeatureStyleDefault(FeatureRow featureRow)Get the feature style default (style and icon) of the feature row, searching in order: feature default style or icon, table default style or iconFeatureStyleFeatureTableStyles. getFeatureStyleDefault(long featureId)Get the feature style (style and icon) of the feature, searching in order: feature geometry type style or icon, feature default style or icon, table geometry type style or icon, table default style or iconFeatureStyleFeatureTableStyles. getFeatureStyleDefault(FeatureRow featureRow)Get the feature style default (style and icon) of the feature row, searching in order: feature default style or icon, table default style or iconMethods in mil.nga.geopackage.extension.nga.style with parameters of type FeatureStyle Modifier and Type Method Description voidFeatureStyleExtension. setFeatureStyle(String featureTable, long featureId, GeometryType geometryType, FeatureStyle featureStyle)Set the feature style (style and icon) of the featurevoidFeatureStyleExtension. setFeatureStyle(FeatureRow featureRow, FeatureStyle featureStyle)Set the feature style (style and icon) of the feature rowvoidFeatureStyleExtension. setFeatureStyle(FeatureRow featureRow, GeometryType geometryType, FeatureStyle featureStyle)Set the feature style (style and icon) of the feature row for the specified geometry typevoidFeatureTableStyles. setFeatureStyle(long featureId, GeometryType geometryType, FeatureStyle featureStyle)Set the feature style (style and icon) of the featurevoidFeatureTableStyles. setFeatureStyle(FeatureRow featureRow, FeatureStyle featureStyle)Set the feature style (style and icon) of the feature rowvoidFeatureTableStyles. setFeatureStyle(FeatureRow featureRow, GeometryType geometryType, FeatureStyle featureStyle)Set the feature style (style and icon) of the feature row for the specified geometry typevoidFeatureStyleExtension. setFeatureStyleDefault(String featureTable, long featureId, FeatureStyle featureStyle)Set the feature style (style and icon) of the featurevoidFeatureStyleExtension. setFeatureStyleDefault(FeatureRow featureRow, FeatureStyle featureStyle)Set the feature style default (style and icon) of the feature rowvoidFeatureTableStyles. setFeatureStyleDefault(long featureId, FeatureStyle featureStyle)Set the feature style (style and icon) of the featurevoidFeatureTableStyles. setFeatureStyleDefault(FeatureRow featureRow, FeatureStyle featureStyle)Set the feature style default (style and icon) of the feature row -
Uses of FeatureStyle in mil.nga.geopackage.tiles.features
Methods in mil.nga.geopackage.tiles.features that return FeatureStyle Modifier and Type Method Description protected FeatureStyleFeatureTiles. getFeatureStyle(FeatureRow featureRow)Get the feature style for the feature row and geometry typeprotected FeatureStyleFeatureTiles. getFeatureStyle(FeatureRow featureRow, GeometryType geometryType)Get the feature style for the feature row and geometry typeMethods in mil.nga.geopackage.tiles.features with parameters of type FeatureStyle Modifier and Type Method Description protected PaintFeatureTiles. getLinePaint(FeatureStyle featureStyle)Get the line paint for the feature style, or return the default paintprotected PaintFeatureTiles. getPointPaint(FeatureStyle featureStyle)Get the point paint for the feature style, or return the default paintprotected PaintFeatureTiles. getPolygonFillPaint(FeatureStyle featureStyle)Get the polygon fill paint for the feature style, or return the default paintprotected PaintFeatureTiles. getPolygonPaint(FeatureStyle featureStyle)Get the polygon paint for the feature style, or return the default paint
-