public class WMTSQueryParameter
extends java.lang.Object
implements java.io.Serializable
WMTS query parameter.
Modifier and Type | Field and Description |
---|---|
Rectangle2D |
bounds
The geographic extent
|
java.util.Map<?,?> |
customParameters
${services_components_spi_ogc_WMSQueryParameter_attribute_customParameters_Title}
|
int |
featureCount
${services_components_spi_ogc_WMSQueryParameter_attribute_featureCount_Title}
|
int |
height
The tile height
|
java.lang.String |
infoFormat
${services_components_spi_ogc_WMSQueryParameter_attribute_info_format_Title}
|
int |
width
The tile width
|
int |
x
X of the feature in pixel.
|
int |
y
Y of the feature in pixel.
|
Constructor and Description |
---|
WMTSQueryParameter()
The Constructor.
|
public java.lang.String infoFormat
${services_components_spi_ogc_WMSQueryParameter_attribute_info_format_Title}
${services_components_spi_ogc_WMSQueryParameter_attribute_info_format_Description}
public Rectangle2D bounds
The geographic extent
public int width
The tile width
public int height
The tile height
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 int hashCode()
Gets the hash value of the object instance
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
Compare whether the specified WMTSQueryParameter object is the same with the object.
equals
in class java.lang.Object
obj
- the WMTSQueryParameter object to compare