Class OgrGeometry
java.lang.Object
ch.so.agi.gdal.ffm.OgrGeometry
Neutral geometry container for vector streaming APIs.
Internally stores EWKB bytes (WKB with optional SRID flag/value). If an SRID is provided, the EWKB payload is normalized to include it.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]ewkb()static OgrGeometryfromEwkb(byte[] ewkb) static OgrGeometryfromWkb(byte[] wkb) static OgrGeometryfromWkb(byte[] wkb, int srid) srid()
-
Method Details
-
fromEwkb
-
fromWkb
-
fromWkb
-
ewkb
public byte[] ewkb() -
srid
-