Uses of Class
org.apache.lucene.document.ShapeField.DecodedTriangle.TYPE
-
Packages that use ShapeField.DecodedTriangle.TYPE Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching. -
-
Uses of ShapeField.DecodedTriangle.TYPE in org.apache.lucene.document
Fields in org.apache.lucene.document declared as ShapeField.DecodedTriangle.TYPE Modifier and Type Field Description private ShapeField.DecodedTriangle.TYPE
ShapeDocValues.ShapeComparator. highestDimension
private ShapeField.DecodedTriangle.TYPE
ShapeDocValues.TreeNode. highestType
ShapeField.DecodedTriangle.TYPE
ShapeField.DecodedTriangle. type
triangle typeMethods in org.apache.lucene.document that return ShapeField.DecodedTriangle.TYPE Modifier and Type Method Description ShapeField.DecodedTriangle.TYPE
ShapeDocValues. getHighestDimension()
Retrieves the highest dimensional type (POINT, LINE, TRIANGLE) for computing the geometry(s) centroidShapeField.DecodedTriangle.TYPE
ShapeDocValues.ShapeComparator. getHighestDimension()
ShapeField.DecodedTriangle.TYPE
ShapeDocValuesField. getHighestDimensionType()
Retrieves the highest dimensional type (POINT, LINE, TRIANGLE) for computing the geometry(s) centroidprivate static ShapeField.DecodedTriangle.TYPE
ShapeDocValues.Reader. readType(int bits)
reads the component type (POINT, LINE, TRIANGLE) such that triangle gives the highest variable compressionstatic ShapeField.DecodedTriangle.TYPE
ShapeField.DecodedTriangle.TYPE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShapeField.DecodedTriangle.TYPE[]
ShapeField.DecodedTriangle.TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.document with parameters of type ShapeField.DecodedTriangle.TYPE Modifier and Type Method Description private PointValues.Relation
ShapeDocValues.ShapeComparator. relateComponent(ShapeField.DecodedTriangle.TYPE type, SpatialQuery.EncodedRectangle bbox, int pMaxX, int pMaxY, double x, Component2D queryComponent2D)
relates the component based on type (POINT, LINE, TRIANGLE)
-