MultiPoint 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 MultiPoint.
public class MultiPoint : Azure.Analytics.PlanetaryComputer.GeoJsonGeometry, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.MultiPoint>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.MultiPoint>
type MultiPoint = class
inherit GeoJsonGeometry
interface IJsonModel<MultiPoint>
interface IPersistableModel<MultiPoint>
Public Class MultiPoint
Inherits GeoJsonGeometry
Implements IJsonModel(Of MultiPoint), IPersistableModel(Of MultiPoint)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| MultiPoint(IEnumerable<IList<Single>>) |
Initializes a new instance of MultiPoint. |
Properties
| Name | Description |
|---|---|
| BoundingBox |
Optional bounding box of the geometry. (Inherited from GeoJsonGeometry) |
| Coordinates |
The coordinates of the multipoint. |