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.
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.
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.
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.