public class StyleTable extends AttributesTable
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_COLOR
Geometry color in hex format #RRGGBB or #RGB
|
static String |
COLUMN_DESCRIPTION
Feature Style description
|
static String |
COLUMN_FILL_COLOR
Closed geometry fill color in hex format #RRGGBB or #RGB
|
static String |
COLUMN_FILL_OPACITY
Closed geometry fill color opacity inclusively between 0.0 and 1.0
|
static String |
COLUMN_ID
id name
|
static String |
COLUMN_NAME
Feature Style name
|
static String |
COLUMN_OPACITY
Geometry color opacity inclusively between 0.0 and 1.0
|
static String |
COLUMN_WIDTH
Geometry line stroke or point width greater than or equal to 0.0
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
StyleTable()
Constructor
|
StyleTable(AttributesTable attributesTable)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AttributesColumn |
getColorColumn()
Get the color column
|
int |
getColorColumnIndex()
Get the color column index
|
AttributesColumn |
getDescriptionColumn()
Get the description column
|
int |
getDescriptionColumnIndex()
Get the description column index
|
AttributesColumn |
getFillColorColumn()
Get the fill color column
|
int |
getFillColorColumnIndex()
Get the fill color column index
|
AttributesColumn |
getFillOpacityColumn()
Get the fill opacity column
|
int |
getFillOpacityColumnIndex()
Get the fill opacity column index
|
AttributesColumn |
getNameColumn()
Get the name column
|
int |
getNameColumnIndex()
Get the name column index
|
AttributesColumn |
getOpacityColumn()
Get the opacity column
|
int |
getOpacityColumnIndex()
Get the opacity column index
|
AttributesColumn |
getWidthColumn()
Get the width column
|
int |
getWidthColumnIndex()
Get the width column index
|
copy, createUserColumns, getDataType, getUserColumns, validateContentsaddColumn, addConstraint, addConstraints, alterColumn, clearConstraints, columnCount, columnsOfType, createUserColumns, dropColumn, dropColumn, dropColumn, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getColumns, getColumns, getConstraints, getConstraints, getContents, getPkColumn, getPkColumnIndex, getPkColumnName, getTableName, hasColumn, hasConstraints, hasPkColumn, renameColumn, renameColumn, renameColumn, setContents, setTableNamepublic static final String TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_NAME
public static final String COLUMN_DESCRIPTION
public static final String COLUMN_COLOR
public static final String COLUMN_OPACITY
public static final String COLUMN_WIDTH
public static final String COLUMN_FILL_COLOR
public static final String COLUMN_FILL_OPACITY
public StyleTable()
public StyleTable(AttributesTable attributesTable)
attributesTable - attributes tablepublic int getNameColumnIndex()
public AttributesColumn getNameColumn()
public int getDescriptionColumnIndex()
public AttributesColumn getDescriptionColumn()
public int getColorColumnIndex()
public AttributesColumn getColorColumn()
public int getOpacityColumnIndex()
public AttributesColumn getOpacityColumn()
public int getWidthColumnIndex()
public AttributesColumn getWidthColumn()
public int getFillColorColumnIndex()
public AttributesColumn getFillColorColumn()
public int getFillOpacityColumnIndex()
public AttributesColumn getFillOpacityColumn()
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.