You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openAPI/IndoorFefature_openAPI.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -966,22 +966,22 @@ paths:
966
966
Performs a spatial query against the **PrimalSpace** of a specific ThematicLayer using 2D geometric predicates.
967
967
968
968
**Functionality:**
969
-
This operation filters `CellSpace` geometries based on a provided spatial operator (`op`) and a reference geometry. Unlike a standard bounding box filter, this endpoint supports complex topological predicates (e.g., *intersects*, *contains*, *within*) defined by the OGC Simple Features standard.
969
+
This operation filters `CellSpace` geometries based on a provided spatial relation (`rel`) and a reference geometry. Unlike a standard bounding box filter, this endpoint supports complex topological predicates (e.g., *intersects*, *contains*, *within*) defined by the OGC Simple Features standard.
970
970
971
971
**Spatial Duality Logic:**
972
972
- **Primal Space:** Only the `CellSpaceMember` items that satisfy the geometric predicate are returned.
973
973
- **Dual Space:** All of the Nodes and Edges in specified ThematicLayer are returned.
974
974
975
975
**Parameters:**
976
-
- `op`: The geometric predicate to apply (e.g., `intersects`, `within`, `contains`).
976
+
- `rel`: The geometric predicate to apply (e.g., `intersects`, `within`, `contains`).
977
977
- `geometry`: The reference geometry in WKT (Well-Known Text) format used for the predicate.
978
978
- `level`: (Optional) Restricts the search to a specific floor or vertical level within the IndoorGML model.
979
979
980
980
**Response:**
981
981
Returns a single `ThematicLayer` object containing the filtered Primal and Dual space components.
982
982
operationId: geometricQuery
983
983
parameters:
984
-
- $ref: '#/components/parameters/op'
984
+
- $ref: '#/components/parameters/rel'
985
985
- $ref: '#/components/parameters/level'
986
986
- $ref: '#/components/parameters/geometry'
987
987
responses:
@@ -3577,12 +3577,12 @@ components:
3577
3577
description: Filter results to include only those matching the specified CellSpace name. Exact Match
3578
3578
schema:
3579
3579
type: string
3580
-
op:
3581
-
name: op
3580
+
rel:
3581
+
name: rel
3582
3582
in: query
3583
3583
required: true
3584
3584
description: |-
3585
-
Spatial predicate operation applied between the input geometry
3585
+
Spatial predicate relations applied between the input geometry
Copy file name to clipboardExpand all lines: openAPI/openAPI_schema.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -620,22 +620,22 @@ paths:
620
620
Performs a spatial query against the **PrimalSpace** of a specific ThematicLayer using 2D geometric predicates.
621
621
622
622
**Functionality:**
623
-
This operation filters `CellSpace` geometries based on a provided spatial operator (`op`) and a reference geometry. Unlike a standard bounding box filter, this endpoint supports complex topological predicates (e.g., *intersects*, *contains*, *within*) defined by the OGC Simple Features standard.
623
+
This operation filters `CellSpace` geometries based on a provided spatial relation (`rel`) and a reference geometry. Unlike a standard bounding box filter, this endpoint supports complex topological predicates (e.g., *intersects*, *contains*, *within*) defined by the OGC Simple Features standard.
624
624
625
625
**Spatial Duality Logic:**
626
626
- **Primal Space:** Only the `CellSpaceMember` items that satisfy the geometric predicate are returned.
627
627
- **Dual Space:** All of the Nodes and Edges in specified ThematicLayer are returned.
628
628
629
629
**Parameters:**
630
-
- `op`: The geometric predicate to apply (e.g., `intersects`, `within`, `contains`).
630
+
- `rel`: The geometric predicate to apply (e.g., `intersects`, `within`, `contains`).
631
631
- `geometry`: The reference geometry in WKT (Well-Known Text) format used for the predicate.
632
632
- `level`: (Optional) Restricts the search to a specific floor or vertical level within the IndoorGML model.
633
633
634
634
**Response:**
635
635
Returns a single `ThematicLayer` object containing the filtered Primal and Dual space components.
0 commit comments