Click or drag to resize

WFSParserBaseParseFeaturesToOpenLayersFeatures Method (XmlNodeList, XmlNamespaceManager, String, String, String, String, WFSSchemaColumn)

Parses the return from a WFS Get Features request into Open Layers feature objects

Namespace:  Cadcorp.Configuration.Parser
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected virtual string[] ParseFeaturesToOpenLayersFeatures(
	XmlNodeList featuresList,
	XmlNamespaceManager nsmgr,
	string WfsFeaturePrefix,
	string WfsGeometryName,
	string WfsFeatureNamespace,
	string layer,
	WFSSchemaColumn[] schemaColumns
)

Parameters

featuresList
Type: System.XmlXmlNodeList
A list of WFS features
nsmgr
Type: System.XmlXmlNamespaceManager
The namespace manager to use for queries
WfsFeaturePrefix
Type: SystemString
The feature prefix
WfsGeometryName
Type: SystemString
The name of the geometry property
WfsFeatureNamespace
Type: SystemString
The namespace for features
layer
Type: SystemString
The layer to get the features from
schemaColumns
Type: Cadcorp.ConfigurationWFSSchemaColumn
Array of schema columns

Return Value

Type: String
An array of string containing Open Layers feature objects
See Also