GeometryMultiPolygon Class

Represents the geometry multi-polygon.

Inheritance Hierarchy

System.Object
  System.Spatial.Geometry
    System.Spatial.GeometryCollection
      System.Spatial.GeometryMultiSurface
        System.Spatial.GeometryMultiPolygon

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustInherit Class GeometryMultiPolygon _
    Inherits GeometryMultiSurface
'Usage
Dim instance As GeometryMultiPolygon
public abstract class GeometryMultiPolygon : GeometryMultiSurface
public ref class GeometryMultiPolygon abstract : public GeometryMultiSurface
[<AbstractClassAttribute>]
type GeometryMultiPolygon =  
    class 
        inherit GeometryMultiSurface 
    end
public abstract class GeometryMultiPolygon extends GeometryMultiSurface

The GeometryMultiPolygon type exposes the following members.

Constructors

  Name Description
Protected method GeometryMultiPolygon Initializes a new instance of the GeometryMultiPolygon class.

Top

Properties

  Name Description
Public property CoordinateSystem Gets the SRID of this instance of geometry. (Inherited from Geometry.)
Public property Geometries Gets the geometry instances in this collection. (Inherited from GeometryCollection.)
Public property IsEmpty Gets a value that indicates whether geometry is empty. (Inherited from Geometry.)
Public property Polygons Gets a collection of polygons.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether this instance and the specified object have the same value. (Overrides GeometryCollection.Equals(Object).)
Public method Equals(GeometryCollection) Determines whether this instance and another specified geometry instance have the same value. (Inherited from GeometryCollection.)
Public method Equals(GeometryMultiPolygon) Determines whether this instance and another specified geometry instance have the same value.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Gets the hash code. (Overrides GeometryCollection.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SendTo Sends the current spatial object to the given pipeline. (Inherited from Geometry.)
Public method ToString (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method Distance Determines the distance of the geometry. (Defined by GeometryOperationsExtensions.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Spatial Namespace