I2DShape
Interface
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:
C#
public interface I2DShape : IShape
Inherited Members
Properties
Gets the geographical bounds of the shape.
C#
LocationRect GeographicalBounds { get; }
Gets the collection of collections of Location values that represent the shape.
C#
IEnumerable<IEnumerable<Location>> Locations { get; }