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 | Description |
---|---|---|
CtsQueryExpr |
CtsExpr.elementAttributePairGeospatialQuery(java.lang.String elementName,
java.lang.String latitudeAttributeNames,
java.lang.String longitudeAttributeNames,
CtsRegionExpr... regions) |
Returns a 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(java.lang.String parentElementName,
java.lang.String childElementNames,
CtsRegionExpr... regions) |
Returns a 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(java.lang.String elementName,
CtsRegionExpr... regions) |
Returns a 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(java.lang.String elementName,
java.lang.String latitudeElementNames,
java.lang.String longitudeElementNames,
CtsRegionExpr... regions) |
Returns a 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(java.lang.String parentPropertyName,
java.lang.String childPropertyNames,
CtsRegionExpr... regions) |
Returns a 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(java.lang.String propertyName,
CtsRegionExpr... regions) |
Returns a 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(java.lang.String propertyName,
java.lang.String latitudePropertyNames,
java.lang.String longitudePropertyNames,
CtsRegionExpr... regions) |
Returns a 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(java.lang.String pathExpression,
CtsRegionExpr... regions) |
Returns a 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 | 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-2019 MarkLogic Corporation.