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 |
---|---|
CtsPointExpr |
CtsExpr.point(double latitude,
double longitude)
Returns a point value.
|
CtsPointExpr |
CtsExpr.point(XsDoubleVal latitude,
XsDoubleVal longitude)
Returns a point value.
|
Modifier and Type | Method and Description |
---|---|
CtsCircleExpr |
CtsExpr.circle(double radius,
CtsPointExpr center)
Returns a geospatial circle value.
|
CtsCircleExpr |
CtsExpr.circle(XsDoubleVal radius,
CtsPointExpr center)
Returns a geospatial circle value.
|
CtsPointSeqExpr |
CtsExpr.pointSeq(CtsPointExpr... items)
Deprecated.
(as of 4.2) construct a
ServerExpression sequence with PlanBuilder.seq() |
Copyright © 2013-2018 MarkLogic Corporation.