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)
Syntaxpublic virtual string BuildGetFeatureUrl(
Url baseUrl,
WFSSchemaColumn[] columns,
int MaxFeatures,
string WfsGeometryName,
WFSFilter filter,
string WfsFeaturePrefix,
string layer
)
Public Overridable Function BuildGetFeatureUrl (
baseUrl As Url,
columns As WFSSchemaColumn(),
MaxFeatures As Integer,
WfsGeometryName As String,
filter As WFSFilter,
WfsFeaturePrefix As String,
layer As String
) As String
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:
StringThe url for a WFS Get feature request
See Also