Share via


Geography Class

Definition

Represents a base class of geography shapes.

public abstract class Geography : Microsoft.Spatial.ISpatial
type Geography = class
    interface ISpatial
Public MustInherit Class Geography
Implements ISpatial
Inheritance
Geography
Derived
Implements

Constructors

Geography(CoordinateSystem, SpatialImplementation)

Initializes a new instance of the Geography class.

Properties

CoordinateSystem

Gets the coordinate system of the geography.

IsEmpty

Gets a value that indicates whether the geography is empty.

Methods

SendTo(GeographyPipeline)

Sends the current spatial object to the given pipeline.

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