Interface
IShape

Defines the abstraction of a geographical shape.

Definition

Namespace:Telerik.Maui.Controls.ShapefileReader

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public interface IShape

Methods

GetAttribute(string)

Gets the attribute value associated with the provided key.

Declaration

cs-api-definition
object GetAttribute(string key)

Parameters

key

string

Returns

object

SetAttribute(string, object)

Sets the attribute value associated with the provided key.

Declaration

cs-api-definition
void SetAttribute(string key, object value)

Parameters

key

string

The key.

value

object

The value.