Uses of Class
com.luciad.wms.client.model.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionTLspWMSGetFeatureInfoContextQuery.getResult()
Returns the resultingTLcdWMSGetFeatureInfoContext
ornull
. -
Uses of TLcdWMSGetFeatureInfoContext in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionTLcdWMSGetFeatureInfoContext.Builder.build()
Builds the context with the set parameters.Modifier 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.