source: ether_megapoli/trunk/service/implementation/gov2/noaa/pmel/sgt/dm/Polar.java @ 192

Last change on this file since 192 was 192, checked in by vmipsl, 13 years ago

Servlet _ Contour en cours _ package gov2

File size: 1.0 KB
Line 
1/*
2 * $Id: Polar.java,v 1.2 2001/02/06 20:05:51 dwd Exp $
3 *
4 * This software is provided by NOAA for full, free and open release.  It is
5 * understood by the recipient/user that NOAA assumes no liability for any
6 * errors contained in the code.  Although this software is released without
7 * conditions or restrictions in its use, it is expected that appropriate
8 * credit be given to its author and to the National Oceanic and Atmospheric
9 * Administration should the software be included by the recipient as an
10 * element in other product development.
11 */
12 
13package gov.noaa.pmel.sgt.dm;
14 
15/**
16 * The <code>Polar</code> interface indicates to the <code>sgt</code> graphics
17 * toolkit that the X and Y coordinates are to be
18 * interpreted as R (radius) and Theta (angle),
19 * respectively.  Neither X nor Y can be a time axis
20 * when using the <code>Polar</code> interface.
21 *
22 * @author Donald Denbo
23 * @version $Revision: 1.2 $, $Date: 2001/02/06 20:05:51 $
24 * @since 1.0
25 * @see CoordinateSystem
26 */
27public interface Polar extends CoordinateSystem {
28}
Note: See TracBrowser for help on using the repository browser.