Please enable JavaScript to view this site.

Version:

Document createVersion(String restEndPoint, String versionName) throws Exception

Description

This function creates a new version in the geodatabase.

Parameter

Value

restEndPoint

Name of the endpoint that references the feature service.

versionName

Fully qualified name of the version (e.g. SDE.DEFAULT).

Return value

The returned value is an XML document with the created version result.

Document getVersion(String restEndPoint, String versionName) throws Exception

Description

This function returns the version information from the geodatabase.

Parameter

Value

restEndPoint

Name of the endpoint that references the feature service.

versionName

Fully qualified name of the version (e.g. SDE.DEFAULT).

Return value

The returned value is an XML document with version information.

String getVersionGuid(String restEndPoint, String versionName) throws Exception

Description

This function returns the GUID (global unique identifier) for a version defined by a name.

Parameter

Value

restEndPoint

Name of the endpoint that references the feature service.

versionName

Fully qualified name of the version (e.g. SDE.DEFAULT).

Return value

The returned value is the version's global unique identifier.

Document deleteVersion(String restEndPoint, String versionName) throws Exception

Description

This function deletes a version from the geodatabase.

Parameter

Value

restEndPoint

Name of the endpoint that references the feature service.

versionName

Fully qualified name of the version (e.g. SDE.DEFAULT).

Return value

The returned value is an XML document with the deletion results.

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