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, ICollection<IList<ICoordinate>>, IEnumerable<IList<ICoordinate>>, IList<IList<ICoordinate>>, IEnumerable

Properties

CountGets the number of elements contained in the ICollection<T>.
(Inherited from ICollection<IList<ICoordinate>>)
IsReadOnlyGets a value indicating whether the ICollection<T> is read-only.
(Inherited from ICollection<IList<ICoordinate>>)
ItemGets or sets the element at the specified index.
(Inherited from IList<IList<ICoordinate>>)
Type Geometry type
(Inherited from IGeometry)

Methods

AddAdds an item to the ICollection<T>.
(Inherited from ICollection<IList<ICoordinate>>)
ClearRemoves all items from the ICollection<T>.
(Inherited from ICollection<IList<ICoordinate>>)
ContainsDetermines whether the ICollection<T> contains a specific value.
(Inherited from ICollection<IList<ICoordinate>>)
CopyToCopies the elements of the ICollection<T> to an Array, starting at a particular Array index.
(Inherited from ICollection<IList<ICoordinate>>)
GetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerable<IList<ICoordinate>>)
IndexOfDetermines the index of a specific item in the IList<T>.
(Inherited from IList<IList<ICoordinate>>)
InsertInserts an item to the IList<T> at the specified index.
(Inherited from IList<IList<ICoordinate>>)
RemoveRemoves the first occurrence of a specific object from the ICollection<T>.
(Inherited from ICollection<IList<ICoordinate>>)
RemoveAtRemoves the IList<T> item at the specified index.
(Inherited from IList<IList<ICoordinate>>)

Version Information

Supported in: 18.7

See Also