Uses of Class
org.apache.lucene.document.ShapeField.DecodedTriangle
Packages that use ShapeField.DecodedTriangle
-
Uses of ShapeField.DecodedTriangle in org.apache.lucene.document
Methods 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)
.Method parameters in org.apache.lucene.document with type arguments of type ShapeField.DecodedTriangleModifier and TypeMethodDescriptionstatic 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 tessellationConstructor 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 geometryprotected
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