Class Styles
- java.lang.Object
-
- mil.nga.geopackage.extension.im.portrayal.Styles
-
public class Styles extends Object
Describes the styles- 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_STYLE
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
getStyle()
String
getUri()
void
resetId()
Reset the id so the row can be inserted as newvoid
setDescription(String description)
void
setId(long id)
void
setStyle(String style)
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_STYLE
public static final String COLUMN_STYLE
- 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)
-
getStyle
public String getStyle()
-
setStyle
public void setStyle(String style)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getUri
public String getUri()
-
setUri
public void setUri(String uri)
-
-