Please enable JavaScript to view this site.

Version:

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

Query layer/Table information functions

Prev Top Next More

String getIdFromTableName(String restEndPoint, String tableName) throws Exception

Description

This lookup function returns the layer ID of a table layer defined by name.

Parameter

Value

restEndPoint

Name of the endpoint that references the feature service.

tableName

The name of the table layer in the feature service.

Return value

The returned value is the ID from the table name. If the name does not exist you get an exception.

String getIdFromLayerName(String restEndPoint, String layerName) throws Exception

Description

This lookup function returns the layer ID defined by a layer name.

Parameter

Value

restEndPoint

Name of the endpoint that references the feature service.

layerName

The layer name in the feature service.

Return value

The returned value is the layer ID.

String getTableNameFromId(String restEndPoint, String id) throws Exception

Description

This lookup function returns the table name for a layer ID.

Parameter

Value

restEndPoint

Name of the endpoint that references the feature service.

id

Layer ID.

Return value

The returned value is the name of the table.

String getLayerNameFromId(String restEndPoint, String id) throws Exception

Description

This lookup function returns the layer name for a layer ID.

Parameter

Value

restEndPoint

Name of the endpoint that references the feature service.

id

Layer ID.

Return value

The returned value is the layer name.

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