public class Within extends IndexValue implements java.lang.Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
Within.Point |
static class |
Within.Polygon |
Modifier and Type | Field and Description |
---|---|
java.util.List<Within.Polygon> |
multipolygon |
field
indexOptions
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Within |
addPoint(double x,
double y) |
Within |
addPoint(LongOrDouble x,
LongOrDouble y) |
Within |
addPolygon(Within.Polygon polygon) |
Within |
addPolygons(java.util.List<Within.Polygon> polygons) |
Node |
cloneNode() |
Within |
newPolygon() |
void |
toELLQL(java.lang.StringBuilder buffer,
boolean sortNAry) |
Within |
withField(java.lang.String field) |
Within |
withOptions(IndexOptions options) |
void |
writePolygon(java.lang.StringBuilder buffer) |
getField, setField
copyOptionsFrom, escapeStr, getHighlight, toELLQLBinary, toELLQLConstant, toELLQLNAry, toELLQLUnary, unEscapeStr
public java.util.List<Within.Polygon> multipolygon
public Within()
public Within(Within other)
public Within addPolygon(Within.Polygon polygon)
public Within addPolygons(java.util.List<Within.Polygon> polygons)
public Within newPolygon()
public Within addPoint(LongOrDouble x, LongOrDouble y)
public Within addPoint(double x, double y)
public void writePolygon(java.lang.StringBuilder buffer)
public Within withField(java.lang.String field)
public Within withOptions(IndexOptions options)
public void toELLQL(java.lang.StringBuilder buffer, boolean sortNAry)
public Node accept(NodeVisitor visitor) throws QueryProcessingException
accept
in class Node
QueryProcessingException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.