Geotools.Net

IMultiLineString Interface

A MultiCurve of LineStrings.

[Visual Basic]
Public Interface IMultiLineString
Implements IMultiCurve, IGeometryCollection, IGeometry
[C#]
public interface IMultiLineString : IMultiCurve, IGeometryCollection, IGeometry

Remarks

A MultiLineString is simple iff all of its element LineStrings are simple and the only intersections between any two elements occur at points that are on the boundaries of both LineStrings.

The boundary of a non-empty MultiLineString is a MultiPoint obtained by applying the Mod-2 rule to the boundaries of the element LineStrings.

Requirements

Namespace: Geotools.Geometries Namespace

Assembly: Geotools.dll

See Also

IMultiLineString Members | Geotools.Geometries Namespace