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)
Syntaxpublic virtual WFSSchemaColumn[] ParseSchemaColumns(
XmlDocument doc,
string WfsFeaturePrefix,
string WfsFeatureNamespace,
string layer
)
Public Overridable Function ParseSchemaColumns (
doc As XmlDocument,
WfsFeaturePrefix As String,
WfsFeatureNamespace As String,
layer As String
) As WFSSchemaColumn()
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:
WFSSchemaColumnAn array of WFSSchemaColumns
See Also