Uses of Class
org.apache.lucene.document.ShapeField.DecodedTriangle
-
Packages that use ShapeField.DecodedTriangle Package Description org.apache.lucene.document -
-
Uses of ShapeField.DecodedTriangle in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type ShapeField.DecodedTriangle Modifier and Type Method Description static voidShapeField. decodeTriangle(byte[] t, ShapeField.DecodedTriangle triangle)Decode a triangle encoded byShapeField.encodeTriangle(byte[], int, int, boolean, int, int, boolean, int, int, boolean).
-