@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
35 lines (27 loc) • 1.01 kB
Markdown
# command: geometry.display-settings
Description: Display the geometry settings dialog. This allows you to configure buffer distance and buffer units. Web only.
Inputs: `HasUITarget`
HasUITarget properties:
```json
{
"attributes": {
"description": "Optional layout XML attributes to be used for the transient UI container."
},
"icon": {
"description": "Optional icon that may be used by the transient UI container.",
"type": "string"
},
"parent": {
"description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
}
}
```
# command: geometry.set-buffer-distance
Description: Sets the default buffer distance for the viewer session. The buffer distance must be a number > 0. Web only.
Inputs: `number`
# command: geometry.set-buffer-units
Description: Sets the default buffer units for the viewer session. Web only.
Inputs: `LengthUnits`