Uses of Class
com.luciad.wms.client.model.TLcdWMSGetFeatureInfoParameters.Builder
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSGetFeatureInfoParameters.Builder in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionTLcdWMSGetFeatureInfoParameters.Builder.all
(TLcdWMSGetFeatureInfoParameters aGetFeatureInfoContext) Sets all parameters on the builder based on the given GetFeatureInfo context.TLcdWMSGetFeatureInfoParameters.asBuilder()
Returns this object as aBuilder
.TLcdWMSGetFeatureInfoParameters.Builder.featureInfoFormat
(String aFeatureInfoFormat) Specifies the feature info format to use.TLcdWMSGetFeatureInfoParameters.Builder.layersToQuery
(Collection<String> aLayersToQuery) Specifies the layers to query.TLcdWMSGetFeatureInfoParameters.Builder.maxFeatureCount
(int aMaxFeatureCount) Sets the maximum number of features returned when doing a query.TLcdWMSGetFeatureInfoParameters.newBuilder()
Returns a new builder for GetFeatureInfo parameters.