PointGeometry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a GeoJSON Point geometry.
public class PointGeometry : Azure.Analytics.PlanetaryComputer.GeoJsonGeometry, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.PointGeometry>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.PointGeometry>
type PointGeometry = class
inherit GeoJsonGeometry
interface IJsonModel<PointGeometry>
interface IPersistableModel<PointGeometry>
Public Class PointGeometry
Inherits GeoJsonGeometry
Implements IJsonModel(Of PointGeometry), IPersistableModel(Of PointGeometry)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| PointGeometry(IEnumerable<Single>) |
Initializes a new instance of PointGeometry. |
Properties
| Name | Description |
|---|---|
| BoundingBox |
Optional bounding box of the geometry. (Inherited from GeoJsonGeometry) |
| Coordinates |
The coordinates of the point as [longitude, latitude]. |