Uses of Class
com.luciad.wms.client.model.TLcdWMSClient
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSClient in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionstatic TLcdWMSClient
TLcdWMSClient.createWMSClient
(ALcdOGCWMSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WMS client using the specified capabilities.static TLcdWMSClient
TLcdWMSClient.createWMSClient
(URI aURI) Creates a new WMS client using the specified URI.static TLcdWMSClient
TLcdWMSClient.createWMSClient
(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WMS client using the specified URI.Modifier and TypeMethodDescriptionTLcdOGCWMSProxyModelDecoder.decode
(TLcdWMSClient aClient) Creates anILcdModel
containing oneALcdWMSProxy
element, which can be used to access the specified WMS server.