MarkLogic Server allows you to create geospatial lexicons, which are lists of unique values of geospatial data.
A geospatial lexicon returns geospatial values from the geospatial index. The geospatial index is required for using the geospatial lexicon functions.
This section describes the geospatial lexicon APIs.
Function name | Description |
---|---|
cts:element-attribute-pair-geospatial-boxes | Returns boxes derived from the specified element point lexicon(s). |
cts:element-attribute-pair-geospatial-value-match | Returns values from the specified element attribute pair geospatial value lexicon(s) that match the specified wildcard pattern. |
cts:element-attribute-pair-geospatial-values | Returns values from the specified element-attribute-pair geospatial value lexicon(s). |
cts:element-attribute-value-geospatial-co-occurrences | Returns value co-occurrences from the specified element-attribute value lexicon with the specified geospatial lexicon. |
cts:element-child-geospatial-boxes | Returns boxes derived from the specified element point lexicon(s). |
cts:element-child-geospatial-value-match | Returns values from the specified element child geospatial value lexicon(s) that match the specified wildcard pattern. |
cts:element-child-geospatial-values | Returns values from the specified element-child geospatial value lexicon(s). |
cts:element-geospatial-boxes | Returns boxes derived from the specified element point lexicon(s). |
cts:element-geospatial-value-match | Returns values from the specified element geospatial value lexicon(s) that match the specified wildcard pattern. |
cts:element-geospatial-values | Returns values from the specified element geospatial value lexicon(s). |
cts:element-pair-geospatial-boxes | Returns boxes derived from the specified element point lexicon(s). |
cts:element-pair-geospatial-value-match | Returns values from the specified element pair geospatial value lexicon(s) that match the specified wildcard pattern. |
cts:element-pair-geospatial-values | Returns values from the specified element-pair geospatial value lexicon(s). |
cts:element-value-geospatial-co-occurrences | Returns value co-occurrences from the specified element value lexicon with the specified geospatial lexicon. |
cts:geospatial-attribute-pair-reference | Creates a reference to a geospatial attribute pair range index, for use as a parameter to cts:value-tuples This function will throw an exception if the specified range index does not exist. |
cts:geospatial-boxes | Returns boxes derived from the specified point lexicon(s). |
cts:geospatial-co-occurrences | Find value co-occurrences from two geospatial lexicons. |
cts:geospatial-element-child-reference | Creates a reference to a geospatial element child range index, for use as a parameter to cts:value-tuples. |
cts:geospatial-element-pair-reference | Creates a reference to a geospatial element pair range index, for use as a parameter to cts:value-tuples. |
cts:geospatial-element-reference | Creates a reference to a geospatial element range index, for use as a parameter to cts:value-tuples. |
cts:geospatial-json-property-child-reference | Creates a reference to a geospatial json property child range index, for use as a parameter to cts:value-tuples cts:value-tuples. |
cts:geospatial-json-property-pair-reference | Creates a reference to a geospatial JSON property pair range index, for use as a parameter to cts:value-tuples. |
cts:geospatial-json-property-reference | Creates a reference to a geospatial json property range index, for use as a parameter to cts:value-tuples. |
cts:geospatial-path-reference | Creates a reference to a geospatial path range index, for use as a parameter to cts:value-tuples. |
cts:geospatial-region-path-reference | Create a reference to a geospatial region path index, for use as a parameter to cts:geospatial-region-query and other query operations on geospatial region indexes. |
cts:match-regions | Find regions in documents that have a spatial relationship to one or more caller-supplied regions. |