Share via


GeometryMultiCurve Class

Definition

Represents the geometry multi-curve.

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

Constructors

GeometryMultiCurve(CoordinateSystem, SpatialImplementation)

Initializes a new instance of the GeometryMultiCurve 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)

Methods

Equals(GeometryCollection)

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

(Inherited from GeometryCollection)
Equals(Object)

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

(Inherited from GeometryCollection)
GetHashCode()

Gets the hash code.

(Inherited from GeometryCollection)
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