public final class Line2D extends EdgeTree
Line Line2D
Construction takes O(n log n)
time for sorting and tree construction.
relate()
are O(n)
, but for most practical lines are much faster than brute force.
Modifier and Type | Method and Description |
---|---|
static Line2D |
create(Line... lines)
create a Line2D edge tree from provided array of Linestrings
|
componentRelate, componentRelateTriangle, createTree, internalComponentRelate, relate, relateTriangle
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.