Click or drag to resize

GenericSPGetWfsOverlays Method

Returns the available overlays, plus strings showing connection parameters.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual OgcOverlay[] GetWfsOverlays(
	string url
)

Parameters

url
Type: SystemString
The base URL of the WFS

Return Value

Type: OgcOverlay
The available overlays.
Remarks
It is assumed that GeognoSIS runs on an account that has privilege to make web requests - if not it cannot access WFSs anyway.
See Also