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

Properties

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

Methods

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

Version Information

Supported in: 18.7

See Also