GeographicPolygon Class

The geographic polygon.

Inheritance Hierarchy

System..::..Object
  System.Spatial..::..Geography
    System.Spatial..::..GeographicSurface
      System.Spatial..::..GeographicPolygon

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

Syntax

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

The GeographicPolygon type exposes the following members.

Constructors

  Name Description
Protected method GeographicPolygon Creates a new instance of the GeographicPolygon class.

Top

Properties

  Name Description
Public property CoordinateSystem The SRID of this instance of geography. (Inherited from Geography.)
Public property IsEmpty The is geography empty reference. (Inherited from Geography.)
Public property Rings The set of rings.

Top

Methods

  Name Description
Protected method CopyFrom The copy initializer. (Inherited from Geography.)
Public method Equals(Object) Determines whether this instance and another specified geography instance have the same value. (Inherited from Geography.)
Public method Equals(Geography) Determines whether this instance and another specified geography instance have the same value. (Inherited from Geography.)
Public method Equals(Geography, SpatialEquality) (Inherited from Geography.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode() () () () Computes the hash code for this geography instance. (Inherited from Geography.)
Public method GetHashCode(SpatialEquality) Computes the hash code for this geography instance using the given spatial equality instance. (Inherited from Geography.)
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 Geography.)
Public method ToString (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method Area The geographic area. (Defined by GeographyOperationsExtensions.)
Public Extension Method Boundary The geographic boundary. (Defined by GeographyOperationsExtensions.)
Public Extension Method Buffer The geographic buffer. (Defined by GeographyOperationsExtensions.)
Public Extension Method Centroid The geographic centroid. (Defined by GeographyOperationsExtensions.)
Public Extension Method Contains The geographic contains. (Defined by GeographyOperationsExtensions.)
Public Extension Method ConvexHull The geographic convex hull. (Defined by GeographyOperationsExtensions.)
Public Extension Method Crosses The geographic crosses. (Defined by GeographyOperationsExtensions.)
Public Extension Method Difference The geographic difference. (Defined by GeographyOperationsExtensions.)
Public Extension Method Distance The geographic distance. (Defined by GeographyOperationsExtensions.)
Public Extension Method Envelope The geographic envelope. (Defined by GeographyOperationsExtensions.)
Public Extension Method GeographicEquals The geographic equals. (Defined by GeographyOperationsExtensions.)
Public Extension Method GetBounds The geographic get bounds. (Defined by GeographyOperationsExtensions.)
Public Extension Method Intersection The geographic intersection. (Defined by GeographyOperationsExtensions.)
Public Extension Method Intersects The geographic intersects. (Defined by GeographyOperationsExtensions.)
Public Extension Method IsSimple The geographic is simple. (Defined by GeographyOperationsExtensions.)
Public Extension Method IsValid The geographic is valid. (Defined by GeographyOperationsExtensions.)
Public Extension Method MakeValid The geographic make valid. (Defined by GeographyOperationsExtensions.)
Public Extension Method Overlaps The geographic overlaps. (Defined by GeographyOperationsExtensions.)
Public Extension Method PointOnSurface The geographic point on surface. (Defined by GeographyOperationsExtensions.)
Public Extension Method Reduce The geographic reduce. (Defined by GeographyOperationsExtensions.)
Public Extension Method SymmetricDifference The geographic symmetric difference. (Defined by GeographyOperationsExtensions.)
Public Extension Method Touches The geographic touches. (Defined by GeographyOperationsExtensions.)
Public Extension Method Union The geographic union. (Defined by GeographyOperationsExtensions.)
Public Extension Method Within The geographic within. (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.

See Also

Reference

System.Spatial Namespace