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)
Syntaxpublic virtual string BuildWFSSchemaUrl(
Url baseUrl,
string WfsFeaturePrefix,
string layer
)
Public Overridable Function BuildWFSSchemaUrl (
baseUrl As Url,
WfsFeaturePrefix As String,
layer As String
) As String
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:
StringThe url got the WFS Describe Feature Type request
See Also