IPolygon Interface

Polygon geometry type

Definition

Namespace: StreetSmart.Common.Interfaces.GeoJson
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
public interface IPolygon : IGeometry, 
	IList<IList<ICoordinate>>, ICollection<IList<ICoordinate>>, 
	IEnumerable<IList<ICoordinate>>, IEnumerable
Implements
IGeometry, ICollectionIListICoordinate, IEnumerableIListICoordinate, IListIListICoordinate, IEnumerable

Properties

CountGets the number of elements contained in the ICollectionT.
(Inherited from ICollectionIListICoordinate)
IsReadOnlyGets a value indicating whether the ICollectionT is read-only.
(Inherited from ICollectionIListICoordinate)
ItemGets or sets the element at the specified index.
(Inherited from IListIListICoordinate)
Type Geometry type
(Inherited from IGeometry)

Methods

AddAdds an item to the ICollectionT.
(Inherited from ICollectionIListICoordinate)
ClearRemoves all items from the ICollectionT.
(Inherited from ICollectionIListICoordinate)
ContainsDetermines whether the ICollectionT contains a specific value.
(Inherited from ICollectionIListICoordinate)
CopyToCopies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from ICollectionIListICoordinate)
GetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableIListICoordinate)
IndexOfDetermines the index of a specific item in the IListT.
(Inherited from IListIListICoordinate)
InsertInserts an item to the IListT at the specified index.
(Inherited from IListIListICoordinate)
RemoveRemoves the first occurrence of a specific object from the ICollectionT.
(Inherited from ICollectionIListICoordinate)
RemoveAtRemoves the IListT item at the specified index.
(Inherited from IListIListICoordinate)

Version Information

Supported in: 18.7

See Also