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 Summary
Fields Modifier and Type Field Description static StringCOLUMN_DESCRIPTIONstatic StringCOLUMN_IDstatic StringCOLUMN_SYMBOLstatic StringCOLUMN_URIstatic StringTABLE_NAME
-
Method Summary
All 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_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
COLUMN_ID
public static final String COLUMN_ID
- See Also:
- Constant Field Values
-
COLUMN_SYMBOL
public static final String COLUMN_SYMBOL
- See Also:
- Constant Field Values
-
COLUMN_DESCRIPTION
public static final String COLUMN_DESCRIPTION
- See Also:
- Constant Field Values
-
COLUMN_URI
public static final String COLUMN_URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
resetId
public void resetId()
Reset the id so the row can be inserted as new
-
getId
public long getId()
-
setId
public void setId(long id)
-
getSymbol
public String getSymbol()
-
setSymbol
public void setSymbol(String symbol)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getUri
public String getUri()
-
setUri
public void setUri(String uri)
-
-