Click or drag to resize

WFSParserBase Class

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

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 WFSParserBase

The WFSParserBase type exposes the following members.

Constructors
  NameDescription
Public methodWFSParserBase
Initializes a new instance of the WFSParserBase class
Top
Properties
Methods
  NameDescription
Public methodBuildGetFeatureUrl
Builds a url to perform a WFS get feature request.
Public methodBuildWFSSchemaUrl
Build the url for a WFS Describe Feature Type request
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
Protected methodGetPolygonGeometry
Gets the open layers Geometry object for a polygon
Protected methodGetSchemaDataString
Gets JSON object containing the schema data
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.
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
Protected methodParseFeaturesToOpenLayersFeatures(XmlNodeList, XmlNamespaceManager, String, String, String, String, WFSSchemaColumn)
Parses the return from a WFS Get Features request into Open Layers feature objects
Protected methodParseLine
Parse a WFS point into an Open Layers line feature
Protected methodParseMultiPolygon
Parse a WFS point into an Open Layers multi polygon feature
Protected methodParsePoint
Parse a WFS point into an Open Layers point feature
Protected methodParsePolygon
Parse a WFS point into an Open Layers polygon feature
Public methodParseSchemaColumns
Parses the return from a WFS Describe Feature Type request
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also