public class SLDMark extends Object implements SLDGraphicStackElement
Modifier and Type | Field and Description |
---|---|
protected SLDFill |
fill |
protected String |
format |
protected byte[] |
inlineContent |
static int |
MARK_TYPE_INLINE_CONTENT |
static int |
MARK_TYPE_ONLINE_RESOURCE |
static int |
MARK_TYPE_SIMPLE |
static int |
MARK_TYPE_WELL_KNOWN_NAME |
protected int |
markIndex |
protected int |
markType
Used to manage four types as exclusive
|
protected String |
onlineResource |
protected SLDStroke |
stroke |
protected String |
wellKnownName |
Modifier and Type | Method and Description |
---|---|
SLDFill |
getFill() |
String |
getFormat() |
byte[] |
getInlineContent() |
int |
getMarkIndex()
Index of used element in online resource (example: TTY file)
or inline content
|
int |
getMarkType() |
String |
getOnlineResource() |
SLDStroke |
getStroke() |
String |
getWellKnownName() |
void |
setFill(SLDFill f) |
void |
setFormat(String fmt) |
void |
setInlineContent(byte[] bb) |
void |
setMarkIndex(int ind) |
void |
setMarkType(int t) |
void |
setOnlineResource(String res) |
void |
setStroke(SLDStroke str) |
void |
setWellKnownName(String str) |
public static final int MARK_TYPE_SIMPLE
public static final int MARK_TYPE_WELL_KNOWN_NAME
public static final int MARK_TYPE_ONLINE_RESOURCE
public static final int MARK_TYPE_INLINE_CONTENT
protected int markType
protected String wellKnownName
protected String onlineResource
protected byte[] inlineContent
protected SLDFill fill
protected SLDStroke stroke
protected String format
protected int markIndex
public int getMarkType()
public void setMarkType(int t)
public String getWellKnownName()
public String getOnlineResource()
public byte[] getInlineContent()
public void setWellKnownName(String str)
public void setOnlineResource(String res)
public void setInlineContent(byte[] bb)
public SLDFill getFill()
public void setFill(SLDFill f)
public SLDStroke getStroke()
public void setStroke(SLDStroke str)
public String getFormat()
public void setFormat(String fmt)
public int getMarkIndex()
public void setMarkIndex(int ind)