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 |
---|---|
ServerExpression |
CtsExpr.pointLatitude(CtsPointExpr point)
Returns a point's latitude value.
|
ServerExpression |
CtsExpr.pointLongitude(CtsPointExpr point)
Returns a point's longitude value.
|
CtsPointSeqExpr |
CtsExpr.pointSeq(CtsPointExpr... items)
Constructs a sequence of CtsPointExpr items.
|
Copyright © 2013-2020 MarkLogic Corporation.