EdgeEndBundle.withRule constructor

EdgeEndBundle.withRule(
  1. BoundaryNodeRule? boundaryNodeRule,
  2. EdgeEnd e
)

Implementation

EdgeEndBundle.withRule(BoundaryNodeRule? boundaryNodeRule, EdgeEnd e)
    : super.withCoordsLabel(e.getEdge(), e.getCoordinate()!,
          e.getDirectedCoordinate()!, new Label.fromLabel(e.getLabel()!)) {
  insert(e);
  /*
  if (boundaryNodeRule != null)
    this.boundaryNodeRule = boundaryNodeRule;
  else
    boundaryNodeRule = BoundaryNodeRule.OGC_SFS_BOUNDARY_RULE;
  */
}