: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. .. **************************************************************************** WSF_LAT_LON_GRID ---------------- .. model:: grid WSF_LAT_LON_GRID .. parsed-literal:: :doc:`grid ` ** :model:`WSF_LAT_LON_GRID` ... `Common Grid Commands`_ ... latitude_span_ ... longitude_span_ ... spacing_ ... latitude_spacing_ ... longitude_spacing_ ... altitude_ ... origin_ ... asset_ ... end_grid Overview ======== The :model:`WSF_LAT_LON_GRID` is a coverage grid that spans a rectangular region in latitude and longitude. The separation between points in the grid are specified as an angle in latitude or longitude. The altitude of the grid is fixed, and can be specified. .. include:: common_grid_commands.txt Commands ======== .. command:: latitude_span Set the span of latitudes for this grid. .. command:: longitude_span Set the span of longitudes for this grid. .. command:: spacing Set the spacing between grid points in both latitude and longitude, but only if those spacings have not been set in some other way (latitude_spacing_, or longitude_spacing_). .. command:: latitude_spacing Set the spacing between adjacent latitudes for this grid. If both latitude_spacing_ and spacing_ are defined, the value provided with latitude_spacing_ will be used. .. command:: longitude_spacing Set the spacing between adjacent longitudes for this grid. If both longitude_spacing_ and spacing_ are defined, the value provided with longitude_spacing_ will be used. .. command:: origin Set the origin point in the grid. The origin is the point from which the other points are spaced in latitude and longitude. The origin must be within the given latitude_span_ and longitude_span_. The default value of the grid's origin point is the point at minimum latitude and minimum longitude. .. include:: rectangular_grid_commands.txt