Class Symbols
- java.lang.Object
- 
- mil.nga.geopackage.extension.im.portrayal.Symbols
 
- 
 public class Symbols extends Object Describes the symbols- Since:
- 4.0.0
- Author:
- jyutzler
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCOLUMN_DESCRIPTIONstatic StringCOLUMN_IDstatic StringCOLUMN_SYMBOLstatic StringCOLUMN_URIstatic StringTABLE_NAME
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()longgetId()StringgetSymbol()StringgetUri()voidresetId()Reset the id so the row can be inserted as newvoidsetDescription(String description)voidsetId(long id)voidsetSymbol(String symbol)voidsetUri(String uri)
 
- 
- 
- 
Field Detail- 
TABLE_NAMEpublic static final String TABLE_NAME - See Also:
- Constant Field Values
 
 - 
COLUMN_IDpublic static final String COLUMN_ID - See Also:
- Constant Field Values
 
 - 
COLUMN_SYMBOLpublic static final String COLUMN_SYMBOL - See Also:
- Constant Field Values
 
 - 
COLUMN_DESCRIPTIONpublic static final String COLUMN_DESCRIPTION - See Also:
- Constant Field Values
 
 - 
COLUMN_URIpublic static final String COLUMN_URI - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
resetIdpublic void resetId() Reset the id so the row can be inserted as new
 - 
getIdpublic long getId() 
 - 
setIdpublic void setId(long id) 
 - 
getSymbolpublic String getSymbol() 
 - 
setSymbolpublic void setSymbol(String symbol) 
 - 
getDescriptionpublic String getDescription() 
 - 
setDescriptionpublic void setDescription(String description) 
 - 
getUripublic String getUri() 
 - 
setUripublic void setUri(String uri) 
 
- 
 
-