Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
Modifier and Type | Method and Description |
---|---|
CtsBoxExpr |
CtsExpr.box(double south,
double west,
double north,
double east)
Returns a geospatial box value.
|
CtsBoxExpr |
CtsExpr.box(XsDoubleVal south,
XsDoubleVal west,
XsDoubleVal north,
XsDoubleVal east)
Returns a geospatial box value.
|
Modifier and Type | Method and Description |
---|---|
ServerExpression |
CtsExpr.boxEast(CtsBoxExpr box)
Returns a box's eastern boundary.
|
ServerExpression |
CtsExpr.boxNorth(CtsBoxExpr box)
Returns a box's northern boundary.
|
CtsBoxSeqExpr |
CtsExpr.boxSeq(CtsBoxExpr... items)
Constructs a sequence of CtsBoxExpr items.
|
ServerExpression |
CtsExpr.boxSouth(CtsBoxExpr box)
Returns a box's southern boundary.
|
ServerExpression |
CtsExpr.boxWest(CtsBoxExpr box)
Returns a box's western boundary.
|
Copyright © 2013-2020 MarkLogic Corporation.