| 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 |
|---|---|
CtsQueryExpr |
CtsExpr.elementAttributePairGeospatialQuery(String elementName,
String latitudeAttributeNames,
String longitudeAttributeNames,
CtsRegionExpr... regions)
Returns a
cts:query matching elements by name which has specific attributes representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementChildGeospatialQuery(String parentElementName,
String childElementNames,
CtsRegionExpr... regions)
Returns a
cts:query matching elements by name which has specific element children representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementGeospatialQuery(String elementName,
CtsRegionExpr... regions)
Returns a
cts:query matching elements by name whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.elementPairGeospatialQuery(String elementName,
String latitudeElementNames,
String longitudeElementNames,
CtsRegionExpr... regions)
Returns a
cts:query matching elements by name which has specific element children representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.jsonPropertyChildGeospatialQuery(String parentPropertyName,
String childPropertyNames,
CtsRegionExpr... regions)
Returns a
cts:query matching json properties by name which has specific children representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.jsonPropertyGeospatialQuery(String propertyName,
CtsRegionExpr... regions)
Returns a
cts:query matching json properties by name whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.jsonPropertyPairGeospatialQuery(String propertyName,
String latitudePropertyNames,
String longitudePropertyNames,
CtsRegionExpr... regions)
Returns a
cts:query matching json properties by name which has specific property children representing latitude and longitude values for a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(String pathExpression,
CtsRegionExpr... regions)
Returns a
cts:query matching path expressions whose content represents a point contained within the given geographic box, circle, or polygon, or equal to the given point. |
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 |
CtsCircleExpr
An instance of a cts.circle expression.
|
interface |
CtsPointExpr
An instance of a cts.point expression.
|
interface |
CtsPolygonExpr
An instance of a cts.polygon expression.
|
Copyright © 2013-2017 MarkLogic Corporation.