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 |
---|---|
CtsRegionExpr |
GeoExpr.regionApproximate(ServerExpression region,
double threshold)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionApproximate(ServerExpression region,
double threshold,
java.lang.String options)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionApproximate(ServerExpression region,
ServerExpression threshold)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionApproximate(ServerExpression region,
ServerExpression threshold,
ServerExpression options)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionClean(ServerExpression region)
This function fixes various problems with the region or raises an error if it is not repairable.
|
CtsRegionExpr |
GeoExpr.regionClean(ServerExpression region,
ServerExpression options)
This function fixes various problems with the region or raises an error if it is not repairable.
|
CtsRegionExpr |
GeoExpr.regionClean(ServerExpression region,
java.lang.String options)
This function fixes various problems with the region or raises an error if it is not repairable.
|
CtsRegionExpr |
GeoExpr.removeDuplicateVertices(ServerExpression region)
Remove duplicate (adjacent) vertices.
|
CtsRegionExpr |
GeoExpr.removeDuplicateVertices(ServerExpression region,
ServerExpression options)
Remove duplicate (adjacent) vertices.
|
CtsRegionExpr |
GeoExpr.removeDuplicateVertices(ServerExpression region,
java.lang.String options)
Remove duplicate (adjacent) vertices.
|
Modifier and Type | Method and Description |
---|---|
CtsQueryExpr |
CtsExpr.elementAttributePairGeospatialQuery(java.lang.String elementName,
java.lang.String latitudeName,
java.lang.String longitudeName,
CtsRegionExpr... 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.elementChildGeospatialQuery(java.lang.String elementName,
java.lang.String childName,
CtsRegionExpr... 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.elementGeospatialQuery(java.lang.String elementName,
CtsRegionExpr... 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.elementPairGeospatialQuery(java.lang.String elementName,
java.lang.String latitudeName,
java.lang.String longitudeName,
CtsRegionExpr... 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.geospatialRegionQuery(ServerExpression reference,
java.lang.String operation,
CtsRegionExpr... region)
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,
CtsRegionExpr... 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.jsonPropertyGeospatialQuery(java.lang.String propertyName,
CtsRegionExpr... 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.jsonPropertyPairGeospatialQuery(java.lang.String propertyName,
java.lang.String latitudeName,
java.lang.String longitudeName,
CtsRegionExpr... 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.pathGeospatialQuery(java.lang.String pathExpression,
CtsRegionExpr... 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.
|
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-2021 MarkLogic Corporation.