Struct Coordinate
Coordinate structure
public struct Coordinate : IComparable<Coordinate>, IEquatable<Coordinate>
Constructors
| Name | Description |
|---|---|
| Coordinate(double, double) |
Properties
| Name | Description |
|---|---|
| static MaxValue { get; } | |
| static MinValue { get; } | |
| X { get; } | |
| Y { get; } |
Methods
| Name | Description |
|---|---|
| CompareTo(Coordinate) | |
| DistanceTo(Coordinate) | |
| Equals(Coordinate) | |
| override Equals(object) | |
| override GetHashCode() | |
| NearlyEqual(Coordinate) | |
| override ToString() | |
| operator + | |
| operator == | |
| operator > | |
| operator >= | |
| implicit operator | |
| operator != | |
| operator < | |
| operator <= | |
| operator * | |
| operator - | (2 operators) |
See Also
- namespace Aspose.Gis.Common
- assembly Aspose.GIS