Uses of Enum Class
org.apache.lucene.document.ShapeField.DecodedTriangle.TYPE
Packages that use ShapeField.DecodedTriangle.TYPE
-
Uses of ShapeField.DecodedTriangle.TYPE in org.apache.lucene.document
Fields in org.apache.lucene.document declared as ShapeField.DecodedTriangle.TYPEModifier and TypeFieldDescriptionprivate final ShapeField.DecodedTriangle.TYPEShapeDocValues.ShapeComparator.highestDimensionprivate ShapeField.DecodedTriangle.TYPEShapeDocValues.TreeNode.highestTypeShapeField.DecodedTriangle.typetriangle typeMethods in org.apache.lucene.document that return ShapeField.DecodedTriangle.TYPEModifier and TypeMethodDescriptionShapeDocValues.getHighestDimension()Retrieves the highest dimensional type (POINT, LINE, TRIANGLE) for computing the geometry(s) centroidShapeDocValues.ShapeComparator.getHighestDimension()ShapeDocValuesField.getHighestDimensionType()Retrieves the highest dimensional type (POINT, LINE, TRIANGLE) for computing the geometry(s) centroidprivate static ShapeField.DecodedTriangle.TYPEShapeDocValues.Reader.readType(int bits) reads the component type (POINT, LINE, TRIANGLE) such that triangle gives the highest variable compressionReturns the enum constant of this class with the specified name.static ShapeField.DecodedTriangle.TYPE[]ShapeField.DecodedTriangle.TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.document with parameters of type ShapeField.DecodedTriangle.TYPEModifier and TypeMethodDescriptionprivate PointValues.RelationShapeDocValues.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)