Click or drag to resize

WFSParserBaseParseFeaturesToOpenLayersFeatures Method (XmlDocument, 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
public virtual string[] ParseFeaturesToOpenLayersFeatures(
	XmlDocument doc,
	string WfsFeaturePrefix,
	string WfsGeometryName,
	string WfsFeatureNamespace,
	string layer,
	WFSSchemaColumn[] schemaColumns
)

Parameters

doc
Type: System.XmlXmlDocument
The XmlDocument containing the results
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