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
ConstructorsConstructorDescriptionTLspWMSGetFeatureInfoContextQuery(int aX, int aY) Creates a new query that can calculate aTLcdWMSGetFeatureInfoContextfor WMS layers. -
Method Summary
Modifier and TypeMethodDescriptionReturns the resultingTLcdWMSGetFeatureInfoContextornull.intgetX()Returns the x coordinate (in view coordinates) for which to perform a GetFeatureInfo requestintgetY()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 aTLcdWMSGetFeatureInfoContextfor 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 resultingTLcdWMSGetFeatureInfoContextornull.- Specified by:
getResultin classALspPaintQuery<TLcdWMSGetFeatureInfoContext>- Returns:
- the resulting
TLcdWMSGetFeatureInfoContextornull.
-