BuilderMapLSegBase

ostrat.geom.BuilderMapLSegBase
trait BuilderMapLSegBase[VT, ST <: LSegBase[VT]]

Base trait for builders of line segments of all geometris via the map method. Note this is a builder for LSegBase not a LSegArrBase so unlike most builders it does not inherit from BuilderSeqLike.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def newSeg(vStart: VT, vEnd: VT): ST

Utility method to construct the new LSegBase for the new Point type.

Utility method to construct the new LSegBase for the new Point type.

Attributes