Class SymbolContent
- java.lang.Object
- 
- mil.nga.geopackage.extension.im.portrayal.SymbolContent
 
- 
 public class SymbolContent extends Object Describes the symbol content, e.g., actual files containing symbol(s)- Since:
- 4.0.0
- Author:
- jyutzler
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCOLUMN_CONTENTstatic StringCOLUMN_FORMATstatic StringCOLUMN_IDstatic StringTABLE_NAME
 - 
Constructor SummaryConstructors Constructor Description SymbolContent()SymbolContent(long id, String format, byte[] content)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent()StringgetFormat()longgetId()voidresetId()Reset the id so the row can be inserted as newvoidsetContent(byte[] content)voidsetFormat(String format)voidsetId(long id)
 
- 
- 
- 
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_FORMATpublic static final String COLUMN_FORMAT - See Also:
- Constant Field Values
 
 - 
COLUMN_CONTENTpublic static final String COLUMN_CONTENT - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
SymbolContentpublic SymbolContent() 
 - 
SymbolContentpublic SymbolContent(long id, String format, byte[] content)
 
- 
 - 
Method Detail- 
resetIdpublic void resetId() Reset the id so the row can be inserted as new
 - 
getIdpublic long getId() 
 - 
setIdpublic void setId(long id) 
 - 
getFormatpublic String getFormat() 
 - 
setFormatpublic void setFormat(String format) 
 - 
getContentpublic byte[] getContent() 
 - 
setContentpublic void setContent(byte[] content) 
 
- 
 
-