Packages

implicit class WKBWrapper extends MethodExtensions[org.locationtech.jts.geom.Geometry]

Linear Supertypes
MethodExtensions[org.locationtech.jts.geom.Geometry], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WKBWrapper
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WKBWrapper(self: org.locationtech.jts.geom.Geometry)

Value Members

  1. val self: org.locationtech.jts.geom.Geometry
    Definition Classes
    WKBWrapperMethodExtensions
  2. def toWKB(srid: Int = 0): Array[Byte]