LineString Class |
Namespace: Dse.Geometry
[SerializableAttribute] public class LineString : GeometryBase
The LineString type exposes the following members.
Name | Description | |
---|---|---|
![]() | LineString(Point) |
Creates a new instance of LineString using a sequence of points.
|
![]() | LineString(IListPoint) |
Creates a new instance of LineString using a list of points.
|
Name | Description | |
---|---|---|
![]() | Equals |
Returns a value indicating whether this instance and a specified object represent the same value.
(Overrides ObjectEquals(Object).) |
![]() | GetHashCode |
Returns the hash code based on the value of this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetObjectData |
When overridden, sets the serialization info.
(Overrides GeometryBaseGetObjectData(SerializationInfo, StreamingContext).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns Well-known text (WKT) representation of the geometry object.
(Overrides ObjectToString.) |