Interface IPoint
IPoint interface
A single location in coordinate space.
public interface IPoint : IEquatable<IPoint>, IGeometry
Properties
Name | Description |
---|---|
M { get; } | Gets the m-coordinate. |
X { get; } | Gets the x-coordinate. |
Y { get; } | Gets the y-coordinate. |
Z { get; } | Gets the z-coordinate. |
Methods
Name | Description |
---|---|
ToEditable() | Gets an editable copy of this geometry. |
See Also
- interface IGeometry
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS