sedona.spark.core.geom.shapely1 package
Submodules
sedona.spark.core.geom.shapely1.circle module
- class sedona.spark.core.geom.shapely1.circle.Circle(shell=None, holes=None)[source]
Bases:
Polygon
- property coords
Not implemented for polygons.
- covers(other: BaseGeometry) bool [source]
Return True if the geometry covers the other, else False.
- covers_linestring(linestring: LineString)[source]
- property is_empty
True if the set of points in this geometry is empty, else False.