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(java.lang.String wkt)
Returns a sequence of geospatial regions parsed from Well-Known Text format.
|
CtsRegionSeqExpr |
GeoExpr.parseWkt(XsStringSeqVal 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 | Method and Description |
---|---|
ServerExpression |
GeoExpr.boxIntersects(ServerExpression box,
CtsRegionSeqExpr region)
Returns true if the box intersects with a region.
|
ServerExpression |
GeoExpr.boxIntersects(ServerExpression box,
CtsRegionSeqExpr region,
ServerExpression options)
Returns true if the box intersects with a region.
|
ServerExpression |
GeoExpr.boxIntersects(ServerExpression box,
CtsRegionSeqExpr region,
java.lang.String options)
Returns true if the box intersects with a region.
|
ServerExpression |
GeoExpr.circleIntersects(ServerExpression circle,
CtsRegionSeqExpr region)
Returns true if the circle intersects with a region.
|
ServerExpression |
GeoExpr.circleIntersects(ServerExpression circle,
CtsRegionSeqExpr region,
ServerExpression options)
Returns true if the circle intersects with a region.
|
ServerExpression |
GeoExpr.circleIntersects(ServerExpression circle,
CtsRegionSeqExpr region,
java.lang.String options)
Returns true if the circle intersects with a region.
|
CtsQueryExpr |
CtsExpr.elementAttributePairGeospatialQuery(java.lang.String elementName,
java.lang.String latitudeName,
java.lang.String longitudeName,
CtsRegionSeqExpr region,
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 latitudeName,
java.lang.String longitudeName,
CtsRegionSeqExpr region,
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.elementAttributePairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeName,
XsQNameSeqVal longitudeName,
CtsRegionSeqExpr region)
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 latitudeName,
XsQNameSeqVal longitudeName,
CtsRegionSeqExpr region,
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 latitudeName,
XsQNameSeqVal longitudeName,
CtsRegionSeqExpr region,
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.elementChildGeospatialQuery(java.lang.String elementName,
java.lang.String childName,
CtsRegionSeqExpr region,
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 elementName,
java.lang.String childName,
CtsRegionSeqExpr region,
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.elementChildGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal childName,
CtsRegionSeqExpr region)
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 elementName,
XsQNameSeqVal childName,
CtsRegionSeqExpr region,
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 elementName,
XsQNameSeqVal childName,
CtsRegionSeqExpr region,
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.elementGeospatialQuery(java.lang.String elementName,
CtsRegionSeqExpr region,
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 region,
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.elementGeospatialQuery(XsQNameSeqVal elementName,
CtsRegionSeqExpr region)
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 region,
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 region,
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.elementPairGeospatialQuery(java.lang.String elementName,
java.lang.String latitudeName,
java.lang.String longitudeName,
CtsRegionSeqExpr region,
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 latitudeName,
java.lang.String longitudeName,
CtsRegionSeqExpr region,
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.elementPairGeospatialQuery(XsQNameSeqVal elementName,
XsQNameSeqVal latitudeName,
XsQNameSeqVal longitudeName,
CtsRegionSeqExpr region)
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 latitudeName,
XsQNameSeqVal longitudeName,
CtsRegionSeqExpr region,
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 latitudeName,
XsQNameSeqVal longitudeName,
CtsRegionSeqExpr region,
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.geospatialRegionQuery(CtsReferenceSeqExpr reference,
java.lang.String operation,
CtsRegionSeqExpr region,
java.lang.String... options)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(CtsReferenceSeqExpr reference,
java.lang.String operation,
CtsRegionSeqExpr region,
java.lang.String options,
double weight)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(CtsReferenceSeqExpr reference,
XsStringVal operation,
CtsRegionSeqExpr region)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(CtsReferenceSeqExpr reference,
XsStringVal operation,
CtsRegionSeqExpr region,
XsStringSeqVal options)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(CtsReferenceSeqExpr reference,
XsStringVal operation,
CtsRegionSeqExpr region,
XsStringSeqVal options,
XsDoubleVal weight)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
CtsQueryExpr |
CtsExpr.jsonPropertyChildGeospatialQuery(java.lang.String propertyName,
java.lang.String childName,
CtsRegionSeqExpr region,
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 propertyName,
java.lang.String childName,
CtsRegionSeqExpr region,
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.jsonPropertyChildGeospatialQuery(XsStringSeqVal propertyName,
XsStringSeqVal childName,
CtsRegionSeqExpr region)
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 propertyName,
XsStringSeqVal childName,
CtsRegionSeqExpr region,
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 propertyName,
XsStringSeqVal childName,
CtsRegionSeqExpr region,
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.jsonPropertyGeospatialQuery(java.lang.String propertyName,
CtsRegionSeqExpr region,
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 region,
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.jsonPropertyGeospatialQuery(XsStringSeqVal propertyName,
CtsRegionSeqExpr region)
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 region,
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 region,
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.jsonPropertyPairGeospatialQuery(java.lang.String propertyName,
java.lang.String latitudeName,
java.lang.String longitudeName,
CtsRegionSeqExpr region,
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 latitudeName,
java.lang.String longitudeName,
CtsRegionSeqExpr region,
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.jsonPropertyPairGeospatialQuery(XsStringSeqVal propertyName,
XsStringSeqVal latitudeName,
XsStringSeqVal longitudeName,
CtsRegionSeqExpr region)
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 latitudeName,
XsStringSeqVal longitudeName,
CtsRegionSeqExpr region,
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 latitudeName,
XsStringSeqVal longitudeName,
CtsRegionSeqExpr region,
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.pathGeospatialQuery(java.lang.String pathExpression,
CtsRegionSeqExpr region,
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 region,
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.
|
CtsQueryExpr |
CtsExpr.pathGeospatialQuery(XsStringSeqVal pathExpression,
CtsRegionSeqExpr region)
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 region,
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 region,
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.
|
ServerExpression |
GeoExpr.regionContains(CtsRegionExpr target,
CtsRegionSeqExpr region)
Returns true if one region contains the other region.
|
ServerExpression |
GeoExpr.regionContains(CtsRegionExpr target,
CtsRegionSeqExpr region,
ServerExpression options)
Returns true if one region contains the other region.
|
ServerExpression |
GeoExpr.regionContains(CtsRegionExpr target,
CtsRegionSeqExpr region,
java.lang.String options)
Returns true if one region contains the other region.
|
ServerExpression |
GeoExpr.regionIntersects(CtsRegionExpr target,
CtsRegionSeqExpr region)
Returns true if the target region intersects with a region.
|
ServerExpression |
GeoExpr.regionIntersects(CtsRegionExpr target,
CtsRegionSeqExpr region,
ServerExpression options)
Returns true if the target region intersects with a region.
|
ServerExpression |
GeoExpr.regionIntersects(CtsRegionExpr target,
CtsRegionSeqExpr region,
java.lang.String options)
Returns true if the target region intersects with a region.
|
ServerExpression |
GeoExpr.shortestDistance(ServerExpression p1,
CtsRegionSeqExpr region)
Returns the great circle distance (in units) between a point and a region.
|
ServerExpression |
GeoExpr.shortestDistance(ServerExpression p1,
CtsRegionSeqExpr region,
ServerExpression options)
Returns the great circle distance (in units) between a point and a region.
|
ServerExpression |
GeoExpr.shortestDistance(ServerExpression p1,
CtsRegionSeqExpr region,
java.lang.String options)
Returns the great circle distance (in units) between a point and a region.
|
ServerExpression |
GeoExpr.toWkt(CtsRegionSeqExpr wkt)
Returns a sequence of strings in Well-Known Text format.
|
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-2020 MarkLogic Corporation.