pyinterp.geometry.geographic.algorithms.is_empty#
- pyinterp.geometry.geographic.algorithms.is_empty(geometry: pyinterp.core.geometry.geographic.Point) bool#
- pyinterp.geometry.geographic.algorithms.is_empty(geometry: pyinterp.core.geometry.geographic.Segment) bool
- pyinterp.geometry.geographic.algorithms.is_empty(geometry: pyinterp.core.geometry.geographic.Box) bool
- pyinterp.geometry.geographic.algorithms.is_empty(geometry: pyinterp.core.geometry.geographic.LineString) bool
- pyinterp.geometry.geographic.algorithms.is_empty(geometry: pyinterp.core.geometry.geographic.Ring) bool
- pyinterp.geometry.geographic.algorithms.is_empty(geometry: pyinterp.core.geometry.geographic.Polygon) bool
- pyinterp.geometry.geographic.algorithms.is_empty(geometry: pyinterp.core.geometry.geographic.MultiPoint) bool
- pyinterp.geometry.geographic.algorithms.is_empty(geometry: pyinterp.core.geometry.geographic.MultiLineString) bool
- pyinterp.geometry.geographic.algorithms.is_empty(geometry: pyinterp.core.geometry.geographic.MultiPolygon) bool
Check if a geometry is empty (contains no points).
- Parameters:
geometry – Geometric object to check.
- Returns:
True if the geometry is empty, false otherwise.