Share via


GeometryPoint Class

Definition

Represents the Geometry Point.

public abstract class GeometryPoint : Microsoft.Spatial.Geometry
type GeometryPoint = class
    inherit Geometry
Public MustInherit Class GeometryPoint
Inherits Geometry
Inheritance
GeometryPoint

Constructors

GeometryPoint(CoordinateSystem, SpatialImplementation)

Initializes a new instance of the GeometryPoint class. Empty Point constructor.

Properties

CoordinateSystem

Gets the SRID of this instance of geometry.

(Inherited from Geometry)
IsEmpty

Gets a value that indicates whether geometry is empty.

(Inherited from Geometry)
M

Gets the Nullable M.

X

Gets the Latitude.

Y

Gets the Longitude.

Z

Gets the Nullable Z.

Methods

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

Creates the specified latitude.

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

Creates the specified latitude.

Create(Double, Double, Nullable<Double>)

Creates the specified latitude.

Create(Double, Double)

Creates the specified latitude.

Equals(GeometryPoint)

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

Equals(Object)

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

GetHashCode()

Gets the Hashcode.

SendTo(GeometryPipeline)

Sends the current spatial object to the given pipeline.

(Inherited from Geometry)

Extension Methods

Distance(Geometry, Geometry)

Determines the distance of the geometry.

Intersects(Geometry, Geometry)

Determines if geometry point and polygon will intersect.

Length(Geometry)

Determines the Length of the geometry LineString.

SendTo(ISpatial, SpatialPipeline)

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

Applies to