Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.1 KB

ongc.rst

File metadata and controls

55 lines (32 loc) · 1.1 KB

Main interface

The ongc module is the main interface for retrieving objects data through Python objects. It also provides some tools to query the database through several parameters.

Public Classes

.. autoclass:: pyongc.ongc.Dso
   :special-members: __init__, __str__
   :members:

.. autoclass:: pyongc.ongc.DsoEncoder
   :members:


Public Methods

.. autofunction:: pyongc.ongc.get

.. autofunction:: pyongc.ongc.getNeighbors

.. autofunction:: pyongc.ongc.getSeparation

.. autofunction:: pyongc.ongc.listObjects

.. autofunction:: pyongc.ongc.nearby

.. autofunction:: pyongc.ongc.printDetails


Private Methods

These functions are usually only useful internally.

.. autofunction:: pyongc.ongc._distance

.. autofunction:: pyongc.ongc._limiting_coords

.. autofunction:: pyongc.ongc._queryFetchOne

.. autofunction:: pyongc.ongc._queryFetchMany

.. autofunction:: pyongc.ongc._recognize_name

.. autofunction:: pyongc.ongc._str_to_coords