Uses of Class
org.apache.lucene.document.ShapeField.DecodedTriangle
Packages that use ShapeField.DecodedTriangle
-
Uses of ShapeField.DecodedTriangle in org.apache.lucene.document
Fields in org.apache.lucene.document declared as ShapeField.DecodedTriangleModifier and TypeFieldDescriptionprivate final ShapeField.DecodedTriangle
ShapeDocValues.TreeNode.triangle
the triangle for this tree nodeMethods in org.apache.lucene.document with parameters of type ShapeField.DecodedTriangleModifier and TypeMethodDescriptionstatic void
ShapeField.decodeTriangle
(byte[] t, ShapeField.DecodedTriangle triangle) Decode a triangle encoded byShapeField.encodeTriangle(byte[], int, int, boolean, int, int, boolean, int, int, boolean)
.(package private) static void
ShapeField.resolveTriangleType
(ShapeField.DecodedTriangle triangle) Method parameters in org.apache.lucene.document with type arguments of type ShapeField.DecodedTriangleModifier and TypeMethodDescriptionprivate ShapeDocValues.TreeNode
ShapeDocValues.buildTree
(List<ShapeField.DecodedTriangle> tessellation, List<ShapeDocValues.TreeNode> dfsSerialized) main entry point to build the tessellation tree *private BytesRef
ShapeDocValues.computeBinaryValue
(List<ShapeField.DecodedTriangle> tessellation) static LatLonShapeDocValuesField
LatLonShape.createDocValueField
(String fieldName, List<ShapeField.DecodedTriangle> tessellation) create aLatLonShapeDocValuesField
from an existing tessellationstatic XYShapeDocValuesField
XYShape.createDocValueField
(String fieldName, List<ShapeField.DecodedTriangle> tessellation) create aXYShapeDocValuesField
from a precomputed tessellationConstructors in org.apache.lucene.document with parameters of type ShapeField.DecodedTriangleConstructor parameters in org.apache.lucene.document with type arguments of type ShapeField.DecodedTriangleModifierConstructorDescriptionprotected
LatLonShapeDocValues
(List<ShapeField.DecodedTriangle> tessellation) protected ctor for instantiating a lat lon doc value based on a tessellationprotected
LatLonShapeDocValuesField
(String name, List<ShapeField.DecodedTriangle> tessellation) constructs aLatLonShapeDocValueField
from a pre-tessellated geometry(package private)
ShapeDocValues
(List<ShapeField.DecodedTriangle> tessellation) Creates a instance from a shape tessellationprotected
XYShapeDocValues
(List<ShapeField.DecodedTriangle> tessellation) protected ctor for instantiating a cartesian doc value based on a tessellationprotected
XYShapeDocValuesField
(String name, List<ShapeField.DecodedTriangle> tessellation) constructs aXYShapeDocValueField
from a pre-tessellated geometry