WFSParserBaseGetSchemaDataString Method |
Gets JSON object containing the schema data
Namespace:
Cadcorp.Configuration.Parser
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxprotected virtual string GetSchemaDataString(
XmlNode feature,
XmlNamespaceManager nsmgr,
WFSSchemaColumn[] schemaColumns,
string WfsFeaturePrefix
)
Protected Overridable Function GetSchemaDataString (
feature As XmlNode,
nsmgr As XmlNamespaceManager,
schemaColumns As WFSSchemaColumn(),
WfsFeaturePrefix As String
) As String
Parameters
- feature
- Type: System.XmlXmlNode
XML node that contains the WFS feature - nsmgr
- Type: System.XmlXmlNamespaceManager
The namespace manager to use for queries - schemaColumns
- Type: Cadcorp.ConfigurationWFSSchemaColumn
The schema columns to get data for - WfsFeaturePrefix
- Type: SystemString
The feature prefix
Return Value
Type:
StringA string containing the schema data
See Also