Uses of Class
com.luciad.wms.client.model.TLcdWMSGetFeatureInfoContext.Builder
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSGetFeatureInfoContext.Builder in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionTLcdWMSGetFeatureInfoContext.Builder.all
(TLcdWMSGetFeatureInfoContext aGetFeatureInfoContext) Sets all parameters on the builder based on the given GetFeatureInfo context.TLcdWMSGetFeatureInfoContext.asBuilder()
Returns this object as aBuilder
.TLcdWMSGetFeatureInfoContext.Builder.getMapContext
(TLcdWMSGetMapContext aGetMapContext) Sets the GetMap context used for a GetFeatureInfo request.TLcdWMSGetFeatureInfoContext.newBuilder()
Returns a new builder for a GetFeatureInfo Context.TLcdWMSGetFeatureInfoContext.Builder.queryCoordinate
(int aX, int aY) Sets the coordinate used for the query.