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 |
---|---|
CtsCircleExpr |
CtsExpr.circle(double radius,
double center)
Returns a geospatial circle value.
|
CtsCircleExpr |
CtsExpr.circle(XsDoubleVal radius,
XsDoubleVal center)
Returns a geospatial circle value.
|
Modifier and Type | Method and Description |
---|---|
ServerExpression |
CtsExpr.circleCenter(CtsCircleExpr circle)
Returns a circle's center point.
|
ServerExpression |
CtsExpr.circleRadius(CtsCircleExpr circle)
Returns a circle's radius.
|
CtsCircleSeqExpr |
CtsExpr.circleSeq(CtsCircleExpr... items)
Constructs a sequence of CtsCircleExpr items.
|
Copyright © 2013-2020 MarkLogic Corporation.