Point Class

Point geometry.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.agrifood.farming.models._models_py3.GeoJsonObject
Point
azure.agrifood.farming.models._models_py3.PointCoordinates
Point

Constructor

Point(*, coordinates: List[float], **kwargs)

Parameters

coordinates
list[float]
Required

Required. Gets or sets the coordinate of this point. It must be an array of 2 or 3 elements for a 2D or 3D system.

type
str or GeoJsonObjectType
Required

Required. GeoJSON object type.Constant filled by server. Possible values include: "Point", "Polygon", "MultiPolygon".