public class WMSFeatureInfo
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.
|
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 and Description |
---|
WMSFeatureInfo()
${services_components_spi_ogc_WmsFeatureInfo_contructor_WmsFeatureInfo_Title}
|
WMSFeatureInfo(WMSFeatureInfo wmsfeatureInfo)
Constructor
|
public java.lang.String version
${services_components_spi_ogc_WmsFeatureInfo_attribute_version_Title}
${services_components_spi_ogc_WmsFeatureInfo_attribute_version_Description}
public java.lang.String nameSpaceURI
${services_components_spi_ogc_WmsFeatureInfo_attribute_nameSpaceURI_Title}
${services_components_spi_ogc_WmsFeatureInfo_attribute_nameSpaceURI_Description}
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.
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.
public WMSFeatureInfo()
${services_components_spi_ogc_WmsFeatureInfo_contructor_WmsFeatureInfo_Title}
${services_components_spi_ogc_WmsFeatureInfo_contructor_WmsFeatureInfo_Description}
public WMSFeatureInfo(WMSFeatureInfo wmsfeatureInfo)
wmsfeatureInfo
- Wms feature information.