Please enable JavaScript to view this site.

Version:

Navigation: Parameterization for Integration > XML/XSL Processing > VI XSL API > UT specific functions

UT Object Identifier functions

Prev Top Next More

String generateUTObjId()

Description

Generates an UT Object Identifier.

Return value

The returned value is an UT Object Identifier as a String with the length=22 characters .

Example:

<xsl:value-of select="utiapi:generateUTObjId()" />

 

String generateUTObjIdFromUUID(String uuid)

Description

Generate an UT Object Identifier from an Universally Unique Identifier.

Parameter

Value

uuid

Universally Unique Identifier from which the UT Object Identifier is generated.

Return value

The returned value is an UT Object Identifier with length=22 characters as a String.

Example:

<xsl:value-of select="utiapi:generateUTObjIdFromUUID('567a8410-e29b-12d4-f716-456335440034')" />

© 2024 VertiGIS GmbH. All Rights Reserved. | Privacy Center | Imprint
Documentation Version 10.0 (fa3b2a93)