Share via


GeometryCollection Class

Definition

Represents the geometry collection.

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

Constructors

GeometryCollection(CoordinateSystem, SpatialImplementation)

Initializes a new instance of the GeometryCollection class.

Properties

CoordinateSystem

Gets the SRID of this instance of geometry.

(Inherited from Geometry)
Geometries

Gets the geometry instances in this collection.

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.

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