Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the geography polygon.
Inheritance Hierarchy
System.Object
System.Spatial.Geography
System.Spatial.GeographySurface
System.Spatial.GeographyPolygon
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class GeographyPolygon _
Inherits GeographySurface
'Usage
Dim instance As GeographyPolygon
public abstract class GeographyPolygon : GeographySurface
public ref class GeographyPolygon abstract : public GeographySurface
[<AbstractClassAttribute>]
type GeographyPolygon =
class
inherit GeographySurface
end
public abstract class GeographyPolygon extends GeographySurface
The GeographyPolygon type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
GeographyPolygon | Initializes a new instance of the GeographyPolygon class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CoordinateSystem | Gets the coordinate system of the geography. (Inherited from Geography.) |
![]() |
IsEmpty | Gets a value that indicates whether the geography is empty. (Inherited from Geography.) |
![]() |
Rings | Gets a collection of rings. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether this instance and the specified object have the same value. (Overrides Object.Equals(Object).) |
![]() |
Equals(GeographyPolygon) | Determines whether this instance and another specified geography instance have the same value. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Gets the hash code. (Overrides Object.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.