public class WMSQueryParameter extends WMSMapParameter
WMS query parameters.
In the WMS specification, when you request GetFeatureInfo operation, you need to set the query parameters. The WMS query parameters are required when calling the # getFeatureInfo (String, WMSQueryParameter) method of the WMS interface provided by SuperMap iServer.
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<?,?> |
customParameters
${services_components_spi_ogc_WMSQueryParameter_attribute_customParameters_Title}
|
int |
featureCount
${services_components_spi_ogc_WMSQueryParameter_attribute_featureCount_Title}
|
java.lang.String |
infoFormat
${services_components_spi_ogc_WMSQueryParameter_attribute_info_format_Title}
|
java.lang.String[] |
queryLayers
${services_components_spi_ogc_WMSQueryParameter_attribute_query_layers_Title}
|
int |
x
X of the feature in pixel.
|
int |
y
Y of the feature in pixel.
|
bgcolor, bounds, center, crs, entireBounds, exceptions, format, height, layers, mapName, sldBody, srs, styles, transparent, width| Constructor and Description |
|---|
WMSQueryParameter()
Constructor
|
WMSQueryParameter(java.util.Map<java.lang.String,java.lang.String> paramMap)
Constructs a WMSQueryParameter from a Map mapping.
|
WMSQueryParameter(WMSQueryParameter wmsqueryParameter)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
splitStringpublic java.lang.String[] queryLayers
${services_components_spi_ogc_WMSQueryParameter_attribute_query_layers_Title}
${services_components_spi_ogc_WMSQueryParameter_attribute_query_layers_Description}
public java.lang.String infoFormat
${services_components_spi_ogc_WMSQueryParameter_attribute_info_format_Title}
${services_components_spi_ogc_WMSQueryParameter_attribute_info_format_Description}
public int featureCount
${services_components_spi_ogc_WMSQueryParameter_attribute_featureCount_Title}
${services_components_spi_ogc_WMSQueryParameter_attribute_featureCount_Description}
public int x
X of the feature in pixel.
The leftmost is 0, the right increases.
public int y
Y of the feature in pixel.
The top is 0, increasing downward.
public java.util.Map<?,?> customParameters
${services_components_spi_ogc_WMSQueryParameter_attribute_customParameters_Title}
${services_components_spi_ogc_WMSQueryParameter_attribute_customParameters_Description}
public WMSQueryParameter(java.util.Map<java.lang.String,java.lang.String> paramMap)
paramMap - Map mapping, storing WMS service constant information.Constantspublic WMSQueryParameter(WMSQueryParameter wmsqueryParameter)
wmsqueryParameter -public WMSQueryParameter()
public int hashCode()
hashCode in class WMSMapParameterpublic boolean equals(java.lang.Object obj)
equals in class WMSMapParameter