Packages

class WKBWriter extends AnyRef

Ported from JTS WKBWriter org.locationtech.jts.io.WKBWriter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WKBWriter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WKBWriter()
  2. new WKBWriter(outputDimension: Int)
  3. new WKBWriter(outputDimension: Int, byteOrder: Int)

Value Members

  1. def write(geom: Geometry, srid: Option[Int] = None): Array[Byte]

    Writes a Geometry into a byte array.

    Writes a Geometry into a byte array.

    geom

    the geometry to write

    returns

    the byte array containing the WKB