ILineString Interface

Line string geometry type

Definition

Namespace: StreetSmart.Common.Interfaces.GeoJson
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
public interface ILineString : IList<ICoordinate>, 
	ICollection<ICoordinate>, IEnumerable<ICoordinate>, IEnumerable, 
	IGeometry
Implements
IGeometry, ICollectionICoordinate, IEnumerableICoordinate, IListICoordinate, IEnumerable

Properties

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

Methods

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

Version Information

Supported in: 18.7

See Also