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)
Syntaxprotected virtual string ParseLine(
XmlNode feature,
XmlNode geometry,
XmlNamespaceManager nsmgr,
WFSSchemaColumn[] schemaColumns,
string WfsFeaturePrefix
)
Protected Overridable Function ParseLine (
feature As XmlNode,
geometry As XmlNode,
nsmgr As XmlNamespaceManager,
schemaColumns As WFSSchemaColumn(),
WfsFeaturePrefix As String
) As String
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:
StringA string containing an Open Layers line feature
See Also