Interface I2DShape
Represents a 2-Dimensional IShape. Such a shape is represented by one or more polygons.
Namespace: Telerik.Maui.Controls.Compatibility.ShapefileReader
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public interface I2DShape : IShape
Properties
GeographicalBounds
Locations
Gets the collection of collections of Location values that represent the shape.
Declaration
IEnumerable<IEnumerable<Location>> Locations { get; }
Property Value
System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<Location>>
|