Share via


GeometryMultiPoint Class

Definition

Represents the geometry multi-point.

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

Constructors

GeometryMultiPoint(CoordinateSystem, SpatialImplementation)

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

Gets a collection of points.

Methods

Equals(GeometryCollection)

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

(Inherited from GeometryCollection)
Equals(GeometryMultiPoint)

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