Uses of Class
com.luciad.wms.client.model.TLcdWMSGetMapRequest
Packages that use TLcdWMSGetMapRequest
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSGetMapRequest in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdWMSGetMapRequestModifier and TypeMethodDescriptionTLcdWMSClient.createGetMapRequest()
Creates a new 'GetMap' 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 TLcdWMSGetMapRequestModifier and TypeMethodDescriptionTLcdWMSClient.getMap
(TLcdWMSGetMapRequest aRequest) Performs the 'GetMap' request.void
TLcdWMSGetFeatureInfoRequest.setGetMapRequest
(TLcdWMSGetMapRequest aGetMapRequest) Sets the 'GetMap' request which created the map for which we request feature info.