Annotation¶
- class Annotation(geometry, properties=<factory>)[source]¶
An annotation: a geometry and associated properties.
- Parameters
geometry (Union[shapely.geometry.point.Point, shapely.geometry.polygon.Polygon, shapely.geometry.linestring.LineString]) –
properties (Dict[str, Union[Dict, List, numbers.Number, str]]) –
- Return type
- geometry¶
The geometry of the annotation.
- Type
Geometry
Methods
Return a feature representation of this annotation.
Return a GeoJSON representation of this annotation.
Attributes