Uses of Class
com.luciad.wms.client.model.TLcdWMSGetFeatureInfoRequest
Packages that use TLcdWMSGetFeatureInfoRequest
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSGetFeatureInfoRequest in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdWMSGetFeatureInfoRequestModifier and TypeMethodDescriptionTLcdWMSClient.createGetFeatureInfoRequest()Creates a new 'GetFeatureInfo' 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 TLcdWMSGetFeatureInfoRequestModifier and TypeMethodDescriptionTLcdWMSClient.getFeatureInfo(TLcdWMSGetFeatureInfoRequest aRequest) Performs the 'GetFeatureInfo' request.