Uses of Class
com.luciad.wms.client.model.TLcdWMSGetFeatureInfoParameters
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSGetFeatureInfoParameters in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionTLcdWMSGetFeatureInfoParameters.Builder.build()
Builds the context with the set parameters.Modifier and TypeMethodDescriptionTLcdWMSGetFeatureInfoParameters.Builder.all
(TLcdWMSGetFeatureInfoParameters aGetFeatureInfoContext) Sets all parameters on the builder based on the given GetFeatureInfo context.abstract InputStream
ALcdWMSProxy.createFeatureInfoInputStream
(TLcdWMSGetFeatureInfoContext aGetFeatureInfoContext, TLcdWMSGetFeatureInfoParameters aGetFeatureInfoParameters) Sends aGetFeatureInfo
request with the given parameters to the WMS configured in the capabilities (seeALcdWMSProxy.getWMSCapabilities()
), and returns the result as anInputStream
object.