PointQueryNode
class PointQueryNode(field: CharSequence?, value: Number?, numberFormat: NumberFormat) : QueryNodeImpl, FieldValuePairQueryNode<Number>
This query node represents a field query that holds a point value. It is similar to FieldQueryNode, however the value returns a Number.
See also
Properties
Link copied to clipboard
Link copied to clipboard
Returns the field associated with this node.
Link copied to clipboard
Sets the NumberFormat used to convert the value to String.