Uses of Class
com.luciad.wms.client.model.TLcdWMSGetMapRequest
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSGetMapRequest in com.luciad.wms.client.model
Modifier 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.Modifier 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.