Share via


GeographyCurve Class

Definition

Represents the curve of geography.

public abstract class GeographyCurve : Microsoft.Spatial.Geography
type GeographyCurve = class
    inherit Geography
Public MustInherit Class GeographyCurve
Inherits Geography
Inheritance
GeographyCurve
Derived

Constructors

GeographyCurve(CoordinateSystem, SpatialImplementation)

Initializes a new instance of the GeographyCurve class.

Properties

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)

Methods

SendTo(GeographyPipeline)

Sends the current spatial object to the given pipeline.

(Inherited from Geography)

Extension Methods

Distance(Geography, Geography)

Determines the distance of the geography.

Intersects(Geography, Geography)

Determines if geography point and polygon will intersect.

Length(Geography)

Determines the Length of the geography LineString.

SendTo(ISpatial, SpatialPipeline)

Allows the delegation of the call to the proper type (geography or Geometry).

Applies to