Package org.apache.lucene.document
Class ShapeField.DecodedTriangle
- java.lang.Object
-
- org.apache.lucene.document.ShapeField.DecodedTriangle
-
- Enclosing class:
- ShapeField
public static class ShapeField.DecodedTriangle extends Object
Represents a encoded triangle usingShapeField.decodeTriangle(byte[], DecodedTriangle).
-
-
Constructor Summary
Constructors Constructor Description DecodedTriangle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()pretty print the triangle vertices
-