Packages

object WKB

A thread-safe wrapper for the [https://en.wikipedia.org/wiki/Well-known_text#Well-known_binary WKB] Writer and Reader

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

Value Members

  1. def read(hex: String): org.locationtech.jts.geom.Geometry

    Convert Well Known Binary to Geometry

  2. def read(value: Array[Byte]): org.locationtech.jts.geom.Geometry

    Convert Well Known Binary to Geometry

  3. def write(geom: org.locationtech.jts.geom.Geometry, srid: Int = 0): Array[Byte]

    Convert Geometry to Well Known Binary