Click or drag to resize

WFSParserBaseBuildWFSSchemaUrl Method

Build the url for a WFS Describe Feature Type request

Namespace:  Cadcorp.Configuration.Parser
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual string BuildWFSSchemaUrl(
	Url baseUrl,
	string WfsFeaturePrefix,
	string layer
)

Parameters

baseUrl
Type: Cadcorp.ConfigurationUrl
The base url for the request
WfsFeaturePrefix
Type: SystemString
The feature prefix
layer
Type: SystemString
The layer to get the features from

Return Value

Type: String
The url got the WFS Describe Feature Type request
See Also