Uses of Class
com.luciad.wms.client.model.TLcdWMSGetFeatureInfoContext
Packages that use TLcdWMSGetFeatureInfoContext
Package
Description
Contains a layer factory for models that contain an
ALcdWMSProxy
object.This package contains a painter that visualizes
ALcdWMSProxy
instances in a GXY view using a tiled approach.
This package contains the layer builder for visualizing
ALcdWMSProxy
instances in a Lightspeed view.Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSGetFeatureInfoContext in com.luciad.wms.client.gxy
Methods in com.luciad.wms.client.gxy that return TLcdWMSGetFeatureInfoContextModifier and TypeMethodDescriptionTLcdWMSProxyGXYPainter.getFeatureInfoContext
(int aX, int aY, ILcdGXYContext aGXYContext) Returns aTLcdWMSGetFeatureInfoContext
for the given view coordinate. -
Uses of TLcdWMSGetFeatureInfoContext in com.luciad.wms.client.gxy.tiled
Methods in com.luciad.wms.client.gxy.tiled that return TLcdWMSGetFeatureInfoContextModifier and TypeMethodDescriptionTLcdGXYTiledWMSProxyPainter.getFeatureInfoContext
(int aX, int aY, ILcdGXYContext aGXYContext) Returns aTLcdWMSGetFeatureInfoContext
for the given view coordinate. -
Uses of TLcdWMSGetFeatureInfoContext in com.luciad.wms.client.lightspeed
Methods in com.luciad.wms.client.lightspeed that return TLcdWMSGetFeatureInfoContextModifier and TypeMethodDescriptionTLspWMSGetFeatureInfoContextQuery.getResult()
Returns the resultingTLcdWMSGetFeatureInfoContext
ornull
. -
Uses of TLcdWMSGetFeatureInfoContext in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdWMSGetFeatureInfoContextModifier and TypeMethodDescriptionTLcdWMSGetFeatureInfoContext.Builder.build()
Builds the context with the set parameters.Methods in com.luciad.wms.client.model with parameters of type TLcdWMSGetFeatureInfoContextModifier and TypeMethodDescriptionTLcdWMSGetFeatureInfoContext.Builder.all
(TLcdWMSGetFeatureInfoContext 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.