[]
Represents the geospatial point shape.
public sealed class GeoPoint : GeoShape
| Name | Description |
|---|---|
| GeoPoint(double, double) | Initializes a new instance of the GeoPoint class. |
| GeoPoint(double, double, double?, double?) | Initializes a new instance of the GeoPoint class. |
| Name | Description |
|---|---|
| Bounds | Gets the bounds of the point shape. |
| Is3D | Gets a value indicating whether the point shape has z-coordinate values. |
| IsEmpty | Gets a value indicating whether the point shape is empty geometry. |
| IsMeasured | Gets a value indicating whether the point shape has m-coordinate values. |
| M | Gets the m-coordinate. |
| PointsCount | Gets the count of the points. |
| X | Gets the x-coordinate. |
| Y | Gets the y-coordinate. |
| Z | Gets the z-coordinate. |