com.supermap.services.wmts

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.Serializable
    

    WMTS query parameter.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      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 Summary

      Constructors 
      Constructor and Description
      WMTSQueryParameter()
      The Constructor.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Compare whether the specified WMTSQueryParameter object is the same with the object.
      int hashCode()
      Gets the hash value of the object instance
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 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}

    • Constructor Detail

      • WMTSQueryParameter

        public WMTSQueryParameter()
        

        The Constructor.

    • Method Detail

      • hashCode

        public int hashCode()
        

        Gets the hash value of the object instance

        Overrides:
        hashCode in class java.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:
        equals in class java.lang.Object
        Parameters:
        obj - the WMTSQueryParameter object to compare
        Returns:
        return a boolean value, indicates whether two objects are the same.