Uses of Class
com.luciad.wms.client.model.TLcdWMSGetFeatureInfoParameters
Packages that use TLcdWMSGetFeatureInfoParameters
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSGetFeatureInfoParameters in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdWMSGetFeatureInfoParametersModifier and TypeMethodDescriptionTLcdWMSGetFeatureInfoParameters.Builder.build()Builds the context with the set parameters.Methods in com.luciad.wms.client.model with parameters of type TLcdWMSGetFeatureInfoParametersModifier and TypeMethodDescriptionTLcdWMSGetFeatureInfoParameters.Builder.all(TLcdWMSGetFeatureInfoParameters aGetFeatureInfoContext) Sets all parameters on the builder based on the given GetFeatureInfo context.abstract InputStreamALcdWMSProxy.createFeatureInfoInputStream(TLcdWMSGetFeatureInfoContext aGetFeatureInfoContext, TLcdWMSGetFeatureInfoParameters aGetFeatureInfoParameters) Sends aGetFeatureInforequest with the given parameters to the WMS configured in the capabilities (seeALcdWMSProxy.getWMSCapabilities()), and returns the result as anInputStreamobject.