Click or drag to resize

WFSParserBaseParseLine Method

Parse a WFS point into an Open Layers line feature

Namespace:  Cadcorp.Configuration.Parser
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected virtual string ParseLine(
	XmlNode feature,
	XmlNode geometry,
	XmlNamespaceManager nsmgr,
	WFSSchemaColumn[] schemaColumns,
	string WfsFeaturePrefix
)

Parameters

feature
Type: System.XmlXmlNode
XML node that contains the WFS line feature
geometry
Type: System.XmlXmlNode
XML node that contains the geometry for this feature
nsmgr
Type: System.XmlXmlNamespaceManager
The namespace manager to use for queries
schemaColumns
Type: Cadcorp.ConfigurationWFSSchemaColumn
Array of schema columns
WfsFeaturePrefix
Type: SystemString
The feature prefix

Return Value

Type: String
A string containing an Open Layers line feature
See Also