Click or drag to resize

WFSParserBaseParseSchemaColumns Method

Parses the return from 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 WFSSchemaColumn[] ParseSchemaColumns(
	XmlDocument doc,
	string WfsFeaturePrefix,
	string WfsFeatureNamespace,
	string layer
)

Parameters

doc
Type: System.XmlXmlDocument
The XmlDocument containing the results
WfsFeaturePrefix
Type: SystemString
The feature prefix
WfsFeatureNamespace
Type: SystemString
The namespace for features
layer
Type: SystemString
The layer to get the features from

Return Value

Type: WFSSchemaColumn
An array of WFSSchemaColumns
See Also