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(CtsRegionExpr region,
double threshold)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionApproximate(CtsRegionExpr region,
double threshold,
java.lang.String options)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionApproximate(CtsRegionExpr region,
XsDoubleVal threshold)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionApproximate(CtsRegionExpr region,
XsDoubleVal threshold,
XsStringSeqVal options)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionClean(CtsRegionExpr region)
This function fixes various problems with the region or raises an error if it is not repairable.
|
CtsRegionExpr |
GeoExpr.regionClean(CtsRegionExpr region,
java.lang.String options)
This function fixes various problems with the region or raises an error if it is not repairable.
|
CtsRegionExpr |
GeoExpr.regionClean(CtsRegionExpr region,
XsStringSeqVal options)
This function fixes various problems with the region or raises an error if it is not repairable.
|
CtsRegionExpr |
GeoExpr.removeDuplicateVertices(CtsRegionExpr region)
Remove duplicate (adjacent) vertices.
|
CtsRegionExpr |
GeoExpr.removeDuplicateVertices(CtsRegionExpr region,
java.lang.String options)
Remove duplicate (adjacent) vertices.
|
CtsRegionExpr |
GeoExpr.removeDuplicateVertices(CtsRegionExpr region,
XsStringSeqVal options)
Remove duplicate (adjacent) vertices.
|
Modifier and Type | Method and Description |
---|---|
ServerExpression |
GeoExpr.approxCenter(CtsRegionExpr region)
Return a point approximating the center of the given region.
|
ServerExpression |
GeoExpr.approxCenter(CtsRegionExpr region,
ServerExpression options)
Return a point approximating the center of the given region.
|
ServerExpression |
GeoExpr.approxCenter(CtsRegionExpr region,
java.lang.String options)
Return a point approximating the center of the given region.
|
ServerExpression |
GeoExpr.boundingBoxes(CtsRegionExpr region)
Returns a sequence of boxes that bound the given region.
|
ServerExpression |
GeoExpr.boundingBoxes(CtsRegionExpr region,
ServerExpression options)
Returns a sequence of boxes that bound the given region.
|
ServerExpression |
GeoExpr.boundingBoxes(CtsRegionExpr region,
java.lang.String options)
Returns a sequence of boxes that bound the given region.
|
ServerExpression |
GeoExpr.countDistinctVertices(CtsRegionExpr region)
Return a count of the distinct number of vertices in a region, taking tolerance into account.
|
ServerExpression |
GeoExpr.countDistinctVertices(CtsRegionExpr region,
ServerExpression options)
Return a count of the distinct number of vertices in a region, taking tolerance into account.
|
ServerExpression |
GeoExpr.countDistinctVertices(CtsRegionExpr region,
java.lang.String options)
Return a count of the distinct number of vertices in a region, taking tolerance into account.
|
ServerExpression |
GeoExpr.countVertices(CtsRegionExpr region)
This function returns a count of the number of vertices in a region.
|
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.
|
ServerExpression |
GeoExpr.geohashEncode(CtsRegionExpr region)
Compute a set of covering geohashes for the given region, to the given level of precision.
|
ServerExpression |
GeoExpr.geohashEncode(CtsRegionExpr region,
long geohashPrecision)
Compute a set of covering geohashes for the given region, to the given level of precision.
|
ServerExpression |
GeoExpr.geohashEncode(CtsRegionExpr region,
long geohashPrecision,
java.lang.String options)
Compute a set of covering geohashes for the given region, to the given level of precision.
|
ServerExpression |
GeoExpr.geohashEncode(CtsRegionExpr region,
ServerExpression geohashPrecision)
Compute a set of covering geohashes for the given region, to the given level of precision.
|
ServerExpression |
GeoExpr.geohashEncode(CtsRegionExpr region,
ServerExpression geohashPrecision,
ServerExpression options)
Compute a set of covering geohashes for the given region, to the given level of precision.
|
CtsQueryExpr |
CtsExpr.geospatialRegionQuery(CtsReferenceSeqExpr reference,
java.lang.String operation,
CtsRegionExpr... region)
Construct a query to match regions in documents that satisfy a specified relationship relative to other regions.
|
ServerExpression |
GeoExpr.interiorPoint(CtsRegionExpr region)
This function returns a point that is guaranteed to be inside the bounds of the given region.
|
ServerExpression |
GeoExpr.interiorPoint(CtsRegionExpr region,
ServerExpression options)
This function returns a point that is guaranteed to be inside the bounds of the given region.
|
ServerExpression |
GeoExpr.interiorPoint(CtsRegionExpr region,
java.lang.String options)
This function returns a point that is guaranteed to be inside the bounds of the given region.
|
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.
|
CtsRegionExpr |
GeoExpr.regionApproximate(CtsRegionExpr region,
double threshold)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionApproximate(CtsRegionExpr region,
double threshold,
java.lang.String options)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionApproximate(CtsRegionExpr region,
XsDoubleVal threshold)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionApproximate(CtsRegionExpr region,
XsDoubleVal threshold,
XsStringSeqVal options)
This function returns a simplified approximation of the region, using the Douglas-Peucker algorithm.
|
CtsRegionExpr |
GeoExpr.regionClean(CtsRegionExpr region)
This function fixes various problems with the region or raises an error if it is not repairable.
|
CtsRegionExpr |
GeoExpr.regionClean(CtsRegionExpr region,
java.lang.String options)
This function fixes various problems with the region or raises an error if it is not repairable.
|
CtsRegionExpr |
GeoExpr.regionClean(CtsRegionExpr region,
XsStringSeqVal options)
This function fixes various problems with the region or raises an error if it is not repairable.
|
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.regionDe9im(CtsRegionExpr region1,
CtsRegionExpr region2)
Calculates the Dimensionally Extended nine-Intersection Matrix (DE-9IM) of two geospatial regions.
|
ServerExpression |
GeoExpr.regionDe9im(CtsRegionExpr region1,
CtsRegionExpr region2,
ServerExpression options)
Calculates the Dimensionally Extended nine-Intersection Matrix (DE-9IM) of two geospatial regions.
|
ServerExpression |
GeoExpr.regionDe9im(CtsRegionExpr region1,
CtsRegionExpr region2,
java.lang.String options)
Calculates the Dimensionally Extended nine-Intersection Matrix (DE-9IM) of two geospatial regions.
|
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.regionRelate(CtsRegionExpr region1,
ServerExpression operation,
CtsRegionExpr region2)
Compares geospatial regions based on a specified relationship.
|
ServerExpression |
GeoExpr.regionRelate(CtsRegionExpr region1,
ServerExpression operation,
CtsRegionExpr region2,
ServerExpression options)
Compares geospatial regions based on a specified relationship.
|
ServerExpression |
GeoExpr.regionRelate(CtsRegionExpr region1,
java.lang.String operation,
CtsRegionExpr region2)
Compares geospatial regions based on a specified relationship.
|
ServerExpression |
GeoExpr.regionRelate(CtsRegionExpr region1,
java.lang.String operation,
CtsRegionExpr region2,
java.lang.String options)
Compares geospatial regions based on a specified relationship.
|
CtsRegionSeqExpr |
CtsExpr.regionSeq(CtsRegionExpr... items)
Constructs a sequence of CtsRegionExpr items.
|
CtsRegionExpr |
GeoExpr.removeDuplicateVertices(CtsRegionExpr region)
Remove duplicate (adjacent) vertices.
|
CtsRegionExpr |
GeoExpr.removeDuplicateVertices(CtsRegionExpr region,
java.lang.String options)
Remove duplicate (adjacent) vertices.
|
CtsRegionExpr |
GeoExpr.removeDuplicateVertices(CtsRegionExpr region,
XsStringSeqVal options)
Remove duplicate (adjacent) vertices.
|
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-2020 MarkLogic Corporation.