com.supermap.services.components.spi.ogc

Class WMSFeatureInfo

  • java.lang.Object
    • com.supermap.services.components.spi.ogc.WMSFeatureInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public class WMSFeatureInfo
    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.
      java.lang.String nameSpaceURI
      ${services_components_spi_ogc_WmsFeatureInfo_attribute_nameSpaceURI_Title}
      java.lang.String version
      ${services_components_spi_ogc_WmsFeatureInfo_attribute_version_Title}
    • Constructor Summary

      Constructors 
      Constructor and Description
      WMSFeatureInfo()
      ${services_components_spi_ogc_WmsFeatureInfo_contructor_WmsFeatureInfo_Title}
      WMSFeatureInfo(WMSFeatureInfo wmsfeatureInfo)
      Constructor
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      int hashCode() 
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • version

        public java.lang.String version
        

        ${services_components_spi_ogc_WmsFeatureInfo_attribute_version_Title}

        ${services_components_spi_ogc_WmsFeatureInfo_attribute_version_Description}

      • nameSpaceURI

        public java.lang.String nameSpaceURI
        

        ${services_components_spi_ogc_WmsFeatureInfo_attribute_nameSpaceURI_Title}

        ${services_components_spi_ogc_WmsFeatureInfo_attribute_nameSpaceURI_Description}

      • fieldNames

        public java.lang.String[] fieldNames
        

        The attribute field name of the feature.

        Is a String array that corresponds to the # fieldValues attribute, that is, the value field 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 that corresponds to the # fieldNames attribute, that is, the value field of the corresponding position in the fieldNames array is the value in the same position of the fieldValues array.

    • Constructor Detail

      • WMSFeatureInfo

        public WMSFeatureInfo()
        

        ${services_components_spi_ogc_WmsFeatureInfo_contructor_WmsFeatureInfo_Title}

        ${services_components_spi_ogc_WmsFeatureInfo_contructor_WmsFeatureInfo_Description}

      • WMSFeatureInfo

        public WMSFeatureInfo(WMSFeatureInfo wmsfeatureInfo)
        
        Constructor
        Parameters:
        wmsfeatureInfo - Wms feature information.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        
        Overrides:
        hashCode in class java.lang.Object