[]
Represents the geospatial point.
public class GeoPoint : GeoGeometry
| 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 | Returns the bounds of the geometry. |
| Is3D | Returns |
| IsEmpty | Returns the value indicating whether the geometry is empty geometry. |
| IsMeasured | Returns |
| Location | Gets the x and y coordintes. |
| M | Gets or sets the m-coordinate. |
| PointsCount | Returns the number of points used in a geometry. |
| X | Gets or sets the x-coordinate. |
| Y | Gets or sets the y-coordinate. |
| Z | Gets or sets the z-coordinate. |