Share via


GeometryMultiLineString Class

Definition

Represents the geometry multi-line string.

public abstract class GeometryMultiLineString : Microsoft.Spatial.GeometryMultiCurve
type GeometryMultiLineString = class
    inherit GeometryMultiCurve
Public MustInherit Class GeometryMultiLineString
Inherits GeometryMultiCurve
Inheritance

Constructors

GeometryMultiLineString(CoordinateSystem, SpatialImplementation)

Initializes a new instance of the GeometryMultiLineString class.

Properties

CoordinateSystem

Gets the SRID of this instance of geometry.

(Inherited from Geometry)
Geometries

Gets the geometry instances in this collection.

(Inherited from GeometryCollection)
IsEmpty

Gets a value that indicates whether geometry is empty.

(Inherited from Geometry)
LineStrings

Gets a collection of line strings.

Methods

Equals(GeometryCollection)

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

(Inherited from GeometryCollection)
Equals(GeometryMultiLineString)

Determines whether this instance and another specified geometry 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(GeometryPipeline)

Sends the current spatial object to the given pipeline.

(Inherited from Geometry)

Extension Methods

Distance(Geometry, Geometry)

Determines the distance of the geometry.

Intersects(Geometry, Geometry)

Determines if geometry point and polygon will intersect.

Length(Geometry)

Determines the Length of the geometry LineString.

SendTo(ISpatial, SpatialPipeline)

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

Applies to