Class PostgisPoint
Represents an Postgis 2D Point
Assembly: Npgsql.LegacyPostgis.dll
Syntax
public class PostgisPoint : PostgisGeometry, IEquatable<PostgisPoint>
Constructors
|
Improve this Doc
PostgisPoint(Double, Double)
Declaration
public PostgisPoint(double x, double y)
Parameters
Properties
|
Improve this Doc
X
Declaration
Property Value
|
Improve this Doc
Y
Declaration
Property Value
Methods
|
Improve this Doc
Equals(PostgisPoint)
Declaration
public bool Equals(PostgisPoint other)
Parameters
Returns
|
Improve this Doc
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
GetLenHelper()
Declaration
protected override int GetLenHelper()
Returns
Overrides
Operators
|
Improve this Doc
Equality(PostgisPoint, PostgisPoint)
Declaration
public static bool operator ==(PostgisPoint x, PostgisPoint y)
Parameters
Returns
|
Improve this Doc
Inequality(PostgisPoint, PostgisPoint)
Declaration
public static bool operator !=(PostgisPoint x, PostgisPoint y)
Parameters
Returns
Implements