BuffDblExtensionsImplicit

ostrat.geom.`package`.BuffDblExtensionsImplicit
implicit class BuffDblExtensionsImplicit[A <: DblNElem](val thisBuff: BuffDblN[A])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def toPolygon[PT <: PolygonLikeDblN[A]](implicit build: PolygonDblNMapBuilder[A, PT]): PT

Extension method to create Polygons from BuffDblN. Takes an implicit PolygonDblNMapBuilder parameter to return the PolygonLikeDblN

Extension method to create Polygons from BuffDblN. Takes an implicit PolygonDblNMapBuilder parameter to return the PolygonLikeDblN

Attributes

Concrete fields

val thisBuff: BuffDblN[A]