Click or drag to resize

IPolygon Interface

Polygon geometry type

Namespace:  StreetSmart.WinForms.Interfaces.GeoJson
Assembly:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.5.0.0 (18.5.0.0)
Syntax
public interface IPolygon : IGeometry, 
	IList<IList<ICoordinate>>, ICollection<IList<ICoordinate>>, 
	IEnumerable<IList<ICoordinate>>, IEnumerable

The IPolygon type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionIListICoordinate.)
Public propertyIsReadOnly (Inherited from ICollectionIListICoordinate.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListIListICoordinate.)
Public propertyType
Geometry type
(Inherited from IGeometry.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionIListICoordinate.)
Public methodClear (Inherited from ICollectionIListICoordinate.)
Public methodContains (Inherited from ICollectionIListICoordinate.)
Public methodCopyTo (Inherited from ICollectionIListICoordinate.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIListICoordinate.)
Public methodIndexOf (Inherited from IListIListICoordinate.)
Public methodInsert (Inherited from IListIListICoordinate.)
Public methodRemove (Inherited from ICollectionIListICoordinate.)
Public methodRemoveAt (Inherited from IListIListICoordinate.)
Top
See Also