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