Class WMTSQueryParameter
- java.lang.Object
-
- com.supermap.services.wmts.WMTSQueryParameter
-
- All Implemented Interfaces:
- java.io.Serializable
public class WMTSQueryParameter extends java.lang.Object implements java.io.SerializableWMTS query parameter.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description Rectangle2DboundsThe geographic extentjava.util.Map<?,?>customParameters${services_components_spi_ogc_WMSQueryParameter_attribute_customParameters_Title}intfeatureCount${services_components_spi_ogc_WMSQueryParameter_attribute_featureCount_Title}intheightThe tile heightjava.lang.StringinfoFormat${services_components_spi_ogc_WMSQueryParameter_attribute_info_format_Title}intwidthThe tile widthintxX of the feature in pixel.intyY of the feature in pixel.
-
Constructor Summary
Constructors Constructor and Description WMTSQueryParameter()The Constructor.
-
-
-
Field Detail
-
infoFormat
public java.lang.String infoFormat
${services_components_spi_ogc_WMSQueryParameter_attribute_info_format_Title}
${services_components_spi_ogc_WMSQueryParameter_attribute_info_format_Description}
-
bounds
public Rectangle2D bounds
The geographic extent
-
width
public int width
The tile width
-
height
public int height
The tile height
-
featureCount
public int featureCount
${services_components_spi_ogc_WMSQueryParameter_attribute_featureCount_Title}
${services_components_spi_ogc_WMSQueryParameter_attribute_featureCount_Description}
-
x
public int x
X of the feature in pixel.
The leftmost is 0, the right increases.
-
y
public int y
Y of the feature in pixel.
The top is 0, increasing downward.
-
customParameters
public java.util.Map<?,?> customParameters
${services_components_spi_ogc_WMSQueryParameter_attribute_customParameters_Title}
${services_components_spi_ogc_WMSQueryParameter_attribute_customParameters_Description}
-
-
Method Detail
-
hashCode
public int hashCode()
Gets the hash value of the object instance
- Overrides:
hashCodein classjava.lang.Object- Returns:
- the hash code
-
equals
public boolean equals(java.lang.Object obj)
Compare whether the specified WMTSQueryParameter object is the same with the object.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the WMTSQueryParameter object to compare- Returns:
- return a boolean value, indicates whether two objects are the same.
-
-