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)
Syntaxprotected virtual string[] ParseFeaturesToOpenLayersFeatures(
XmlNodeList featuresList,
XmlNamespaceManager nsmgr,
string WfsFeaturePrefix,
string WfsGeometryName,
string WfsFeatureNamespace,
string layer,
WFSSchemaColumn[] schemaColumns
)
Protected Overridable Function ParseFeaturesToOpenLayersFeatures (
featuresList As XmlNodeList,
nsmgr As XmlNamespaceManager,
WfsFeaturePrefix As String,
WfsGeometryName As String,
WfsFeatureNamespace As String,
layer As String,
schemaColumns As WFSSchemaColumn()
) As String()
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:
StringAn array of string containing Open Layers feature objects
See Also