GeographyMultiPolygon Class
Represents the multi-polygon of geography.
Inheritance Hierarchy
System.Object
System.Spatial.Geography
System.Spatial.GeographyCollection
System.Spatial.GeographyMultiSurface
System.Spatial.GeographyMultiPolygon
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class GeographyMultiPolygon _
Inherits GeographyMultiSurface
'Usage
Dim instance As GeographyMultiPolygon
public abstract class GeographyMultiPolygon : GeographyMultiSurface
public ref class GeographyMultiPolygon abstract : public GeographyMultiSurface
[<AbstractClassAttribute>]
type GeographyMultiPolygon =
class
inherit GeographyMultiSurface
end
public abstract class GeographyMultiPolygon extends GeographyMultiSurface
The GeographyMultiPolygon type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GeographyMultiPolygon | Initializes a new instance of the GeographyMultiPolygon class. |
Top
Properties
Name | Description | |
---|---|---|
CoordinateSystem | Gets the coordinate system of the geography. (Inherited from Geography.) | |
Geographies | Gets the collection of geographies. (Inherited from GeographyCollection.) | |
IsEmpty | Gets a value that indicates whether the geography is empty. (Inherited from Geography.) | |
Polygons | Gets a collection of polygons. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether this instance and the specified object have the same value. (Overrides GeographyCollection.Equals(Object).) | |
Equals(GeographyCollection) | Determines whether this instance and another specified geography instance have the same value. (Inherited from GeographyCollection.) | |
Equals(GeographyMultiPolygon) | Determines whether this instance and another specified geography instance have the same value. | |
Finalize | (Inherited from Object.) | |
GetHashCode | Gets the hash code. (Overrides GeographyCollection.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SendTo | Sends the current spatial object to the given pipeline. (Inherited from Geography.) | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
Distance | Determines the distance of the geography. (Defined by GeographyOperationsExtensions.) |
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.