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[]fieldNamesThe attribute field name of the feature.java.lang.String[]fieldValuesThe 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.
-
-
-
Field Detail
-
fieldNames
public java.lang.String[] fieldNames
The attribute field name of the feature.
is a String array, which corresponds to the
fieldValuesproperty, 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
fieldNamesproperty, 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:
equalsin classjava.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:
hashCodein classjava.lang.Object- Returns:
- the hash code
-
-