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