public class WMTSFeatureInfo
extends java.lang.Object
implements java.io.Serializable
${services_components_spi_ogc_WMSFeatureInfo_Title}
${services_components_spi_ogc_WMSFeatureInfo_Description}
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 and Description |
---|
WMTSFeatureInfo()
${services_components_spi_ogc_WmsFeatureInfo_contructor_WmsFeatureInfo_Title}
|
WMTSFeatureInfo(WMTSFeatureInfo wmtsfeatureInfo)
The Constructor.
|
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.
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.
public WMTSFeatureInfo()
${services_components_spi_ogc_WmsFeatureInfo_contructor_WmsFeatureInfo_Title}
${services_components_spi_ogc_WmsFeatureInfo_contructor_WmsFeatureInfo_Description}
public WMTSFeatureInfo(WMTSFeatureInfo wmtsfeatureInfo)
The Constructor.
wmtsfeatureInfo
- feature information.public boolean equals(java.lang.Object obj)
Compare whether the specified WMTSFeatureInfo object is the same with the object.
equals
in class java.lang.Object
obj
- the WMTSFeatureInfo object to comparepublic int hashCode()
Gets the hash value of the object instance
hashCode
in class java.lang.Object