Package com.esri.arcgisruntime.ogc.wms
Class WmsFeature
- java.lang.Object
 - 
- com.esri.arcgisruntime.ogc.wms.WmsFeature
 
 
- 
- All Implemented Interfaces:
 GeoElement
public final class WmsFeature extends Object implements GeoElement
Represents a feature in a Web Map Service (WMS) layer.- Since:
 - 100.2.0
 - See Also:
 WmsLayer
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAttributes()Gets all attributes of the WMS feature.GeometrygetGeometry()Gets the geometry of this geoelement.voidsetGeometry(Geometry geometry)Sets the GeoElement's geometry. 
 - 
 
- 
- 
Method Detail
- 
getAttributes
public Map<String,Object> getAttributes()
Gets all attributes of the WMS feature.- Specified by:
 getAttributesin interfaceGeoElement- Returns:
 - all the attributes as name value pairs
 - Since:
 - 100.2.0
 
 
- 
getGeometry
public Geometry getGeometry()
Description copied from interface:GeoElementGets the geometry of this geoelement.- Specified by:
 getGeometryin interfaceGeoElement- Returns:
 - the geometry of this geoelement
 
 
- 
setGeometry
public void setGeometry(Geometry geometry)
Description copied from interface:GeoElementSets the GeoElement's geometry.- Specified by:
 setGeometryin interfaceGeoElement- Parameters:
 geometry- the geometry to set
 
 - 
 
 -