pointInPolygon params Schema #
undefined#/properties/postProcess/items/allOf/32/properties/params
Parameters to be passed to the pointInPolygon module
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | specSchema.schema.json* |
params Type #
object
(pointInPolygon params)
pointInPolygon params Properties #
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
loadTest | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
loadTransformer | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
loadAccumulator | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
searchTest | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
searchTransformer | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
merge | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
passthrough | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
loadAccumulatorAppend | boolean |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
removeBbox | boolean |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
data | Not specified | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
loadTest #
loadTest TODO
loadTest
- is optional
- type: any of the folllowing:
array
orstring
(loadTest) - cannot be null
- defined in: loadTest
loadTransformer #
loadTransformer TODO
loadTransformer
- is optional
- type: any of the folllowing:
array
orstring
(loadTransformer) - cannot be null
- defined in: loadTransformer
loadAccumulator #
loadAccumulator TODO
loadAccumulator
- is optional
- type: any of the folllowing:
array
orstring
(loadAccumulator) - cannot be null
- defined in: loadAccumulator
searchTest #
searchTest TODO
searchTest
- is optional
- type: any of the folllowing:
array
orstring
(searchTest) - cannot be null
- defined in: searchTest
searchTransformer #
searchTransformer TODO
searchTransformer
- is optional
- type: any of the folllowing:
array
orstring
(searchTransformer) - cannot be null
- defined in: searchTransformer
merge #
merge TODO
merge
passthrough #
passthrough TODO
passthrough
- is optional
- type: any of the folllowing:
array
orstring
(passthrough) - cannot be null
- defined in: passthrough
loadAccumulatorAppend #
loadAccumulatorAppend TODO
loadAccumulatorAppend
- is optional
- type:
boolean
- cannot be null
- Unstructured type
removeBbox #
removeBbox TODO
removeBbox
- is optional
- type:
boolean
- cannot be null
- Unstructured type
data #
Inline data to be processed by the JSONata expressions
data