MultiPolygon Class
MultiPolygon geometry.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.agrifood.farming.models._models_py3.GeoJsonObjectMultiPolygonazure.agrifood.farming.models._models_py3.MultiPolygonCoordinatesMultiPolygon
Constructor
MultiPolygon(*, coordinates: List[List[List[List[float]]]], **kwargs)
Parameters
Required
Required. Gets or sets Coordinates of GeoJSON Object. It must be an array of polygons, each polygon contains list of linear rings. For Polygons with more than one of these rings, the first MUST be the exterior ring, and any others MUST be interior rings.
- type
- str or GeoJsonObjectType
Required
Required. GeoJSON object type.Constant filled by server. Possible values include: "Point", "Polygon", "MultiPolygon".
Feedback
Submit and view feedback for