Class Point
A basic 2D implementation of a Point.
Inheritance
System.Object
Point
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Spatial4n.dll
Syntax
[Serializable]
public class Point : IPoint, IShape
Constructors
Name | Description |
---|---|
Point(Double, Double, SpatialContext) | A simple constructor without normalization / validation. |
Properties
Name | Description |
---|---|
BoundingBox | |
Center | |
HasArea | |
IsEmpty | |
X | |
Y |
Methods
Name | Description |
---|---|
Equals(IPoint, Object) | All IPoint implementations should use this definition of System.Object.Equals(System.Object). |
Equals(Object) | |
GetArea(SpatialContext) | |
GetBuffered(Double, SpatialContext) | |
GetHashCode() | |
GetHashCode(IPoint) | All IPoint implementations should use this definition of System.Object.GetHashCode(). |
Relate(IShape) | |
Reset(Double, Double) | |
ToString() |