Click or drag to resize
LineString Class
Represents a one-dimensional object representing a sequence of points and the line segments connecting them.
Inheritance Hierarchy
SystemObject
  Dse.GeometryGeometryBase
    Dse.GeometryLineString

Namespace: Dse.Geometry
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
[SerializableAttribute]
public class LineString : GeometryBase

The LineString type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Returns a value indicating whether this instance and a specified object represent the same value.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code based on the value of this instance.
(Overrides ObjectGetHashCode.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from GeometryBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberParse
Creates a LineString instance from a Well-known Text(WKT) representation of a line.
Public methodToGeoJson
Returns the GeoJSON representation of the instance.
(Inherited from GeometryBase.)
Public methodToString
Returns Well-known text (WKT) representation of the geometry object.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyPoints
Gets the read-only list of points describing the LineString.
Top
See Also