Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
com.marklogic.client.type |
The package provides interfaces specifying the type of an expression or
value as passed to a
PlanBuilder method
or returned from a RowRecord method. |
Modifier and Type | Method and Description |
---|---|
CtsRegionSeqExpr |
GeoExpr.parseWkt(ServerExpression wkt)
Returns a sequence of geospatial regions parsed from Well-Known Text format.
|
CtsRegionSeqExpr |
GeoExpr.parseWkt(java.lang.String wkt)
Returns a sequence of geospatial regions parsed from Well-Known Text format.
|
CtsRegionSeqExpr |
CtsExpr.regionSeq(CtsRegionExpr... items)
Constructs a sequence of CtsRegionExpr items.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CtsBoxExpr
An instance of a cts.box expression.
|
interface |
CtsBoxSeqExpr
A sequence of cts.box expressions.
|
interface |
CtsCircleExpr
An instance of a cts.circle expression.
|
interface |
CtsCircleSeqExpr
A sequence of cts.circle expressions.
|
interface |
CtsPointExpr
An instance of a cts.point expression.
|
interface |
CtsPointSeqExpr
A sequence of cts.point expressions.
|
interface |
CtsPolygonExpr
An instance of a cts.polygon expression.
|
interface |
CtsPolygonSeqExpr
A sequence of cts.polygon expressions.
|
interface |
CtsRegionExpr
An instance of a cts.region expression.
|
Copyright © 2013-2021 MarkLogic Corporation.