WFSParserBase Class |
[Missing <summary> documentation for "T:Cadcorp.Configuration.Parser.WFSParserBase"]
Namespace: Cadcorp.Configuration.Parser
The WFSParserBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | WFSParserBase | Initializes a new instance of the WFSParserBase class |
Name | Description | |
---|---|---|
![]() | LineType | |
![]() | MultiPolygonType | |
![]() | PointType | |
![]() | PolygonType |
Name | Description | |
---|---|---|
![]() | BuildGetFeatureUrl |
Builds a url to perform a WFS get feature request.
|
![]() | BuildWFSSchemaUrl |
Build the url for a WFS Describe Feature Type request
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLinearRingString |
Gets an Open Layer LinearRing object
|
![]() | GetPolygonGeometry |
Gets the open layers Geometry object for a polygon
|
![]() | GetSchemaDataString |
Gets JSON object containing the schema data
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetWFSLayers |
Gets a list of WFS Layers from an XML Capabilities Document.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ParseFeaturesToOpenLayersFeatures(XmlDocument, String, String, String, String, WFSSchemaColumn) |
Parses the return from a WFS Get Features request into Open Layers feature objects
|
![]() | ParseFeaturesToOpenLayersFeatures(XmlNodeList, XmlNamespaceManager, String, String, String, String, WFSSchemaColumn) |
Parses the return from a WFS Get Features request into Open Layers feature objects
|
![]() | ParseLine |
Parse a WFS point into an Open Layers line feature
|
![]() | ParseMultiPolygon |
Parse a WFS point into an Open Layers multi polygon feature
|
![]() | ParsePoint |
Parse a WFS point into an Open Layers point feature
|
![]() | ParsePolygon |
Parse a WFS point into an Open Layers polygon feature
|
![]() | ParseSchemaColumns |
Parses the return from a WFS Describe Feature Type request
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |