Modifier and Type | Method and Description |
---|---|
protected PointValues.Relation |
componentRelate(double minLat,
double maxLat,
double minLon,
double maxLon)
Returns relation to the provided rectangle for this component
|
protected PointValues.Relation |
componentRelateTriangle(double ax,
double ay,
double bx,
double by,
double cx,
double cy)
Returns relation to the provided triangle for this component
|
static Line2D |
create(Line... lines)
create a Line2D edge tree from provided array of Linestrings
|
createTree, internalComponentRelate, pointInTriangle, relate, relateTriangle
public static Line2D create(Line... lines)
protected PointValues.Relation componentRelate(double minLat, double maxLat, double minLon, double maxLon)
EdgeTree
componentRelate
in class EdgeTree
protected PointValues.Relation componentRelateTriangle(double ax, double ay, double bx, double by, double cx, double cy)
EdgeTree
componentRelateTriangle
in class EdgeTree
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.