Package org.geotools.ysld.encode
Class StrokeEncoder
- Object
-
- YsldEncodeHandler<Stroke>
-
- StrokeEncoder
-
public class StrokeEncoder extends YsldEncodeHandler<Stroke>
Encodes aStroke
as YSLD.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
encode(Stroke stroke)
-
Methods inherited from class YsldEncodeHandler
hasNext, next, remove, vendorOptions
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface Iterator
forEachRemaining
-
-
-
-
Method Detail
-
encode
protected void encode(Stroke stroke)
- Specified by:
encode
in classYsldEncodeHandler<Stroke>
-
-