GenericSPGetWmsOverlays 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)
Syntaxpublic virtual OgcOverlay[] GetWmsOverlays(
string url
)
Public Overridable Function GetWmsOverlays (
url As String
) As OgcOverlay()
Parameters
- url
- Type: SystemString
The base URL of the WFS
Return Value
Type:
OgcOverlayThe available overlays.
RemarksIt is assumed that GeognoSIS runs on an account that has privilege to make
web requests - if not it cannot access WFSs anyway.
See Also