Interface IShape
Defines the abstraction of a geographical shape.
Namespace: Telerik.Maui.Controls.Compatibility.ShapefileReader
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public interface IShape
Methods
GetAttribute(String)
Gets the attribute value associated with the provided key.
Declaration
object GetAttribute(string key)
Parameters
System.String
key
|
Returns
System.Object
|
SetAttribute(String, Object)
Sets the attribute value associated with the provided key.
Declaration
void SetAttribute(string key, object value)
Parameters
System.String
key
The key. |
System.Object
value
The value. |