public class FeatureStyleExtension extends FeatureCoreStyleExtension
| Modifier and Type | Field and Description |
|---|---|
protected RelatedTablesExtension |
relatedTables
Related Tables extension
|
contentsId, EXTENSION_AUTHOR, EXTENSION_DEFINITION, EXTENSION_NAME, EXTENSION_NAME_NO_AUTHOR, TABLE_MAPPING_ICON, TABLE_MAPPING_STYLE, TABLE_MAPPING_TABLE_ICON, TABLE_MAPPING_TABLE_STYLEextensionsDao, geoPackage| Constructor and Description |
|---|
FeatureStyleExtension(GeoPackage geoPackage)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAllFeatureStyles(FeatureTable featureTable)
Delete all feature styles including table styles, table icons, style, and
icons
|
void |
deleteAllFeatureStyles(String featureTable)
Delete all feature styles including table styles, table icons, style, and
icons
|
void |
deleteAllIcons(FeatureTable featureTable)
Delete all icons including table icons and feature row icons
|
void |
deleteAllIcons(String featureTable)
Delete all icons including table icons and feature row icons
|
void |
deleteAllStyles(FeatureTable featureTable)
Delete all styles including table styles and feature row styles
|
void |
deleteAllStyles(String featureTable)
Delete all styles including table styles and feature row styles
|
void |
deleteFeatureStyles(FeatureTable featureTable)
Delete all feature styles
|
void |
deleteFeatureStyles(String featureTable)
Delete all feature styles
|
void |
deleteIcon(FeatureRow featureRow)
Delete the feature row icon for the feature row geometry type
|
void |
deleteIcon(FeatureRow featureRow,
mil.nga.sf.GeometryType geometryType)
Delete the feature row icon for the geometry type
|
void |
deleteIcon(String featureTable,
long featureId,
mil.nga.sf.GeometryType geometryType)
Delete the feature row icon for the geometry type
|
void |
deleteIconDefault(FeatureRow featureRow)
Delete the feature row default icon
|
void |
deleteIconDefault(String featureTable,
long featureId)
Delete the feature row default icon
|
void |
deleteIcons(FeatureRow featureRow)
Delete feature row icons
|
void |
deleteIcons(FeatureTable featureTable)
Delete all icons
|
void |
deleteIcons(String featureTable)
Delete all icons
|
void |
deleteIcons(String featureTable,
long featureId)
Delete feature row icons
|
void |
deleteStyle(FeatureRow featureRow)
Delete the feature row style for the feature row geometry type
|
void |
deleteStyle(FeatureRow featureRow,
mil.nga.sf.GeometryType geometryType)
Delete the feature row style for the geometry type
|
void |
deleteStyle(String featureTable,
long featureId,
mil.nga.sf.GeometryType geometryType)
Delete the feature row style for the geometry type
|
void |
deleteStyleDefault(FeatureRow featureRow)
Delete the feature row default style
|
void |
deleteStyleDefault(String featureTable,
long featureId)
Delete the feature row default style
|
void |
deleteStyles(FeatureRow featureRow)
Delete feature row styles
|
void |
deleteStyles(FeatureTable featureTable)
Delete all styles
|
void |
deleteStyles(String featureTable)
Delete all styles
|
void |
deleteStyles(String featureTable,
long featureId)
Delete feature row styles
|
void |
deleteTableFeatureStyles(FeatureTable featureTable)
Delete the feature table feature styles
|
void |
deleteTableFeatureStyles(String featureTable)
Delete the feature table feature styles
|
void |
deleteTableIcon(FeatureTable featureTable,
mil.nga.sf.GeometryType geometryType)
Delete the feature table icon for the geometry type
|
void |
deleteTableIcon(String featureTable,
mil.nga.sf.GeometryType geometryType)
Delete the feature table icon for the geometry type
|
void |
deleteTableIconDefault(FeatureTable featureTable)
Delete the feature table default icon
|
void |
deleteTableIconDefault(String featureTable)
Delete the feature table default icon
|
void |
deleteTableIcons(FeatureTable featureTable)
Delete the feature table icons
|
void |
deleteTableIcons(String featureTable)
Delete the feature table icons
|
void |
deleteTableStyle(FeatureTable featureTable,
mil.nga.sf.GeometryType geometryType)
Delete the feature table style for the geometry type
|
void |
deleteTableStyle(String featureTable,
mil.nga.sf.GeometryType geometryType)
Delete the feature table style for the geometry type
|
void |
deleteTableStyleDefault(FeatureTable featureTable)
Delete the feature table default style
|
void |
deleteTableStyleDefault(String featureTable)
Delete the feature table default style
|
void |
deleteTableStyles(FeatureTable featureTable)
Delete the feature table styles
|
void |
deleteTableStyles(String featureTable)
Delete the feature table styles
|
List<Long> |
getAllIconIds(FeatureTable featureTable)
Get all the unique icon row ids the features map to
|
List<Long> |
getAllIconIds(String featureTable)
Get all the unique icon row ids the features map to
|
List<Long> |
getAllStyleIds(FeatureTable featureTable)
Get all the unique style row ids the features map to
|
List<Long> |
getAllStyleIds(String featureTable)
Get all the unique style row ids the features map to
|
List<Long> |
getAllTableIconIds(FeatureTable featureTable)
Get all the unique icon row ids the table maps to
|
List<Long> |
getAllTableIconIds(String featureTable)
Get all the unique icon row ids the table maps to
|
List<Long> |
getAllTableStyleIds(FeatureTable featureTable)
Get all the unique style row ids the table maps to
|
List<Long> |
getAllTableStyleIds(String featureTable)
Get all the unique style row ids the table maps to
|
FeatureStyle |
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 icon
|
FeatureStyle |
getFeatureStyle(FeatureRow featureRow,
mil.nga.sf.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 icon
|
FeatureStyle |
getFeatureStyle(String featureTable,
long featureId,
mil.nga.sf.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 icon
|
FeatureStyle |
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
icon
|
FeatureStyle |
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 icon
|
FeatureStyles |
getFeatureStyles(FeatureRow featureRow)
Get the feature styles for the feature row
|
FeatureStyles |
getFeatureStyles(String featureTable,
long featureId)
Get the feature styles for the feature table and feature id
|
GeoPackage |
getGeoPackage() |
IconRow |
getIcon(FeatureRow featureRow)
Get the icon of the feature row, searching in order: feature geometry
type icon, feature default icon, table geometry type icon, table default
icon
|
IconRow |
getIcon(FeatureRow featureRow,
mil.nga.sf.GeometryType geometryType)
Get the icon of the feature row with the provided geometry type,
searching in order: feature geometry type icon, feature default icon,
table geometry type icon, table default icon
|
IconRow |
getIcon(String featureTable,
long featureId,
mil.nga.sf.GeometryType geometryType)
Get the icon of the feature, searching in order: feature geometry type
icon, feature default icon, table geometry type icon, table default icon
|
IconRow |
getIcon(String featureTable,
long featureId,
mil.nga.sf.GeometryType geometryType,
boolean tableIcon)
Get the icon of the feature, searching in order: feature geometry type
icon, feature default icon, when tableIcon enabled continue searching:
table geometry type icon, table default icon
|
IconDao |
getIconDao()
Get a icon DAO
|
IconRow |
getIconDefault(FeatureRow featureRow)
Get the default icon of the feature row, searching in order: feature
default icon, table default icon
|
IconRow |
getIconDefault(String featureTable,
long featureId)
Get the default icon of the feature, searching in order: feature default
icon, table default icon
|
IconRow |
getIconDefault(String featureTable,
long featureId,
boolean tableIcon)
Get the default icon of the feature, searching in order: feature default
icon, when tableIcon enabled continue searching: table default icon
|
StyleMappingDao |
getIconMappingDao(String featureTable)
Get a Icon Mapping DAO
|
Icons |
getIcons(FeatureRow featureRow)
Get the icons for the feature row
|
Icons |
getIcons(String featureTable,
long featureId)
Get the icons for the feature table and feature id
|
RelatedTablesExtension |
getRelatedTables() |
StyleRow |
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 style
|
StyleRow |
getStyle(FeatureRow featureRow,
mil.nga.sf.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 style
|
StyleRow |
getStyle(String featureTable,
long featureId,
mil.nga.sf.GeometryType geometryType)
Get the style of the feature, searching in order: feature geometry type
style, feature default style, table geometry type style, table default
style
|
StyleRow |
getStyle(String featureTable,
long featureId,
mil.nga.sf.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 style
|
StyleDao |
getStyleDao()
Get a style DAO
|
StyleRow |
getStyleDefault(FeatureRow featureRow)
Get the default style of the feature row, searching in order: feature
default style, table default style
|
StyleRow |
getStyleDefault(String featureTable,
long featureId)
Get the default style of the feature, searching in order: feature default
style, table default style
|
StyleRow |
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 style
|
StyleMappingDao |
getStyleMappingDao(String featureTable)
Get a Style Mapping DAO
|
Styles |
getStyles(FeatureRow featureRow)
Get the styles for the feature row
|
Styles |
getStyles(String featureTable,
long featureId)
Get the styles for the feature table and feature id
|
FeatureStyles |
getTableFeatureStyles(FeatureTable featureTable)
Get the feature table default feature styles
|
FeatureStyles |
getTableFeatureStyles(String featureTable)
Get the feature table default feature styles
|
IconRow |
getTableIcon(String featureTable,
mil.nga.sf.GeometryType geometryType)
Get the icon of the feature table and geometry type
|
IconRow |
getTableIconDefault(String featureTable)
Get the default icon of the feature table
|
StyleMappingDao |
getTableIconMappingDao(String featureTable)
Get a Table Icon Mapping DAO
|
Icons |
getTableIcons(FeatureTable featureTable)
Get the feature table default icons
|
Icons |
getTableIcons(String featureTable)
Get the feature table default icons
|
StyleRow |
getTableStyle(String featureTable,
mil.nga.sf.GeometryType geometryType)
Get the style of the feature table and geometry type
|
StyleRow |
getTableStyleDefault(String featureTable)
Get the default style of the feature table
|
StyleMappingDao |
getTableStyleMappingDao(String featureTable)
Get a Table Style Mapping DAO
|
Styles |
getTableStyles(FeatureTable featureTable)
Get the feature table default styles
|
Styles |
getTableStyles(String featureTable)
Get the feature table default styles
|
void |
setFeatureStyle(FeatureRow featureRow,
FeatureStyle featureStyle)
Set the feature style (style and icon) of the feature row
|
void |
setFeatureStyle(FeatureRow featureRow,
mil.nga.sf.GeometryType geometryType,
FeatureStyle featureStyle)
Set the feature style (style and icon) of the feature row for the
specified geometry type
|
void |
setFeatureStyle(String featureTable,
long featureId,
mil.nga.sf.GeometryType geometryType,
FeatureStyle featureStyle)
Set the feature style (style and icon) of the feature
|
void |
setFeatureStyleDefault(FeatureRow featureRow,
FeatureStyle featureStyle)
Set the feature style default (style and icon) of the feature row
|
void |
setFeatureStyleDefault(String featureTable,
long featureId,
FeatureStyle featureStyle)
Set the feature style (style and icon) of the feature
|
void |
setFeatureStyles(FeatureRow featureRow,
FeatureStyles featureStyles)
Set the feature styles for the feature row
|
void |
setFeatureStyles(String featureTable,
long featureId,
FeatureStyles featureStyles)
Set the feature styles for the feature table and feature id
|
void |
setIcon(FeatureRow featureRow,
mil.nga.sf.GeometryType geometryType,
IconRow icon)
Set the icon of the feature row for the specified geometry type
|
void |
setIcon(FeatureRow featureRow,
IconRow icon)
Set the icon of the feature row
|
void |
setIcon(String featureTable,
long featureId,
mil.nga.sf.GeometryType geometryType,
IconRow icon)
Get the icon of the feature, searching in order: feature geometry type
icon, feature default icon, table geometry type icon, table default icon
|
void |
setIconDefault(FeatureRow featureRow,
IconRow icon)
Set the default icon of the feature row
|
void |
setIconDefault(String featureTable,
long featureId,
IconRow icon)
Set the default icon of the feature
|
void |
setIcons(FeatureRow featureRow,
Icons icons)
Set the icons for the feature row
|
void |
setIcons(String featureTable,
long featureId,
Icons icons)
Set the icons for the feature table and feature id
|
void |
setStyle(FeatureRow featureRow,
mil.nga.sf.GeometryType geometryType,
StyleRow style)
Set the style of the feature row for the specified geometry type
|
void |
setStyle(FeatureRow featureRow,
StyleRow style)
Set the style of the feature row
|
void |
setStyle(String featureTable,
long featureId,
mil.nga.sf.GeometryType geometryType,
StyleRow style)
Set the style of the feature
|
void |
setStyleDefault(FeatureRow featureRow,
StyleRow style)
Set the default style of the feature row
|
void |
setStyleDefault(String featureTable,
long featureId,
StyleRow style)
Set the default style of the feature
|
void |
setStyles(FeatureRow featureRow,
Styles styles)
Set the styles for the feature row
|
void |
setStyles(String featureTable,
long featureId,
Styles styles)
Set the styles for the feature table and feature id
|
void |
setTableFeatureStyles(FeatureTable featureTable,
FeatureStyles featureStyles)
Set the feature table default feature styles
|
void |
setTableFeatureStyles(String featureTable,
FeatureStyles featureStyles)
Set the feature table default feature styles
|
void |
setTableIcon(FeatureTable featureTable,
mil.nga.sf.GeometryType geometryType,
IconRow icon)
Set the feature table icon for the geometry type
|
void |
setTableIcon(String featureTable,
mil.nga.sf.GeometryType geometryType,
IconRow icon)
Set the feature table icon for the geometry type
|
void |
setTableIconDefault(FeatureTable featureTable,
IconRow icon)
Set the feature table icon default
|
void |
setTableIconDefault(String featureTable,
IconRow icon)
Set the feature table icon default
|
void |
setTableIcons(FeatureTable featureTable,
Icons icons)
Set the feature table default icons
|
void |
setTableIcons(String featureTable,
Icons icons)
Set the feature table default icons
|
void |
setTableStyle(FeatureTable featureTable,
mil.nga.sf.GeometryType geometryType,
StyleRow style)
Set the feature table style for the geometry type
|
void |
setTableStyle(String featureTable,
mil.nga.sf.GeometryType geometryType,
StyleRow style)
Set the feature table style for the geometry type
|
void |
setTableStyleDefault(FeatureTable featureTable,
StyleRow style)
Set the feature table style default
|
void |
setTableStyleDefault(String featureTable,
StyleRow style)
Set the feature table style default
|
void |
setTableStyles(FeatureTable featureTable,
Styles styles)
Set the feature table default styles
|
void |
setTableStyles(String featureTable,
Styles styles)
Set the feature table default styles
|
createIconRelationship, createRelationships, createStyleRelationship, createTableIconRelationship, createTableStyleRelationship, deleteIconRelationship, deleteRelationships, deleteRelationships, deleteStyleRelationship, deleteTableIconRelationship, deleteTableStyleRelationship, getContentsId, getMappingTableName, getTables, has, has, hasIconRelationship, hasRelationship, hasStyleRelationship, hasTableIconRelationship, hasTableStyleRelationship, removeExtensionget, getExtensions, getExtensions, getExtensionsDao, getOrCreate, has, hasprotected final RelatedTablesExtension relatedTables
public FeatureStyleExtension(GeoPackage geoPackage)
geoPackage - GeoPackagepublic GeoPackage getGeoPackage()
getGeoPackage in class BaseExtensionpublic RelatedTablesExtension getRelatedTables()
getRelatedTables in class FeatureCoreStyleExtensionpublic StyleMappingDao getStyleMappingDao(String featureTable)
featureTable - feature tablepublic StyleMappingDao getTableStyleMappingDao(String featureTable)
featureTable - feature tablepublic StyleMappingDao getIconMappingDao(String featureTable)
featureTable - feature tablepublic StyleMappingDao getTableIconMappingDao(String featureTable)
featureTable - feature tablepublic StyleDao getStyleDao()
public IconDao getIconDao()
public FeatureStyles getTableFeatureStyles(FeatureTable featureTable)
featureTable - feature tablepublic FeatureStyles getTableFeatureStyles(String featureTable)
featureTable - feature tablepublic Styles getTableStyles(FeatureTable featureTable)
featureTable - feature tablepublic Styles getTableStyles(String featureTable)
featureTable - feature tablepublic StyleRow getTableStyle(String featureTable, mil.nga.sf.GeometryType geometryType)
featureTable - feature tablegeometryType - geometry typepublic StyleRow getTableStyleDefault(String featureTable)
featureTable - feature tablepublic Icons getTableIcons(FeatureTable featureTable)
featureTable - feature tablepublic Icons getTableIcons(String featureTable)
featureTable - feature tablepublic IconRow getTableIconDefault(String featureTable)
featureTable - feature tablepublic IconRow getTableIcon(String featureTable, mil.nga.sf.GeometryType geometryType)
featureTable - feature tablegeometryType - geometry typepublic FeatureStyles getFeatureStyles(FeatureRow featureRow)
featureRow - feature rowpublic FeatureStyles getFeatureStyles(String featureTable, long featureId)
featureTable - feature tablefeatureId - feature idpublic FeatureStyle getFeatureStyle(FeatureRow featureRow)
featureRow - feature rowpublic FeatureStyle getFeatureStyle(FeatureRow featureRow, mil.nga.sf.GeometryType geometryType)
featureRow - feature rowgeometryType - geometry typepublic FeatureStyle getFeatureStyleDefault(FeatureRow featureRow)
featureRow - feature rowpublic FeatureStyle getFeatureStyle(String featureTable, long featureId, mil.nga.sf.GeometryType geometryType)
featureTable - feature tablefeatureId - feature idgeometryType - geometry typepublic FeatureStyle getFeatureStyleDefault(String featureTable, long featureId)
featureTable - feature tablefeatureId - feature idpublic Styles getStyles(FeatureRow featureRow)
featureRow - feature rowpublic Styles getStyles(String featureTable, long featureId)
featureTable - feature tablefeatureId - feature idpublic StyleRow getStyle(FeatureRow featureRow)
featureRow - feature rowpublic StyleRow getStyle(FeatureRow featureRow, mil.nga.sf.GeometryType geometryType)
featureRow - feature rowgeometryType - geometry typepublic StyleRow getStyleDefault(FeatureRow featureRow)
featureRow - feature rowpublic StyleRow getStyle(String featureTable, long featureId, mil.nga.sf.GeometryType geometryType)
featureTable - feature tablefeatureId - feature idgeometryType - geometry typepublic StyleRow getStyleDefault(String featureTable, long featureId)
featureTable - feature tablefeatureId - feature idpublic StyleRow getStyle(String featureTable, long featureId, mil.nga.sf.GeometryType geometryType, boolean tableStyle)
featureTable - feature tablefeatureId - feature idgeometryType - geometry typetableStyle - when true and a feature style is not found, query for a
matching table stylepublic StyleRow getStyleDefault(String featureTable, long featureId, boolean tableStyle)
featureTable - feature tablefeatureId - feature idtableStyle - when true and a feature style is not found, query for a
matching table stylepublic Icons getIcons(FeatureRow featureRow)
featureRow - feature rowpublic Icons getIcons(String featureTable, long featureId)
featureTable - feature tablefeatureId - feature idpublic IconRow getIcon(FeatureRow featureRow)
featureRow - feature rowpublic IconRow getIcon(FeatureRow featureRow, mil.nga.sf.GeometryType geometryType)
featureRow - feature rowgeometryType - geometry typepublic IconRow getIconDefault(FeatureRow featureRow)
featureRow - feature rowpublic IconRow getIcon(String featureTable, long featureId, mil.nga.sf.GeometryType geometryType)
featureTable - feature tablefeatureId - feature idgeometryType - geometry typepublic IconRow getIconDefault(String featureTable, long featureId)
featureTable - feature tablefeatureId - feature idpublic IconRow getIcon(String featureTable, long featureId, mil.nga.sf.GeometryType geometryType, boolean tableIcon)
featureTable - feature tablefeatureId - feature idgeometryType - geometry typetableIcon - when true and a feature icon is not found, query for a
matching table iconpublic IconRow getIconDefault(String featureTable, long featureId, boolean tableIcon)
featureTable - feature tablefeatureId - feature idtableIcon - when true and a feature icon is not found, query for a
matching table iconpublic void setTableFeatureStyles(FeatureTable featureTable, FeatureStyles featureStyles)
featureTable - feature tablefeatureStyles - default feature stylespublic void setTableFeatureStyles(String featureTable, FeatureStyles featureStyles)
featureTable - feature tablefeatureStyles - default feature stylespublic void setTableStyles(FeatureTable featureTable, Styles styles)
featureTable - feature tablestyles - default stylespublic void setTableStyles(String featureTable, Styles styles)
featureTable - feature tablestyles - default stylespublic void setTableStyleDefault(FeatureTable featureTable, StyleRow style)
featureTable - feature tablestyle - style rowpublic void setTableStyleDefault(String featureTable, StyleRow style)
featureTable - feature tablestyle - style rowpublic void setTableStyle(FeatureTable featureTable, mil.nga.sf.GeometryType geometryType, StyleRow style)
featureTable - feature tablegeometryType - geometry typestyle - style rowpublic void setTableStyle(String featureTable, mil.nga.sf.GeometryType geometryType, StyleRow style)
featureTable - feature tablegeometryType - geometry typestyle - style rowpublic void setTableIcons(FeatureTable featureTable, Icons icons)
featureTable - feature tableicons - default iconspublic void setTableIcons(String featureTable, Icons icons)
featureTable - feature tableicons - default iconspublic void setTableIconDefault(FeatureTable featureTable, IconRow icon)
featureTable - feature tableicon - icon rowpublic void setTableIconDefault(String featureTable, IconRow icon)
featureTable - feature tableicon - icon rowpublic void setTableIcon(FeatureTable featureTable, mil.nga.sf.GeometryType geometryType, IconRow icon)
featureTable - feature tablegeometryType - geometry typeicon - icon rowpublic void setTableIcon(String featureTable, mil.nga.sf.GeometryType geometryType, IconRow icon)
featureTable - feature tablegeometryType - geometry typeicon - icon rowpublic void setFeatureStyles(FeatureRow featureRow, FeatureStyles featureStyles)
featureRow - feature rowfeatureStyles - feature stylespublic void setFeatureStyles(String featureTable, long featureId, FeatureStyles featureStyles)
featureTable - feature tablefeatureId - feature idfeatureStyles - feature stylespublic void setFeatureStyle(FeatureRow featureRow, FeatureStyle featureStyle)
featureRow - feature rowfeatureStyle - feature stylepublic void setFeatureStyle(FeatureRow featureRow, mil.nga.sf.GeometryType geometryType, FeatureStyle featureStyle)
featureRow - feature rowgeometryType - geometry typefeatureStyle - feature stylepublic void setFeatureStyleDefault(FeatureRow featureRow, FeatureStyle featureStyle)
featureRow - feature rowfeatureStyle - feature stylepublic void setFeatureStyle(String featureTable, long featureId, mil.nga.sf.GeometryType geometryType, FeatureStyle featureStyle)
featureTable - feature tablefeatureId - feature idgeometryType - geometry typefeatureStyle - feature stylepublic void setFeatureStyleDefault(String featureTable, long featureId, FeatureStyle featureStyle)
featureTable - feature tablefeatureId - feature idfeatureStyle - feature stylepublic void setStyles(FeatureRow featureRow, Styles styles)
featureRow - feature rowstyles - stylespublic void setStyles(String featureTable, long featureId, Styles styles)
featureTable - feature tablefeatureId - feature idstyles - stylespublic void setStyle(FeatureRow featureRow, StyleRow style)
featureRow - feature rowstyle - style rowpublic void setStyle(FeatureRow featureRow, mil.nga.sf.GeometryType geometryType, StyleRow style)
featureRow - feature rowgeometryType - geometry typestyle - style rowpublic void setStyleDefault(FeatureRow featureRow, StyleRow style)
featureRow - feature rowstyle - style rowpublic void setStyle(String featureTable, long featureId, mil.nga.sf.GeometryType geometryType, StyleRow style)
featureTable - feature tablefeatureId - feature idgeometryType - geometry typestyle - style rowpublic void setStyleDefault(String featureTable, long featureId, StyleRow style)
featureTable - feature tablefeatureId - feature idstyle - style rowpublic void setIcons(FeatureRow featureRow, Icons icons)
featureRow - feature rowicons - iconspublic void setIcons(String featureTable, long featureId, Icons icons)
featureTable - feature tablefeatureId - feature idicons - iconspublic void setIcon(FeatureRow featureRow, IconRow icon)
featureRow - feature rowicon - icon rowpublic void setIcon(FeatureRow featureRow, mil.nga.sf.GeometryType geometryType, IconRow icon)
featureRow - feature rowgeometryType - geometry typeicon - icon rowpublic void setIconDefault(FeatureRow featureRow, IconRow icon)
featureRow - feature rowicon - icon rowpublic void setIcon(String featureTable, long featureId, mil.nga.sf.GeometryType geometryType, IconRow icon)
featureTable - feature tablefeatureId - feature idgeometryType - geometry typeicon - icon rowpublic void setIconDefault(String featureTable, long featureId, IconRow icon)
featureTable - feature tablefeatureId - feature idicon - icon rowpublic void deleteAllFeatureStyles(FeatureTable featureTable)
featureTable - feature tablepublic void deleteAllFeatureStyles(String featureTable)
featureTable - feature tablepublic void deleteAllStyles(FeatureTable featureTable)
featureTable - feature tablepublic void deleteAllStyles(String featureTable)
featureTable - feature tablepublic void deleteAllIcons(FeatureTable featureTable)
featureTable - feature tablepublic void deleteAllIcons(String featureTable)
featureTable - feature tablepublic void deleteTableFeatureStyles(FeatureTable featureTable)
featureTable - feature tablepublic void deleteTableFeatureStyles(String featureTable)
featureTable - feature tablepublic void deleteTableStyles(FeatureTable featureTable)
featureTable - feature tablepublic void deleteTableStyles(String featureTable)
featureTable - feature tablepublic void deleteTableStyleDefault(FeatureTable featureTable)
featureTable - feature tablepublic void deleteTableStyleDefault(String featureTable)
featureTable - feature tablepublic void deleteTableStyle(FeatureTable featureTable, mil.nga.sf.GeometryType geometryType)
featureTable - feature tablegeometryType - geometry typepublic void deleteTableStyle(String featureTable, mil.nga.sf.GeometryType geometryType)
featureTable - feature tablegeometryType - geometry typepublic void deleteTableIcons(FeatureTable featureTable)
featureTable - feature tablepublic void deleteTableIcons(String featureTable)
featureTable - feature tablepublic void deleteTableIconDefault(FeatureTable featureTable)
featureTable - feature tablepublic void deleteTableIconDefault(String featureTable)
featureTable - feature tablepublic void deleteTableIcon(FeatureTable featureTable, mil.nga.sf.GeometryType geometryType)
featureTable - feature tablegeometryType - geometry typepublic void deleteTableIcon(String featureTable, mil.nga.sf.GeometryType geometryType)
featureTable - feature tablegeometryType - geometry typepublic void deleteFeatureStyles(FeatureTable featureTable)
featureTable - feature tablepublic void deleteFeatureStyles(String featureTable)
featureTable - feature tablepublic void deleteStyles(FeatureTable featureTable)
featureTable - feature tablepublic void deleteStyles(String featureTable)
featureTable - feature tablepublic void deleteStyles(FeatureRow featureRow)
featureRow - feature rowpublic void deleteStyles(String featureTable, long featureId)
featureTable - feature tablefeatureId - feature idpublic void deleteStyleDefault(FeatureRow featureRow)
featureRow - feature rowpublic void deleteStyleDefault(String featureTable, long featureId)
featureTable - feature tablefeatureId - feature idpublic void deleteStyle(FeatureRow featureRow)
featureRow - feature rowpublic void deleteStyle(FeatureRow featureRow, mil.nga.sf.GeometryType geometryType)
featureRow - feature rowgeometryType - geometry typepublic void deleteStyle(String featureTable, long featureId, mil.nga.sf.GeometryType geometryType)
featureTable - feature tablefeatureId - feature idgeometryType - geometry typepublic void deleteIcons(FeatureTable featureTable)
featureTable - feature tablepublic void deleteIcons(String featureTable)
featureTable - feature tablepublic void deleteIcons(FeatureRow featureRow)
featureRow - feature rowpublic void deleteIcons(String featureTable, long featureId)
featureTable - feature tablefeatureId - feature idpublic void deleteIconDefault(FeatureRow featureRow)
featureRow - feature rowpublic void deleteIconDefault(String featureTable, long featureId)
featureTable - feature tablefeatureId - feature idpublic void deleteIcon(FeatureRow featureRow)
featureRow - feature rowpublic void deleteIcon(FeatureRow featureRow, mil.nga.sf.GeometryType geometryType)
featureRow - feature rowgeometryType - geometry typepublic void deleteIcon(String featureTable, long featureId, mil.nga.sf.GeometryType geometryType)
featureTable - feature tablefeatureId - feature idgeometryType - geometry typepublic List<Long> getAllTableStyleIds(FeatureTable featureTable)
featureTable - feature tablepublic List<Long> getAllTableStyleIds(String featureTable)
featureTable - feature tablepublic List<Long> getAllTableIconIds(FeatureTable featureTable)
featureTable - feature tablepublic List<Long> getAllTableIconIds(String featureTable)
featureTable - feature tablepublic List<Long> getAllStyleIds(FeatureTable featureTable)
featureTable - feature tablepublic List<Long> getAllStyleIds(String featureTable)
featureTable - feature tablepublic List<Long> getAllIconIds(FeatureTable featureTable)
featureTable - feature table