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[]fieldNamesThe attribute field name of the feature.java.lang.String[]fieldValuesThe attribute field value of the feature.java.lang.StringnameSpaceURI${services_components_spi_ogc_WmsFeatureInfo_attribute_nameSpaceURI_Title}java.lang.Stringversion${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
-
-
-
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
# fieldValuesattribute, 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
# fieldNamesattribute, 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.
-
-