EdgeNodingValidator

class EdgeNodingValidator(val edges: Collection[Edge])
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def checkValid(): Unit

Checks whether the supplied edges are correctly noded. Throws an exception if they are not.

Checks whether the supplied edges are correctly noded. Throws an exception if they are not.

throws TopologyException if the SegmentStrings are not correctly noded

Concrete fields

val edges: Collection[Edge]