Class OgrGeometry

java.lang.Object
ch.so.agi.gdal.ffm.OgrGeometry

public final class OgrGeometry extends Object
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 Details

    • fromEwkb

      public static OgrGeometry fromEwkb(byte[] ewkb)
    • fromWkb

      public static OgrGeometry fromWkb(byte[] wkb)
    • fromWkb

      public static OgrGeometry fromWkb(byte[] wkb, int srid)
    • ewkb

      public byte[] ewkb()
    • srid

      public OptionalInt srid()