com.supermap.services.wmts

Class WMTSFeatureInfo

  • java.lang.Object
    • com.supermap.services.wmts.WMTSFeatureInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public class WMTSFeatureInfo
    extends java.lang.Object
    implements java.io.Serializable
    

    ${services_components_spi_ogc_WMSFeatureInfo_Title}

    ${services_components_spi_ogc_WMSFeatureInfo_Description}

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String[] fieldNames
      The attribute field name of the feature.
      java.lang.String[] fieldValues
      The attribute field value of the feature.
    • Constructor Summary

      Constructors 
      Constructor and Description
      WMTSFeatureInfo()
      ${services_components_spi_ogc_WmsFeatureInfo_contructor_WmsFeatureInfo_Title}
      WMTSFeatureInfo(WMTSFeatureInfo wmtsfeatureInfo)
      The Constructor.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Compare whether the specified WMTSFeatureInfo 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

      • fieldNames

        public java.lang.String[] fieldNames
        

        The attribute field name of the feature.

        is a String array, which corresponds to the fieldValues property, that is, the property field value of the corresponding position in the fieldNames array is the value in the same position of the fieldValues array.

      • fieldValues

        public java.lang.String[] fieldValues
        

        The attribute field value of the feature.

        is a String array, which corresponds to the fieldNames property, that is, the property field value of the corresponding position in the fieldNames array is the value in the same position of the fieldValues array.

    • Constructor Detail

      • WMTSFeatureInfo

        public WMTSFeatureInfo()
        

        ${services_components_spi_ogc_WmsFeatureInfo_contructor_WmsFeatureInfo_Title}

        ${services_components_spi_ogc_WmsFeatureInfo_contructor_WmsFeatureInfo_Description}

      • WMTSFeatureInfo

        public WMTSFeatureInfo(WMTSFeatureInfo wmtsfeatureInfo)
        

        The Constructor.

        Parameters:
        wmtsfeatureInfo - feature information.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        

        Compare whether the specified WMTSFeatureInfo object is the same with the object.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the WMTSFeatureInfo object to compare
        Returns:
        return a boolean value, indicates whether two objects are the same.
      • hashCode

        public int hashCode()
        

        Gets the hash value of the object instance

        Overrides:
        hashCode in class java.lang.Object
        Returns:
        the hash code