java.lang.Object
com.esri.arcgisruntime.ogc.wms.WmsFeature
- All Implemented Interfaces:
 GeoElement
Represents a feature in a Web Map Service (WMS) layer.
- Since:
 - 100.2.0
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionGets all attributes of the WMS feature.Gets the geometry which defines the shape and location of the GeoElement.voidsetGeometry(Geometry geometry) Sets the geometry defines the shape and location of the GeoElement. 
- 
Method Details
- 
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
Description copied from interface:GeoElementGets the geometry which defines the shape and location of the GeoElement.- Specified by:
 getGeometryin interfaceGeoElement- Returns:
 - the geometry defines the shape and location of the GeoElement, or null if none
 
 - 
setGeometry
Description copied from interface:GeoElementSets the geometry defines the shape and location of the GeoElement.- Specified by:
 setGeometryin interfaceGeoElement- Parameters:
 geometry- the geometry defines the shape and location of the GeoElement
 
 -