public class LineSegmentIndex extends QuadTree<LineSegment>
| Constructor and Description |
|---|
LineSegmentIndex() |
LineSegmentIndex(Lineal line) |
| Modifier and Type | Method and Description |
|---|---|
void |
insert(Geometry geometry) |
void |
insert(Lineal line) |
void |
insert(LineSegment lineSegment) |
boolean |
isWithinDistance(Point point) |
List<Geometry> |
queryIntersections(LineSegment querySeg) |
List<Geometry> |
queryIntersections(Point c0,
Point c1) |
clear, convert, depth, ensureExtent, getAll, getFirst, getFirstBoundingBox, getGeometryFactory, getSize, insert, query, query, query, queryBoundingBox, remove, setGeometryFactory, size, visit, visitAllpublic LineSegmentIndex()
public LineSegmentIndex(Lineal line)
public void insert(Geometry geometry)
public void insert(Lineal line)
public void insert(LineSegment lineSegment)
public boolean isWithinDistance(Point point)
public List<Geometry> queryIntersections(LineSegment querySeg)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.