public class SLDGraphic extends Object
Modifier and Type | Field and Description |
---|---|
protected SLDAnchorPoint |
anchor |
protected SLDDisplacement |
displacement |
protected List<SLDGraphicStackElement> |
graphicStack |
protected SLDParameterValue |
opacity |
protected SLDParameterValue |
rotation
In decimal degrees, clockwise
|
protected SLDParameterValue |
size |
Constructor and Description |
---|
SLDGraphic() |
Modifier and Type | Method and Description |
---|---|
SLDAnchorPoint |
getAnchor() |
SLDDisplacement |
getDisplacement() |
List<SLDGraphicStackElement> |
getElementStack()
Order matters, we use utility interface SLDGraphicStackElement
This list is made of SLDMark and SLDExternalGraphic
|
SLDParameterValue |
getOpacity() |
SLDParameterValue |
getRotation()
In decimal degrees, clockwise
|
SLDParameterValue |
getSize() |
void |
setAnchor(SLDAnchorPoint anchor) |
void |
setDefaultMark() |
void |
setDisplacement(SLDDisplacement displacement) |
void |
setOpacity(SLDParameterValue opa) |
void |
setRotation(SLDParameterValue rot)
In decimal degrees, clockwise
|
void |
setSize(SLDParameterValue sz) |
protected List<SLDGraphicStackElement> graphicStack
protected SLDParameterValue opacity
protected SLDParameterValue size
protected SLDParameterValue rotation
protected SLDAnchorPoint anchor
protected SLDDisplacement displacement
public void setDefaultMark()
public List<SLDGraphicStackElement> getElementStack()
public SLDParameterValue getOpacity()
public SLDParameterValue getSize()
public SLDParameterValue getRotation()
public void setOpacity(SLDParameterValue opa)
public void setSize(SLDParameterValue sz)
public void setRotation(SLDParameterValue rot)
rot
- public SLDAnchorPoint getAnchor()
public void setAnchor(SLDAnchorPoint anchor)
public SLDDisplacement getDisplacement()
public void setDisplacement(SLDDisplacement displacement)