|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureInfo2
Defines the response of the GetFeatureInfo operation. WMS doesn't specify the format of GetFeatureInfo response. The FeatureInfo2 extends the general FeatureInfo interface to support the ArcGIS WMS servers GetFeatureInfo response.
FeatureInfo
Method Summary | |
---|---|
Map<String,Feature[]> |
getFeatures()
Gets the layer/features information on supported servers. |
Feature[] |
getFeatures(String layerName)
Gets the features information for the given layer on supported servers. |
Methods inherited from interface com.esri.wms.client.FeatureInfo |
---|
getFeatureInfo, getInfoString |
Method Detail |
---|
Map<String,Feature[]> getFeatures()
Feature[] getFeatures(String layerName)
layerName
- the layer name to retrieve features.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |