Package com.luciad.wms.client.lightspeed
Class TLspWMSGetFeatureInfoContextQuery
java.lang.Object
com.luciad.view.lightspeed.query.ALspPaintQuery<TLcdWMSGetFeatureInfoContext>
com.luciad.wms.client.lightspeed.TLspWMSGetFeatureInfoContextQuery
Layer query that retrieves a WMS GetFeatureInfo context object. This context can be used
to perform a GetFeatureInfo request, see ALcdWMSProxy#createFeatureInfoInputStream
.
- Since:
- 2016.1
-
Constructor Summary
ConstructorDescriptionTLspWMSGetFeatureInfoContextQuery
(int aX, int aY) Creates a new query that can calculate aTLcdWMSGetFeatureInfoContext
for WMS layers. -
Method Summary
Modifier and TypeMethodDescriptionReturns the resultingTLcdWMSGetFeatureInfoContext
ornull
.int
getX()
Returns the x coordinate (in view coordinates) for which to perform a GetFeatureInfo requestint
getY()
Returns the y coordinate (in view coordinates) for which to perform a GetFeatureInfo request
-
Constructor Details
-
TLspWMSGetFeatureInfoContextQuery
public TLspWMSGetFeatureInfoContextQuery(int aX, int aY) Creates a new query that can calculate aTLcdWMSGetFeatureInfoContext
for WMS layers.- Parameters:
aX
- the x coordinate (in view coordinates) for which to perform a GetFeatureInfo requestaY
- the y coordinate (in view coordinates) for which to perform a GetFeatureInfo request
-
-
Method Details
-
getX
public int getX()Returns the x coordinate (in view coordinates) for which to perform a GetFeatureInfo request- Returns:
- the x coordinate (in view coordinates) for which to perform a GetFeatureInfo request
-
getY
public int getY()Returns the y coordinate (in view coordinates) for which to perform a GetFeatureInfo request- Returns:
- the y coordinate (in view coordinates) for which to perform a GetFeatureInfo request
-
getResult
Returns the resultingTLcdWMSGetFeatureInfoContext
ornull
.- Specified by:
getResult
in classALspPaintQuery<TLcdWMSGetFeatureInfoContext>
- Returns:
- the resulting
TLcdWMSGetFeatureInfoContext
ornull
.
-