Class JTSOGCWKBWriter
- java.lang.Object
-
- com.databricks.jdbc.api.impl.converters.JTSOGCWKBWriter
-
public class JTSOGCWKBWriter extends Object
-
-
Constructor Summary
Constructors Constructor Description JTSOGCWKBWriter(EnumSet<org.locationtech.jts.io.Ordinate> outputOrdinates, ByteOrder byteOrder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intwrite(ByteBuffer buffer, int pos, org.locationtech.jts.geom.Geometry geom)byte[]write(org.locationtech.jts.geom.Geometry geom)
-
-
-
Method Detail
-
write
public byte[] write(org.locationtech.jts.geom.Geometry geom)
-
write
public int write(ByteBuffer buffer, int pos, org.locationtech.jts.geom.Geometry geom)
-
-