Click or drag to resize

WFSParserBaseBuildGetFeatureUrl Method

Builds a url to perform a WFS get feature request.

Namespace:  Cadcorp.Configuration.Parser
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual string BuildGetFeatureUrl(
	Url baseUrl,
	WFSSchemaColumn[] columns,
	int MaxFeatures,
	string WfsGeometryName,
	WFSFilter filter,
	string WfsFeaturePrefix,
	string layer
)

Parameters

baseUrl
Type: Cadcorp.ConfigurationUrl
The base url for the request
columns
Type: Cadcorp.ConfigurationWFSSchemaColumn
The schema columns to add to the request, can be null
MaxFeatures
Type: SystemInt32
The maximum number of features to return
WfsGeometryName
Type: SystemString
The name of the geometry property
filter
Type: Cadcorp.ConfigurationWFSFilter
The filter to apply to this request
WfsFeaturePrefix
Type: SystemString
The feature prefix
layer
Type: SystemString
The layer to get the features from

Return Value

Type: String
The url for a WFS Get feature request
See Also