Constructor and Description |
---|
SRIDStyle() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
getSRID() |
void |
initialize(Layer layer)
Called before #paint is applied to each Feature.
|
boolean |
isEnabled() |
void |
paint(Feature f,
java.awt.Graphics2D g,
Viewport viewport) |
void |
setEnabled(boolean enabled) |
void |
setSRID(int srid) |
void |
updateSRIDs(Layer layer) |
public void paint(Feature f, java.awt.Graphics2D g, Viewport viewport) throws java.lang.Exception
public void initialize(Layer layer)
Style
initialize
in interface Style
public void updateSRIDs(Layer layer)
public java.lang.Object clone()
public void setEnabled(boolean enabled)
setEnabled
in interface Style
public boolean isEnabled()
public int getSRID()
public void setSRID(int srid)