Uses of Class
com.luciad.wms.client.model.TLcdWMSGetCapabilitiesRequest
Packages that use TLcdWMSGetCapabilitiesRequest
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSGetCapabilitiesRequest in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdWMSGetCapabilitiesRequestModifier and TypeMethodDescriptionTLcdWMSClient.createGetCapabilitiesRequest()Creates a new 'GetCapabilities' request object which is compatible with the WMS version implemented by the WMS server this client communicates with.Methods in com.luciad.wms.client.model with parameters of type TLcdWMSGetCapabilitiesRequestModifier and TypeMethodDescriptionTLcdWMSClient.getCapabilities(TLcdWMSGetCapabilitiesRequest aRequest) Performs the 'GetCapabilities' request.