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 StyleRow
StyleRow. copy()
Copy the rowStyleRow
Styles. getDefault()
Default styleStyleRow
StyleDao. getRow(AttributesResultSet resultSet)
Get the style row from the current result set locationStyleRow
StyleDao. getRow(AttributesRow row)
Get a style row from the attributes rowStyleRow
FeatureStyle. getStyle()
Get the style rowStyleRow
FeatureStyleExtension. 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 styleStyleRow
FeatureStyleExtension. 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 styleStyleRow
FeatureStyleExtension. 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 styleStyleRow
FeatureStyleExtension. 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 styleStyleRow
FeatureTableStyles. 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 styleStyleRow
FeatureTableStyles. 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 styleStyleRow
FeatureTableStyles. 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 styleStyleRow
Styles. getStyle()
Get the style, either the default or single geometry type styleStyleRow
Styles. getStyle(GeometryType geometryType)
Get the style for the geometry typeStyleRow
FeatureStyleExtension. getStyleDefault(String featureTable, long featureId)
Get the default style of the feature, searching in order: feature default style, table default styleStyleRow
FeatureStyleExtension. 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 styleStyleRow
FeatureStyleExtension. getStyleDefault(FeatureRow featureRow)
Get the default style of the feature row, searching in order: feature default style, table default styleStyleRow
FeatureTableStyles. getStyleDefault(long featureId)
Get the default style of the feature, searching in order: feature default style, table default styleStyleRow
FeatureTableStyles. getStyleDefault(FeatureRow featureRow)
Get the default style of the feature row, searching in order: feature default style, table default styleStyleRow
FeatureStyleExtension. getTableStyle(String featureTable, GeometryType geometryType)
Get the style of the feature table and geometry typeStyleRow
FeatureTableStyles. getTableStyle(GeometryType geometryType)
Get the table style of the geometry typeStyleRow
FeatureStyleExtension. getTableStyleDefault(String featureTable)
Get the default style of the feature tableStyleRow
FeatureTableStyles. getTableStyleDefault()
Get the table style defaultStyleRow
StyleDao. newRow()
StyleRow
StyleDao. 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 PixelBounds
FeatureStyleExtension. calculatePixelBounds(StyleRow styleRow)
Calculate style pixel bounds for the style rowstatic PixelBounds
FeatureStyleExtension. calculatePixelBounds(StyleRow styleRow, float scale)
Calculate style pixel bounds for the style rowstatic void
FeatureStyleExtension. calculatePixelBounds(PixelBounds pixelBounds, StyleRow styleRow)
Calculate style pixel bounds for the style rowstatic void
FeatureStyleExtension. calculatePixelBounds(PixelBounds pixelBounds, StyleRow styleRow, float scale)
Calculate style pixel bounds for the style rowint
FeatureStyleExtension. countStyleRowMappings(StyleRow styleRow)
Count the number of mappings to the style rowint
FeatureStyleExtension. deleteStyleRow(StyleRow styleRow)
Delete a style row and mappingsint
FeatureStyleExtension. deleteStyleRowMappings(StyleRow styleRow)
Delete style row mappingsint
FeatureStyleExtension. deleteStyleRowNotMapped(StyleRow styleRow)
Delete a style row only if it has no mappingsboolean
FeatureStyleExtension. hasStyleRowMapping(StyleRow styleRow)
Determine if a mapping to the style row existsvoid
Styles. setDefault(StyleRow styleRow)
Set the default style iconvoid
FeatureStyle. setStyle(StyleRow style)
Set the style rowvoid
FeatureStyleExtension. setStyle(String featureTable, long featureId, GeometryType geometryType, StyleRow style)
Set the style of the featurevoid
FeatureStyleExtension. setStyle(FeatureRow featureRow, StyleRow style)
Set the style of the feature rowvoid
FeatureStyleExtension. setStyle(FeatureRow featureRow, GeometryType geometryType, StyleRow style)
Set the style of the feature row for the specified geometry typevoid
FeatureTableStyles. setStyle(long featureId, GeometryType geometryType, StyleRow style)
Set the style of the featurevoid
FeatureTableStyles. setStyle(FeatureRow featureRow, StyleRow style)
Set the style of the feature rowvoid
FeatureTableStyles. setStyle(FeatureRow featureRow, GeometryType geometryType, StyleRow style)
Set the style of the feature row for the specified geometry typevoid
Styles. setStyle(StyleRow styleRow, GeometryType geometryType)
Set the style for the geometry typevoid
FeatureStyleExtension. setStyleDefault(String featureTable, long featureId, StyleRow style)
Set the default style of the featurevoid
FeatureStyleExtension. setStyleDefault(FeatureRow featureRow, StyleRow style)
Set the default style of the feature rowvoid
FeatureTableStyles. setStyleDefault(long featureId, StyleRow style)
Set the default style of the featurevoid
FeatureTableStyles. setStyleDefault(FeatureRow featureRow, StyleRow style)
Set the default style of the feature rowvoid
FeatureStyleExtension. setTableStyle(String featureTable, GeometryType geometryType, StyleRow style)
Set the feature table style for the geometry typevoid
FeatureStyleExtension. setTableStyle(FeatureTable featureTable, GeometryType geometryType, StyleRow style)
Set the feature table style for the geometry typevoid
FeatureTableStyles. setTableStyle(GeometryType geometryType, StyleRow style)
Set the feature table style for the geometry typevoid
FeatureStyleExtension. setTableStyleDefault(String featureTable, StyleRow style)
Set the feature table style defaultvoid
FeatureStyleExtension. setTableStyleDefault(FeatureTable featureTable, StyleRow style)
Set the feature table style defaultvoid
FeatureTableStyles. 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 FeaturePaint
FeaturePaintCache. getFeaturePaint(StyleRow styleRow)
Get the feature paint for the style rowPaint
FeaturePaintCache. getPaint(StyleRow styleRow, FeatureDrawType type)
Get the paint for the style row and draw typevoid
FeaturePaintCache. setPaint(StyleRow styleRow, FeatureDrawType type, Paint paint)
Set the paint for the style id and draw type
-