GeographyPoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a geography point.
public abstract class GeographyPoint : Microsoft.Spatial.Geography
type GeographyPoint = class
inherit Geography
Public MustInherit Class GeographyPoint
Inherits Geography
- Inheritance
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, Nullable<Double>, Nullable<Double>) |
Creates a geography point using the specified latitude, longitude and dimensions. |
Create(Double, Double, Nullable<Double>) |
Creates a geography point using the specified latitude, longitude and dimension. |
Create(Double, Double) |
Creates a geography point using the specified latitude and longitude. |
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). |