|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.geometry.io.WKBReader
public class WKBReader
Reads 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 | |
---|---|
WKBReader()
|
Method Summary | |
---|---|
static Geometry |
read(byte[] wkb,
CRS crs)
|
static Geometry |
read(java.io.InputStream is,
CRS crs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WKBReader()
Method Detail |
---|
public static Geometry read(byte[] wkb, CRS crs) throws com.vividsolutions.jts.io.ParseException
com.vividsolutions.jts.io.ParseException
public static Geometry read(java.io.InputStream is, CRS crs) 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 |