Package org.openjump.core.ccordsys.srid
Class SRIDStyle
- java.lang.Object
-
- org.openjump.core.ccordsys.srid.SRIDStyle
-
-
Constructor Summary
Constructors Constructor Description SRIDStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
int
getSRID()
void
initialize(Layer layer)
Called before #paint is applied to each Feature.boolean
isEnabled()
void
paint(Feature f, Graphics2D g, Viewport viewport)
void
setEnabled(boolean enabled)
void
setSRID(int srid)
void
updateSRIDs(Layer layer)
-
-
-
Method Detail
-
paint
public void paint(Feature f, Graphics2D g, Viewport viewport) throws Exception
-
initialize
public void initialize(Layer layer)
Description copied from interface:Style
Called before #paint is applied to each Feature.- Specified by:
initialize
in interfaceStyle
- Parameters:
layer
- the layer on which to apply this style
-
updateSRIDs
public void updateSRIDs(Layer layer)
-
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabled
in interfaceStyle
-
isEnabled
public boolean isEnabled()
-
getSRID
public int getSRID()
-
setSRID
public void setSRID(int srid)
-
-