Uses of Class
io.debezium.connector.postgresql.PostgisGeometry
-
Packages that use PostgisGeometry Package Description io.debezium.connector.postgresql -
-
Uses of PostgisGeometry in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql that return PostgisGeometry Modifier and Type Method Description static PostgisGeometryPostgisGeometry. createEmpty()Create a GEOMETRYCOLLECTION EMPTY PostgisGeometrystatic PostgisGeometryPostgisGeometry. fromEwkb(byte[] ewkb)Create a PostgisGeometry using the supplied PostGIS EWKB.static PostgisGeometryPostgisGeometry. fromHexEwkb(String hexEwkb)Create a PostgisGeometry using the supplied PostGIS Hex EWKB string.
-