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.circleCenter(ServerExpression circle)
Returns a circle's center point.
|
CtsPointExpr |
CtsExpr.point(double latitude,
double longitude)
Returns a point value.
|
CtsPointExpr |
CtsExpr.point(ServerExpression latitude,
ServerExpression longitude)
Returns a point value.
|
CtsPointExpr |
CtsExpr.point(java.lang.String expression) |
Modifier and Type | Method and Description |
---|---|
CtsPointSeqExpr |
CtsExpr.pointSeq(CtsPointExpr... items)
Constructs a sequence of CtsPointExpr
items.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.