:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfFieldOfView -------------- .. class:: WsfFieldOfView :class:`WsfFieldOfView` provides an interface to dynamically set the :doc:`field of view<../field_of_view_commands>` on :class:`sensors`, using one of the following types: * :class:`WsfCircularFieldOfView` * :class:`WsfRectangularFieldOfView` * :class:`WsfPolygonalFieldOfView` * :class:`WsfEquatorialFieldOfView` Methods ======= .. method:: string Type() Returns the field of view type based on the corresponding derived field of view type as follows: ====================================== =============== Field of View Type Type() Result ====================================== =============== :class:`WsfCircularFieldOfView` *circular* :class:`WsfRectangularFieldOfView` *rectangular* :class:`WsfPolygonalFieldOfView` *polygonal* :class:`WsfEquatorialFieldOfView` *equatorial* ====================================== ===============