LineSegLikeBuilderMap

ostrat.geom.LineSegLikeBuilderMap
trait LineSegLikeBuilderMap[VT, ST <: LineSegLike[VT]]

Builder for LineSegLike map operations. Note this is a builder for LineSegLike not a LineSegLikeArr 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 LineSegLike for the new Point type.

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

Attributes