|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.geometry.io.WKBWriter
public class WKBWriter
Writes Geometry
objects encoded as Well-Known Binary (WKB).
TODO re-implement without delegating to JTS TODO add support for non-SFS geometries (e.g. non-linear curves)
Constructor Summary | |
---|---|
WKBWriter()
|
Method Summary | |
---|---|
static byte[] |
write(Geometry geom)
|
static void |
write(Geometry geom,
java.io.OutputStream os)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WKBWriter()
Method Detail |
---|
public static byte[] write(Geometry geom) throws com.vividsolutions.jts.io.ParseException
com.vividsolutions.jts.io.ParseException
public static void write(Geometry geom, java.io.OutputStream os) throws java.io.IOException, com.vividsolutions.jts.io.ParseException
java.io.IOException
com.vividsolutions.jts.io.ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |