Share via


GeographyPoint Class

Definition

Represents a geography point.

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

Constructors

GeographyPoint(CoordinateSystem, SpatialImplementation)

Initializes a new instance of the GeographyPoint 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)
Latitude

Gets the latitude.

Longitude

Gets the longitude.

M

Gets the nullable M.

Z

Gets the nullable Z.

Methods

Create(CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>)

Creates a geography point using the specified coordinate system, latitude, longitude and dimensions.

Create(Double, Double)

Creates a geography point using the specified latitude and longitude.

Create(Double, Double, Nullable<Double>)

Creates a geography point using the specified latitude, longitude and dimension.

Create(Double, Double, Nullable<Double>, Nullable<Double>)

Creates a geography point using the specified latitude, longitude and dimensions.

Equals(GeographyPoint)

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

Equals(Object)

Determines whether this instance and the specified object have the same value.

GetHashCode()

Gets the hash code.

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