Uses of Class
com.luciad.wms.client.model.TLcdWMSGetMapContext
Packages that use TLcdWMSGetMapContext
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSGetMapContext in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdWMSGetMapContextModifier and TypeMethodDescriptionTLcdWMSGetMapContext.Builder.build()Builds the context with the set parameters.TLcdWMSGetFeatureInfoContext.getGetMapContext()Returns the GetMap context used for a GetFeatureInfo request.Methods in com.luciad.wms.client.model with parameters of type TLcdWMSGetMapContextModifier and TypeMethodDescriptionTLcdWMSGetMapContext.Builder.all(TLcdWMSGetMapContext aGetMapContext) Sets all parameters on the builder based on the given GetMap context.abstract InputStreamALcdWMSProxy.createImageInputStream(TLcdWMSGetMapContext aGetMapContext) Sends aGetMaprequest with the given parameters to the WMS configured in the capabilities (seeALcdWMSProxy.getWMSCapabilities()), and returns the result as anInputStreamobject.TLcdWMSGetFeatureInfoContext.Builder.getMapContext(TLcdWMSGetMapContext aGetMapContext) Sets the GetMap context used for a GetFeatureInfo request.