PolygonValueNFlatBuilder

ostrat.geom.PolygonValueNFlatBuilder

Attributes

Graph
Supertypes
trait PolygonLikeFlatBuilder[VT, BB]
trait BuilderFlatSeqLike[BB]
trait BuilderSeqLike[BB]
trait BuilderBoth[BB]
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Inherited and Abstract types

override type BuffT <: Buff[VT]

BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = IntArr, or it can be a compile time wrapped Arraybuffer inheriting from Buff.

BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = IntArr, or it can be a compile time wrapped Arraybuffer inheriting from Buff.

Attributes

Inherited from:
PolygonLikeFlatBuilder

Value members

Inherited and Abstract methods

def buffGrowSeqLike(buff: BuffT, seqLike: SeqLike[VT]): Unit

Attributes

Inherited from:
PolygonLikeFlatBuilder
def buffToSeqLike(buff: BuffT): BB

converts a buffer of the given type to the target compound class.

converts a buffer of the given type to the target compound class.

Attributes

Inherited from:
BuilderBoth

Attributes

Inherited from:
BuilderSeqLikeValueN
def newBuff(length: Int): BuffT

Creates a new empty Buff with a default capacity of 4 elements.

Creates a new empty Buff with a default capacity of 4 elements.

Attributes

Inherited from:
BuilderBoth