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)
Syntaxpublic virtual string[] ParseFeaturesToOpenLayersFeatures(
XmlDocument doc,
string WfsFeaturePrefix,
string WfsGeometryName,
string WfsFeatureNamespace,
string layer,
WFSSchemaColumn[] schemaColumns
)
Public Overridable Function ParseFeaturesToOpenLayersFeatures (
doc As XmlDocument,
WfsFeaturePrefix As String,
WfsGeometryName As String,
WfsFeatureNamespace As String,
layer As String,
schemaColumns As WFSSchemaColumn()
) As String()
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:
StringAn array of string containing Open Layers feature objects
See Also