Share via


GeographyLineString Class

Definition

Represents a geography line string consist of an array of geo points.

public abstract class GeographyLineString : Microsoft.Spatial.GeographyCurve
type GeographyLineString = class
    inherit GeographyCurve
Public MustInherit Class GeographyLineString
Inherits GeographyCurve
Inheritance
GeographyLineString

Constructors

GeographyLineString(CoordinateSystem, SpatialImplementation)

Initializes a new instance of the GeographyLineString class.

Properties

CoordinateSystem

Gets the coordinate system of the geography.

(Inherited from Geography)
IsEmpty

Gets a value that indicates whether the geography is empty.

(Inherited from Geography)
Points

Gets the point list.

Methods

Equals(GeographyLineString)

Determines whether this instance and another specified geography instance have the same value.

Equals(Object)

Determines whether this instance and the specified object have the same value.

GetHashCode()

Gets the hash code.

SendTo(GeographyPipeline)

Sends the current spatial object to the given pipeline.

(Inherited from Geography)

Extension Methods

Distance(Geography, Geography)

Determines the distance of the geography.

Intersects(Geography, Geography)

Determines if geography point and polygon will intersect.

Length(Geography)

Determines the Length of the geography LineString.

SendTo(ISpatial, SpatialPipeline)

Allows the delegation of the call to the proper type (geography or Geometry).

Applies to