Package org.apache.lucene.geo
Class Tessellator.Node
- java.lang.Object
-
- org.apache.lucene.geo.Tessellator.Node
-
- Enclosing class:
- Tessellator
protected static class Tessellator.Node extends Object
Circular Doubly-linked list used for polygon coordinates
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Node(double[] x, double[] y, int index, int vertexIndex, boolean isGeo)
protected
Node(Tessellator.Node other)
simple deep copy constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
get the x valuedouble
getY()
get the y valueString
toString()
-
-
-
Constructor Detail
-
Node
protected Node(double[] x, double[] y, int index, int vertexIndex, boolean isGeo)
-
Node
protected Node(Tessellator.Node other)
simple deep copy constructor
-
-