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(ServerExpression south,
ServerExpression west,
ServerExpression north,
ServerExpression east)
Returns a geospatial box value.
|
Modifier and Type | Method and Description |
---|---|
CtsBoxSeqExpr |
CtsExpr.boxSeq(CtsBoxExpr... items)
Constructs a sequence of CtsBoxExpr items.
|
Copyright © 2013-2021 MarkLogic Corporation.