Workflow Commands — Geo
Domein-overzicht van 2 workflow commands uit DLL Ultimo.Process.Business.Command.Geo.
Deze pagina lijst de classes die worden aangeroepen vanuit <Command CommandName="..."> in workflow-XML.
Baseline: Ultimo 19.10.11.414 (november 2019). Method-bodies kunnen in nieuwere versies afwijken; class-signatures (inputs/outputs) zijn doorgaans stabiel. Voor live-XML gebruik
lookup_workflow(...)en raadpleeg de daadwerkelijke<Command>-aanroep.
Snel zoekenbewerken
- Eén command opvragen:
lookup_command("RDNAPTRANS") - Alle Geo-commands:
find_commands("", dll="Geo") - Zoek binnen dit domein:
find_commands("<term>", dll="Geo")
Overzichtbewerken
| Command | Inputs | Outputs | Beschrijving |
|---|---|---|---|
RDNAPTRANS |
GeocodeXRD: decimal, GeocodeYRD: decimal |
GeocodeXWGS84: decimal, GeocodeYWGS84: decimal |
|
WSG84ToRDS |
GeocodeXWGS84: decimal, GeocodeYWGS84: decimal |
GeocodeXRD: decimal, GeocodeYRD: decimal |
Get the Rijksdriehoekstelsel coordinates |
Details per commandbewerken
RDNAPTRANSbewerken
Inputs
GeocodeXRD:decimalGeocodeYRD:decimal
Outputs
GeocodeXWGS84:decimalGeocodeYWGS84:decimal
Bron: Ultimo.Process.Business.Command.Geo/Ultimo.Process.Business.Command.Geo/RDNAPTRANS.cs
WSG84ToRDSbewerken
Get the Rijksdriehoekstelsel coordinates
Inputs
GeocodeXWGS84:decimalGeocodeYWGS84:decimal
Outputs
GeocodeXRD:decimalGeocodeYRD:decimal
Bron: Ultimo.Process.Business.Command.Geo/Ultimo.Process.Business.Command.Geo/WSG84ToRDS.cs
Brondatabewerken
Let op: De tabel hierboven is gegenereerd uit decompiled 19.10 broncode. Voor het exact aanroepen van een command in een workflow gebruik de tool-calls hieronder.
- Eén Command opvragen —
lookup_command("<CommandName>")Officiële beschrijving + typed inputs/outputs. Bron:Data/commands_index.json(geëxtraheerd uit decompiledUltimo.Process.Business.Command.Geo.dll). - Domein-zoekopdracht —
find_commands(query, dll="Geo")Scored search over naam + beschrijving binnen alleen dit domein. - Workflow waarin deze Command voorkomt —
lookup_workflow("<WorkflowName>")Live-XML uitworkflows.xml; bevat de<Command>-aanroep met property-mappings.