public class IconTable extends MediaTable
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_ANCHOR_U
UV Mapping horizontal anchor distance inclusively between 0.0 and 1.0
from the left edge, when null assume 0.5 (middle of icon)
|
static String |
COLUMN_ANCHOR_V
UV Mapping vertical anchor distance inclusively between 0.0 and 1.0 from
the top edge, when null assume 1.0 (bottom of icon)
|
static String |
COLUMN_DESCRIPTION
Feature Icon description
|
static String |
COLUMN_HEIGHT
Icon display height, when null use actual icon height
|
static String |
COLUMN_NAME
Feature Icon name
|
static String |
COLUMN_WIDTH
Icon display width, when null use actual icon width
|
static String |
TABLE_NAME
Table name
|
COLUMN_CONTENT_TYPE, COLUMN_DATA, COLUMN_ID, RELATION_TYPE| Modifier | Constructor and Description |
|---|---|
|
IconTable()
Constructor
|
protected |
IconTable(UserCustomTable table)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
UserCustomColumn |
getAnchorUColumn()
Get the anchor u column
|
int |
getAnchorUColumnIndex()
Get the anchor u column index
|
UserCustomColumn |
getAnchorVColumn()
Get the anchor v column
|
int |
getAnchorVColumnIndex()
Get the anchor v column index
|
UserCustomColumn |
getDescriptionColumn()
Get the description column
|
int |
getDescriptionColumnIndex()
Get the description column index
|
UserCustomColumn |
getHeightColumn()
Get the height column
|
int |
getHeightColumnIndex()
Get the height column index
|
UserCustomColumn |
getNameColumn()
Get the name column
|
int |
getNameColumnIndex()
Get the name column index
|
UserCustomColumn |
getWidthColumn()
Get the width column
|
int |
getWidthColumnIndex()
Get the width column index
|
create, create, create, create, createContentTypeColumn, createContentTypeColumn, createDataColumn, createDataColumn, createIdColumn, createIdColumn, createRequiredColumns, createRequiredColumns, createRequiredColumns, createRequiredColumns, getContentTypeColumn, getContentTypeColumnIndex, getDataColumn, getDataColumnIndex, getIdColumn, getIdColumnIndex, numRequiredColumns, requiredColumns, requiredColumnsgetDataType, getRelationName, validateContentscopyaddColumn, addConstraint, addConstraints, alterColumn, clearConstraints, columnCount, columnsOfType, dropColumn, dropColumn, dropColumn, duplicateCheck, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getColumns, getConstraints, getConstraints, getContents, getPkColumn, getPkColumnIndex, getTableName, hasColumn, hasConstraints, hasPkColumn, missingCheck, renameColumn, renameColumn, renameColumn, setContents, setTableName, typeCheck, updateColumnspublic static final String TABLE_NAME
public static final String COLUMN_NAME
public static final String COLUMN_DESCRIPTION
public static final String COLUMN_WIDTH
public static final String COLUMN_HEIGHT
public static final String COLUMN_ANCHOR_U
public static final String COLUMN_ANCHOR_V
public IconTable()
protected IconTable(UserCustomTable table)
table - user custom tablepublic int getNameColumnIndex()
public UserCustomColumn getNameColumn()
public int getDescriptionColumnIndex()
public UserCustomColumn getDescriptionColumn()
public int getWidthColumnIndex()
public UserCustomColumn getWidthColumn()
public int getHeightColumnIndex()
public UserCustomColumn getHeightColumn()
public int getAnchorUColumnIndex()
public UserCustomColumn getAnchorUColumn()
public int getAnchorVColumnIndex()
public UserCustomColumn getAnchorVColumn()
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.