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 String
COLUMN_DESCRIPTION
static String
COLUMN_ID
static String
COLUMN_SYMBOL
static String
COLUMN_URI
static String
TABLE_NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
long
getId()
String
getSymbol()
String
getUri()
void
resetId()
Reset the id so the row can be inserted as newvoid
setDescription(String description)
void
setId(long id)
void
setSymbol(String symbol)
void
setUri(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)
-
-