Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 678 Bytes

api.rst

File metadata and controls

57 lines (39 loc) · 678 Bytes

API reference

.. currentmodule:: spherely

Geography types

.. autosummary::
   :toctree: _api_generated/

   Point
   LineString
   Polygon

Geography properties

.. autosummary::
   :toctree: _api_generated/

   GeographyType
   is_geography
   get_dimensions
   get_type_id

Geography creation

.. autosummary::
   :toctree: _api_generated/

   is_prepared
   prepare
   destroy_prepared

Predicates

.. autosummary::
   :toctree: _api_generated/

   equals
   intersects
   contains
   within
   disjoint