Share via


GeographyMultiLineString Class

Definition

Represents the multi-line string of geography.

public abstract class GeographyMultiLineString : Microsoft.Spatial.GeographyMultiCurve
type GeographyMultiLineString = class
    inherit GeographyMultiCurve
Public MustInherit Class GeographyMultiLineString
Inherits GeographyMultiCurve
Inheritance

Constructors

GeographyMultiLineString(CoordinateSystem, SpatialImplementation)

Initializes a new instance of the GeographyMultiLineString class.

Properties

CoordinateSystem

Gets the coordinate system of the geography.

(Inherited from Geography)
Geographies

Gets the collection of geographies.

(Inherited from GeographyCollection)
IsEmpty

Gets a value that indicates whether the geography is empty.

(Inherited from Geography)
LineStrings

Gets the line strings.

Methods

Equals(GeographyCollection)

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

(Inherited from GeographyCollection)
Equals(GeographyMultiLineString)

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