Package com.luciad.wms.client.model
Class TLcdWMSGetFeatureInfoParameters
java.lang.Object
com.luciad.wms.client.model.TLcdWMSGetFeatureInfoParameters
This class contains optional parameters for a WMS GetFeatureInfo request.
See
TLcdWMSGetFeatureInfoContext
.- Since:
- 2016.1
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class forTLcdWMSGetFeatureInfoParameters
objects. -
Method Summary
Modifier and TypeMethodDescriptionReturns this object as aBuilder
.Returns the feature info format to use when doing a query.Returns a list of layers to query.int
Returns the maximum number of features to return in the query result.Returns a new builder for GetFeatureInfo parameters.
-
Method Details
-
getLayersToQuery
Returns a list of layers to query. Ifnull
, all layers are queried. Otherwise only the specified layers are queried.- Returns:
- a list of layers to query.
-
getFeatureInfoFormat
Returns the feature info format to use when doing a query. Ifnull
, a default feature info format should be used (ALcdWMSProxy.getFeatureInfoFormat()
) . Otherwise the specified feature info format should be used. If this feature info format is not supported, the query will return an empty result.- Returns:
- the feature info format to use when doing a query.
-
getMaxFeatureCount
public int getMaxFeatureCount()Returns the maximum number of features to return in the query result.- Returns:
- the maximum number of features to return in the query result.
-
newBuilder
Returns a new builder for GetFeatureInfo parameters.- Returns:
- a new builder
-
asBuilder
Returns this object as aBuilder
.- Returns:
- this object as a
Builder
.
-