selfserviceenrichmentmeasuresfromspatialintersection
This configuration is optional when using the plugin Cadenza.
-
Documentation
-
YAML Format
-
XML Format
| Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets. |
<selfServiceEnrichment
<measuresFromSpatialIntersection
<timeout
optionaldurationISO 8601 Duration Format
Format: P[n]Y[n]M[n]DT[n]H[n]M[n]S
- P is the duration designator (period) placed at the start of the duration representation
- Y is the number of years
- M is the number of months
- D is the number of days
- T is the time designator that precedes the time components
- H is the number of hours
- M is the number of minutes
- S is the number of seconds
Examples:
PT5M- 5 minutesPT1H30M- 1 hour and 30 minutesP1D- 1 dayP1Y2M3DT4H5M6S- 1 year, 2 months, 3 days, 4 hours, 5 minutes, and 6 seconds
Maximum time until enrichment query times out. If set, overwrites maximumWaitTimeInMilliseconds in the datasources configuration
</timeout>
Configuration for the Measures From Spatial Intersection Enrichment
</measuresFromSpatialIntersection>
Configuration of enrichments
</selfServiceEnrichment>
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
cadenzaconfig:
settings:
selfserviceenrichmentmeasuresfromspatialintersection:
measuresFromSpatialIntersection:
timeout: "P2DT3M"
Filename: selfserviceenrichmentmeasuresfromspatialintersection-config.xml
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<selfServiceEnrichment>
<measuresFromSpatialIntersection>
<timeout>P2DT3M</timeout>
</measuresFromSpatialIntersection>
</selfServiceEnrichment>