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.DecodedTriangleShapeDocValues.TreeNode.trianglethe triangle for this tree nodeMethods in org.apache.lucene.document with parameters of type ShapeField.DecodedTriangleModifier and TypeMethodDescriptionstatic voidShapeField.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 voidShapeField.resolveTriangleType(ShapeField.DecodedTriangle triangle) Method parameters in org.apache.lucene.document with type arguments of type ShapeField.DecodedTriangleModifier and TypeMethodDescriptionprivate ShapeDocValues.TreeNodeShapeDocValues.buildTree(List<ShapeField.DecodedTriangle> tessellation, List<ShapeDocValues.TreeNode> dfsSerialized) main entry point to build the tessellation tree *private BytesRefShapeDocValues.computeBinaryValue(List<ShapeField.DecodedTriangle> tessellation) static LatLonShapeDocValuesFieldLatLonShape.createDocValueField(String fieldName, List<ShapeField.DecodedTriangle> tessellation) create aLatLonShapeDocValuesFieldfrom an existing tessellationstatic XYShapeDocValuesFieldXYShape.createDocValueField(String fieldName, List<ShapeField.DecodedTriangle> tessellation) create aXYShapeDocValuesFieldfrom 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.DecodedTriangleModifierConstructorDescriptionprotectedLatLonShapeDocValues(List<ShapeField.DecodedTriangle> tessellation) protected ctor for instantiating a lat lon doc value based on a tessellationprotectedLatLonShapeDocValuesField(String name, List<ShapeField.DecodedTriangle> tessellation) constructs aLatLonShapeDocValueFieldfrom a pre-tessellated geometry(package private)ShapeDocValues(List<ShapeField.DecodedTriangle> tessellation) Creates a instance from a shape tessellationprotectedXYShapeDocValues(List<ShapeField.DecodedTriangle> tessellation) protected ctor for instantiating a cartesian doc value based on a tessellationprotectedXYShapeDocValuesField(String name, List<ShapeField.DecodedTriangle> tessellation) constructs aXYShapeDocValueFieldfrom a pre-tessellated geometry