Share via


GeometryPolygon Class

Definition

Represents the Geometry polygon.

public abstract class GeometryPolygon : Microsoft.Spatial.GeometrySurface
type GeometryPolygon = class
    inherit GeometrySurface
Public MustInherit Class GeometryPolygon
Inherits GeometrySurface
Inheritance
GeometryPolygon

Constructors

GeometryPolygon(CoordinateSystem, SpatialImplementation)

Initializes a new instance of the GeometryPolygon class.

Properties

CoordinateSystem

Gets the SRID of this instance of geometry.

(Inherited from Geometry)
IsEmpty

Gets a value that indicates whether geometry is empty.

(Inherited from Geometry)
Rings

Gets the set of rings.

Methods

Equals(GeometryPolygon)

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

Equals(Object)

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

GetHashCode()

Indicates the Get Hashcode.

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