Uses of Class
mil.nga.geopackage.extension.nga.style.StyleRow
-
Packages that use StyleRow Package Description mil.nga.geopackage.extension.nga.style mil.nga.geopackage.tiles.features -
-
Uses of StyleRow in mil.nga.geopackage.extension.nga.style
Methods in mil.nga.geopackage.extension.nga.style that return StyleRow Modifier and Type Method Description StyleRowStyleRow. copy()Copy the rowStyleRowStyles. getDefault()Default styleStyleRowStyleDao. getRow(AttributesResultSet resultSet)Get the style row from the current result set locationStyleRowStyleDao. getRow(AttributesRow row)Get a style row from the attributes rowStyleRowFeatureStyle. getStyle()Get the style rowStyleRowFeatureStyleExtension. getStyle(String featureTable, long featureId, GeometryType geometryType)Get the style of the feature, searching in order: feature geometry type style, feature default style, table geometry type style, table default styleStyleRowFeatureStyleExtension. getStyle(String featureTable, long featureId, GeometryType geometryType, boolean tableStyle)Get the style of the feature, searching in order: feature geometry type style, feature default style, when tableStyle enabled continue searching: table geometry type style, table default styleStyleRowFeatureStyleExtension. getStyle(FeatureRow featureRow)Get the style of the feature row, searching in order: feature geometry type style, feature default style, table geometry type style, table default styleStyleRowFeatureStyleExtension. getStyle(FeatureRow featureRow, GeometryType geometryType)Get the style of the feature row with the provided geometry type, searching in order: feature geometry type style, feature default style, table geometry type style, table default styleStyleRowFeatureTableStyles. getStyle(long featureId, GeometryType geometryType)Get the style of the feature, searching in order: feature geometry type style, feature default style, table geometry type style, table default styleStyleRowFeatureTableStyles. getStyle(FeatureRow featureRow)Get the style of the feature row, searching in order: feature geometry type style, feature default style, table geometry type style, table default styleStyleRowFeatureTableStyles. getStyle(FeatureRow featureRow, GeometryType geometryType)Get the style of the feature row with the provided geometry type, searching in order: feature geometry type style, feature default style, table geometry type style, table default styleStyleRowStyles. getStyle()Get the style, either the default or single geometry type styleStyleRowStyles. getStyle(GeometryType geometryType)Get the style for the geometry typeStyleRowFeatureStyleExtension. getStyleDefault(String featureTable, long featureId)Get the default style of the feature, searching in order: feature default style, table default styleStyleRowFeatureStyleExtension. getStyleDefault(String featureTable, long featureId, boolean tableStyle)Get the default style of the feature, searching in order: feature default style, when tableStyle enabled continue searching: table default styleStyleRowFeatureStyleExtension. getStyleDefault(FeatureRow featureRow)Get the default style of the feature row, searching in order: feature default style, table default styleStyleRowFeatureTableStyles. getStyleDefault(long featureId)Get the default style of the feature, searching in order: feature default style, table default styleStyleRowFeatureTableStyles. getStyleDefault(FeatureRow featureRow)Get the default style of the feature row, searching in order: feature default style, table default styleStyleRowFeatureStyleExtension. getTableStyle(String featureTable, GeometryType geometryType)Get the style of the feature table and geometry typeStyleRowFeatureTableStyles. getTableStyle(GeometryType geometryType)Get the table style of the geometry typeStyleRowFeatureStyleExtension. getTableStyleDefault(String featureTable)Get the default style of the feature tableStyleRowFeatureTableStyles. getTableStyleDefault()Get the table style defaultStyleRowStyleDao. newRow()StyleRowStyleDao. queryForRow(StyleMappingRow styleMappingRow)Query for the style row from a style mapping rowMethods in mil.nga.geopackage.extension.nga.style that return types with arguments of type StyleRow Modifier and Type Method Description Map<Long,StyleRow>FeatureStyleExtension. getFeatureStyles(String featureTable)Get all styles used by feature rows in the tableMap<Long,StyleRow>FeatureTableStyles. getFeatureStyles()Get all styles used by feature rows in the tableMap<Long,StyleRow>FeatureStyleExtension. getStyles(String featureTable)Get all styles used by the feature tableMap<Long,StyleRow>FeatureTableStyles. getStyles()Get all styles used by the feature tableMap<GeometryType,StyleRow>Styles. getStyles()Get an unmodifiable mapping between specific geometry types and stylesMethods in mil.nga.geopackage.extension.nga.style with parameters of type StyleRow Modifier and Type Method Description static PixelBoundsFeatureStyleExtension. calculatePixelBounds(StyleRow styleRow)Calculate style pixel bounds for the style rowstatic PixelBoundsFeatureStyleExtension. calculatePixelBounds(StyleRow styleRow, float scale)Calculate style pixel bounds for the style rowstatic voidFeatureStyleExtension. calculatePixelBounds(PixelBounds pixelBounds, StyleRow styleRow)Calculate style pixel bounds for the style rowstatic voidFeatureStyleExtension. calculatePixelBounds(PixelBounds pixelBounds, StyleRow styleRow, float scale)Calculate style pixel bounds for the style rowintFeatureStyleExtension. countStyleRowMappings(StyleRow styleRow)Count the number of mappings to the style rowintFeatureStyleExtension. deleteStyleRow(StyleRow styleRow)Delete a style row and mappingsintFeatureStyleExtension. deleteStyleRowMappings(StyleRow styleRow)Delete style row mappingsintFeatureStyleExtension. deleteStyleRowNotMapped(StyleRow styleRow)Delete a style row only if it has no mappingsbooleanFeatureStyleExtension. hasStyleRowMapping(StyleRow styleRow)Determine if a mapping to the style row existsvoidStyles. setDefault(StyleRow styleRow)Set the default style iconvoidFeatureStyle. setStyle(StyleRow style)Set the style rowvoidFeatureStyleExtension. setStyle(String featureTable, long featureId, GeometryType geometryType, StyleRow style)Set the style of the featurevoidFeatureStyleExtension. setStyle(FeatureRow featureRow, StyleRow style)Set the style of the feature rowvoidFeatureStyleExtension. setStyle(FeatureRow featureRow, GeometryType geometryType, StyleRow style)Set the style of the feature row for the specified geometry typevoidFeatureTableStyles. setStyle(long featureId, GeometryType geometryType, StyleRow style)Set the style of the featurevoidFeatureTableStyles. setStyle(FeatureRow featureRow, StyleRow style)Set the style of the feature rowvoidFeatureTableStyles. setStyle(FeatureRow featureRow, GeometryType geometryType, StyleRow style)Set the style of the feature row for the specified geometry typevoidStyles. setStyle(StyleRow styleRow, GeometryType geometryType)Set the style for the geometry typevoidFeatureStyleExtension. setStyleDefault(String featureTable, long featureId, StyleRow style)Set the default style of the featurevoidFeatureStyleExtension. setStyleDefault(FeatureRow featureRow, StyleRow style)Set the default style of the feature rowvoidFeatureTableStyles. setStyleDefault(long featureId, StyleRow style)Set the default style of the featurevoidFeatureTableStyles. setStyleDefault(FeatureRow featureRow, StyleRow style)Set the default style of the feature rowvoidFeatureStyleExtension. setTableStyle(String featureTable, GeometryType geometryType, StyleRow style)Set the feature table style for the geometry typevoidFeatureStyleExtension. setTableStyle(FeatureTable featureTable, GeometryType geometryType, StyleRow style)Set the feature table style for the geometry typevoidFeatureTableStyles. setTableStyle(GeometryType geometryType, StyleRow style)Set the feature table style for the geometry typevoidFeatureStyleExtension. setTableStyleDefault(String featureTable, StyleRow style)Set the feature table style defaultvoidFeatureStyleExtension. setTableStyleDefault(FeatureTable featureTable, StyleRow style)Set the feature table style defaultvoidFeatureTableStyles. setTableStyleDefault(StyleRow style)Set the feature table style defaultConstructors in mil.nga.geopackage.extension.nga.style with parameters of type StyleRow Constructor Description FeatureStyle(StyleRow style)ConstructorFeatureStyle(StyleRow style, IconRow icon)ConstructorStyleRow(StyleRow styleRow)Copy Constructor -
Uses of StyleRow in mil.nga.geopackage.tiles.features
Methods in mil.nga.geopackage.tiles.features with parameters of type StyleRow Modifier and Type Method Description FeaturePaintFeaturePaintCache. getFeaturePaint(StyleRow styleRow)Get the feature paint for the style rowPaintFeaturePaintCache. getPaint(StyleRow styleRow, FeatureDrawType type)Get the paint for the style row and draw typevoidFeaturePaintCache. setPaint(StyleRow styleRow, FeatureDrawType type, Paint paint)Set the paint for the style id and draw type
-