Class Stylesheets
- java.lang.Object
-
- mil.nga.geopackage.extension.im.portrayal.Stylesheets
-
public class Stylesheets extends Object
Describes the stylesheets- Since:
- 4.0.0
- Author:
- jyutzler
-
-
Field Summary
Fields Modifier and Type Field Description static String
COLUMN_FORMAT
static String
COLUMN_ID
static String
COLUMN_STYLE_ID
static String
COLUMN_STYLESHEET
static String
TABLE_NAME
-
Constructor Summary
Constructors Constructor Description Stylesheets()
Stylesheets(long id, long style_id, String format, byte[] stylesheet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFormat()
long
getId()
long
getStyle_id()
Object
getStylesheet()
void
resetId()
Reset the id so the row can be inserted as newvoid
setFormat(String format)
void
setId(long id)
void
setStyle_id(long style_id)
void
setStylesheet(byte[] stylesheet)
-
-
-
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_ID
public static final String COLUMN_STYLE_ID
- See Also:
- Constant Field Values
-
COLUMN_FORMAT
public static final String COLUMN_FORMAT
- See Also:
- Constant Field Values
-
COLUMN_STYLESHEET
public static final String COLUMN_STYLESHEET
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Stylesheets
public Stylesheets()
-
Stylesheets
public Stylesheets(long id, long style_id, String format, byte[] stylesheet)
-
-
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_id
public long getStyle_id()
-
setStyle_id
public void setStyle_id(long style_id)
-
getFormat
public String getFormat()
-
setFormat
public void setFormat(String format)
-
getStylesheet
public Object getStylesheet()
-
setStylesheet
public void setStylesheet(byte[] stylesheet)
-
-