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 |
---|---|---|
CtsRegionSeqExpr |
CtsExpr.regionSeq(CtsRegionExpr... items) |
Constructs a sequence of CtsRegionExpr items.
|
Modifier and Type | Method | Description |
---|---|---|
CtsQueryExpr |
CtsExpr.elementAttributePairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeAttributeNames,
XsQNameSeqVal longitudeAttributeNames,
CtsRegionSeqExpr 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.elementAttributePairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeAttributeNames,
XsQNameSeqVal longitudeAttributeNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options) |
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.elementAttributePairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeAttributeNames,
XsQNameSeqVal longitudeAttributeNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight) |
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.elementAttributePairGeospatialQuery(java.lang.String elementName,
java.lang.String latitudeAttributeNames,
java.lang.String longitudeAttributeNames,
CtsRegionSeqExpr regions,
java.lang.String... options) |
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.elementAttributePairGeospatialQuery(java.lang.String elementName,
java.lang.String latitudeAttributeNames,
java.lang.String longitudeAttributeNames,
CtsRegionSeqExpr regions,
java.lang.String options,
double weight) |
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(XsQNameSeqVal parentElementName,
XsQNameSeqVal childElementNames,
CtsRegionSeqExpr 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.elementChildGeospatialQuery(XsQNameSeqVal parentElementName,
XsQNameSeqVal childElementNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options) |
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.elementChildGeospatialQuery(XsQNameSeqVal parentElementName,
XsQNameSeqVal childElementNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight) |
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.elementChildGeospatialQuery(java.lang.String parentElementName,
java.lang.String childElementNames,
CtsRegionSeqExpr regions,
java.lang.String... options) |
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.elementChildGeospatialQuery(java.lang.String parentElementName,
java.lang.String childElementNames,
CtsRegionSeqExpr regions,
java.lang.String options,
double weight) |
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(XsQNameSeqVal elementName,
CtsRegionSeqExpr 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.elementGeospatialQuery(XsQNameSeqVal elementName,
CtsRegionSeqExpr regions,
XsStringSeqVal options) |
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.elementGeospatialQuery(XsQNameSeqVal elementName,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight) |
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.elementGeospatialQuery(java.lang.String elementName,
CtsRegionSeqExpr regions,
java.lang.String... options) |
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.elementGeospatialQuery(java.lang.String elementName,
CtsRegionSeqExpr regions,
java.lang.String options,
double weight) |
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(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeElementNames,
XsQNameSeqVal longitudeElementNames,
CtsRegionSeqExpr 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.elementPairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeElementNames,
XsQNameSeqVal longitudeElementNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options) |
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.elementPairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeElementNames,
XsQNameSeqVal longitudeElementNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight) |
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.elementPairGeospatialQuery(java.lang.String elementName,
java.lang.String latitudeElementNames,
java.lang.String longitudeElementNames,
CtsRegionSeqExpr regions,
java.lang.String... options) |
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.elementPairGeospatialQuery(java.lang.String elementName,
java.lang.String latitudeElementNames,
java.lang.String longitudeElementNames,
CtsRegionSeqExpr regions,
java.lang.String options,
double weight) |
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(XsStringSeqVal parentPropertyName,
XsStringSeqVal childPropertyNames,
CtsRegionSeqExpr 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.jsonPropertyChildGeospatialQuery(XsStringSeqVal parentPropertyName,
XsStringSeqVal childPropertyNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options) |
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.jsonPropertyChildGeospatialQuery(XsStringSeqVal parentPropertyName,
XsStringSeqVal childPropertyNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight) |
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.jsonPropertyChildGeospatialQuery(java.lang.String parentPropertyName,
java.lang.String childPropertyNames,
CtsRegionSeqExpr regions,
java.lang.String... options) |
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.jsonPropertyChildGeospatialQuery(java.lang.String parentPropertyName,
java.lang.String childPropertyNames,
CtsRegionSeqExpr regions,
java.lang.String options,
double weight) |
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(XsStringSeqVal propertyName,
CtsRegionSeqExpr 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.jsonPropertyGeospatialQuery(XsStringSeqVal propertyName,
CtsRegionSeqExpr regions,
XsStringSeqVal options) |
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.jsonPropertyGeospatialQuery(XsStringSeqVal propertyName,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight) |
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.jsonPropertyGeospatialQuery(java.lang.String propertyName,
CtsRegionSeqExpr regions,
java.lang.String... options) |
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.jsonPropertyGeospatialQuery(java.lang.String propertyName,
CtsRegionSeqExpr regions,
java.lang.String options,
double weight) |
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(XsStringSeqVal propertyName,
XsStringSeqVal latitudePropertyNames,
XsStringSeqVal longitudePropertyNames,
CtsRegionSeqExpr 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.jsonPropertyPairGeospatialQuery(XsStringSeqVal propertyName,
XsStringSeqVal latitudePropertyNames,
XsStringSeqVal longitudePropertyNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options) |
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.jsonPropertyPairGeospatialQuery(XsStringSeqVal propertyName,
XsStringSeqVal latitudePropertyNames,
XsStringSeqVal longitudePropertyNames,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight) |
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.jsonPropertyPairGeospatialQuery(java.lang.String propertyName,
java.lang.String latitudePropertyNames,
java.lang.String longitudePropertyNames,
CtsRegionSeqExpr regions,
java.lang.String... options) |
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.jsonPropertyPairGeospatialQuery(java.lang.String propertyName,
java.lang.String latitudePropertyNames,
java.lang.String longitudePropertyNames,
CtsRegionSeqExpr regions,
java.lang.String options,
double weight) |
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(XsStringSeqVal pathExpression,
CtsRegionSeqExpr 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.
|
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(XsStringSeqVal pathExpression,
CtsRegionSeqExpr regions,
XsStringSeqVal options) |
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.
|
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(XsStringSeqVal pathExpression,
CtsRegionSeqExpr regions,
XsStringSeqVal options,
XsDoubleVal weight) |
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.
|
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(java.lang.String pathExpression,
CtsRegionSeqExpr regions,
java.lang.String... options) |
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.
|
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(java.lang.String pathExpression,
CtsRegionSeqExpr regions,
java.lang.String options,
double weight) |
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.
|
Modifier and Type | Interface | 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-2019 MarkLogic Corporation.