Interface
I2DShape

Represents a 2-Dimensional IShape. Such a shape is represented by one or more polygons.

Definition

Namespace:Telerik.Maui.Controls.ShapefileReader

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public interface I2DShape : IShape

Inherited Members IShape.GetAttribute(string)IShape.SetAttribute(string, object)

Properties

GeographicalBounds

Gets the geographical bounds of the shape.

Declaration

cs-api-definition
LocationRect GeographicalBounds { get; }

Property Value

LocationRect

Locations

Gets the collection of collections of Location values that represent the shape.

Declaration

cs-api-definition
IEnumerable<IEnumerable<Location>> Locations { get; }

Property Value

IEnumerable<IEnumerable<Location>>

In this article
DefinitionPropertiesGeographicalBoundsLocations
Not finding the help you need?
Contact Support