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