Click or drag to resize

WFSVersion1_1_0 Class

[Missing <summary> documentation for "T:Cadcorp.Configuration.Parser.WFSVersion1_1_0"]

Inheritance Hierarchy

Namespace:  Cadcorp.Configuration.Parser
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class WFSVersion1_1_0 : WFSParserBase

The WFSVersion1_1_0 type exposes the following members.

Constructors
  NameDescription
Public methodWFSVersion1_1_0
Initializes a new instance of the WFSVersion1_1_0 class
Top
Properties
  NameDescription
Protected propertyLineType (Inherited from WFSParserBase.)
Protected propertyMultiPolygonType (Inherited from WFSParserBase.)
Protected propertyPointType (Inherited from WFSParserBase.)
Protected propertyPolygonType (Inherited from WFSParserBase.)
Top
Methods
  NameDescription
Public methodBuildGetFeatureUrl
Builds a url to perform a WFS get feature request.
(Overrides WFSParserBaseBuildGetFeatureUrl(Url, WFSSchemaColumn, Int32, String, WFSFilter, String, String).)
Public methodBuildWFSSchemaUrl
Build the url for a WFS Describe Feature Type request
(Overrides WFSParserBaseBuildWFSSchemaUrl(Url, String, String).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetLinearRingString
Gets an Open Layer LinearRing object
(Inherited from WFSParserBase.)
Protected methodGetPolygonGeometry
Gets the open layers Geometry object for a polygon
(Overrides WFSParserBaseGetPolygonGeometry(XmlNode, XmlNamespaceManager).)
Protected methodGetSchemaDataString
Gets JSON object containing the schema data
(Inherited from WFSParserBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWFSLayers
Gets a list of WFS Layers from an XML Capabilities Document.
(Overrides WFSParserBaseGetWFSLayers(XmlDocument).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParseFeaturesToOpenLayersFeatures(XmlDocument, String, String, String, String, WFSSchemaColumn)
Parses the return from a WFS Get Features request into Open Layers feature objects
(Overrides WFSParserBaseParseFeaturesToOpenLayersFeatures(XmlDocument, String, String, String, String, WFSSchemaColumn).)
Protected methodParseFeaturesToOpenLayersFeatures(XmlNodeList, XmlNamespaceManager, String, String, String, String, WFSSchemaColumn)
Parses the return from a WFS Get Features request into Open Layers feature objects
(Inherited from WFSParserBase.)
Protected methodParseLine
Parse a WFS point into an Open Layers line feature
(Inherited from WFSParserBase.)
Protected methodParseMultiPolygon
Parse a WFS point into an Open Layers multi polygon feature
(Overrides WFSParserBaseParseMultiPolygon(XmlNode, XmlNode, XmlNamespaceManager, WFSSchemaColumn, String).)
Protected methodParsePoint
Parse a WFS point into an Open Layers point feature
(Inherited from WFSParserBase.)
Protected methodParsePolygon
Parse a WFS point into an Open Layers polygon feature
(Inherited from WFSParserBase.)
Public methodParseSchemaColumns
Parses the return from a WFS Describe Feature Type request
(Overrides WFSParserBaseParseSchemaColumns(XmlDocument, String, String, String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also