public static class Flat2Query.TreeBuilder extends Object
Constructor and Description |
---|
TreeBuilder(float xRootMin,
float xRootMax,
float yRootMin,
float yRootMax,
ExecutorService exec) |
Modifier and Type | Method and Description |
---|---|
void |
addLine(int featureNum,
float xA,
float yA,
float xB,
float yB) |
void |
addPoint(int featureNum,
float x,
float y) |
void |
addTriangle(int featureNum,
float xA,
float yA,
float xB,
float yB,
float xC,
float yC) |
Flat2Query.Tree |
build() |
public TreeBuilder(float xRootMin, float xRootMax, float yRootMin, float yRootMax, ExecutorService exec)
public void addPoint(int featureNum, float x, float y)
public void addLine(int featureNum, float xA, float yA, float xB, float yB)
public void addTriangle(int featureNum, float xA, float yA, float xB, float yB, float xC, float yC)
public Flat2Query.Tree build()
Copyright © 2016 Metron, Inc.. All rights reserved.