UrlClient Sample Calls

UrlClient Sample Calls always start with "roo://vertigis.url.client?". In the following you find some examples how to finish the UrlClient link.

Graz Sample Project (GeoOffice, WebOffice)


Parcels

no target or operation

Parameter: One Parcel

KG_GNR=%2263101275%22

Parameter: One Parcel and Coordinates

KG_GNR=63101275&CoordinateX=47.11&CoordinateY=11.78

Parameter: Two Parcels and Coordinates

KG_GNR=%2263101275%22,%2263101832%22&CoordinateX=47.11,45.6&CoordinateY=11.78,678.345


provided target - choose operation


provided target and operation - no target selection dialog

Parameter: Many Parcels - POST - inclusive target operation

Parameter: VertiGIS FM Select trees with DetailMask - POST - inclusive target operation

Parameter: VertiGIS FM Select specific Trees by Code and AssetNo with DetailMask - POST - inclusive target operation

Parameter: VertiGIS FM Edit CoordinateX search by Code and AssetNo - POST - inclusive target operation

different data types

strings (url encoded)

Parameter: one string

KG_GNR=%2263101141%2F1%22

Parameter: multiple strings (three)

KG_GNR=%2263101275%22,%2263101245%22,%2263101141%2F1%22

integers

these are also examples for non-unique identifiers: District Numbers
Parameter: one integer

KGNR=63101

Parameter: multiple integers (two)

KGNR=63101,63104

floats/doubles

Parameter: one float

Area=578.51085717

Parameter: multiple floats (three)

Area=578.51085717,284.60717653,225.18397136

ObjectID

Parameter: one ObjectID

OBJECTID=2273

Parameter: multiple ObjectIDs (three)

OBJECTID=2273,2274,2275


nullvalue definition

Parameter: value=null (nullvalue)

KG_GNR=%22nullvalue%22


special characters

Parameter: string without reserved characters - KGNAME=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz017-_.

KGNAME=%22ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz017-_.%22

Parameter: string with reserved characters - KGNAME=!#$%&()*+,-./:; <=>?@[\]{|}~

KGNAME=%22%21%23%24%25%26%28%29%2A%2B%2C%2D%2E%2F%3A%3B%3C%3D%3E%3F%40%5B%5C%5D%7B%7C%7D%7E%22

Parameter: string with special characters of quotes - KGNAME="''"

KGNAME=%22%22%27%27%22%22

Parameter: string with other german characters KGNAME=ÄÖÜßäöüẞ

KGNAME=%22%C3%84%C3%96%C3%9C%C3%9F%C3%A4%C3%B6%C3%BC%E1%BA%9E%22

character Ö - UTF-8 encoded - KGNAME=Ö

KGNAME=%22%C3%96%22