pyinterp.core.geodetic.Polygon ============================== .. currentmodule:: pyinterp.core.geodetic .. autoclass:: Polygon :show-inheritance: .. rubric:: Attributes .. autosummary:: :toctree: ~Polygon.inners ~Polygon.is_valid ~Polygon.outer .. rubric:: Public Methods .. autosummary:: :toctree: ~Polygon.area ~Polygon.correct ~Polygon.covered_by ~Polygon.difference ~Polygon.distance ~Polygon.envelope ~Polygon.from_geojson ~Polygon.intersection ~Polygon.intersects ~Polygon.num_interior_rings ~Polygon.perimeter ~Polygon.read_wkt ~Polygon.simplify ~Polygon.to_geojson ~Polygon.touches ~Polygon.union ~Polygon.wkt .. rubric:: Special Methods .. autosummary:: :toctree: ~Polygon.__copy__ ~Polygon.__eq__ ~Polygon.__getstate__ ~Polygon.__ne__ ~Polygon.__repr__ ~Polygon.__setstate__