Show / Hide Table of Contents

Class PostgisPoint

Represents an Postgis 2D Point

Inheritance
System.Object
PostgisGeometry
PostgisPoint
Implements
IEquatable<PostgisPoint>
Inherited Members
PostgisGeometry.SRID
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public class PostgisPoint : PostgisGeometry, IEquatable<PostgisPoint>

Constructors

PostgisPoint(Double, Double)

Declaration
public PostgisPoint(double x, double y)
Parameters
Type Name Description
System.Double x
System.Double y

Properties

X

Declaration
public double X { get; }
Property Value
Type Description
System.Double

Y

Declaration
public double Y { get; }
Property Value
Type Description
System.Double

Methods

Equals(PostgisPoint)

Declaration
public bool Equals(PostgisPoint other)
Parameters
Type Name Description
PostgisPoint other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

GetLenHelper()

Declaration
protected override int GetLenHelper()
Returns
Type Description
System.Int32
Overrides
PostgisGeometry.GetLenHelper()

Operators

Equality(PostgisPoint, PostgisPoint)

Declaration
public static bool operator ==(PostgisPoint x, PostgisPoint y)
Parameters
Type Name Description
PostgisPoint x
PostgisPoint y
Returns
Type Description
System.Boolean

Inequality(PostgisPoint, PostgisPoint)

Declaration
public static bool operator !=(PostgisPoint x, PostgisPoint y)
Parameters
Type Name Description
PostgisPoint x
PostgisPoint y
Returns
Type Description
System.Boolean

Implements

IEquatable<>
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX