Statistics
| Revision:

root / trunk / libraries / libCq CMS for java.old / doc-files / javadocs / org / cresques / geo / Projection.html @ 2849

History | View | Annotate | Download (23.7 KB)

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_03) on Fri Sep 02 13:43:18 CEST 2005 -->
6
<TITLE>
7
Projection
8
</TITLE>
9

    
10
<META NAME="keywords" CONTENT="org.cresques.geo.Projection class">
11

    
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
13

    
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    parent.document.title="Projection";
18
}
19
</SCRIPT>
20

    
21
</HEAD>
22

    
23
<BODY BGCOLOR="white" onload="windowTitle();">
24

    
25

    
26
<!-- ========= START OF TOP NAVBAR ======= -->
27
<A NAME="navbar_top"><!-- --></A>
28
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30
<TR>
31
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32
<A NAME="navbar_top_firstrow"><!-- --></A>
33
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34
  <TR ALIGN="center" VALIGN="top">
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
42
  </TR>
43
</TABLE>
44
</TD>
45
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46
</EM>
47
</TD>
48
</TR>
49

    
50
<TR>
51
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52
&nbsp;<A HREF="../../../org/cresques/geo/Projected.html" title="interface in org.cresques.geo"><B>PREV CLASS</B></A>&nbsp;
53
&nbsp;<A HREF="../../../org/cresques/geo/ProjPoint.html" title="class in org.cresques.geo"><B>NEXT CLASS</B></A></FONT></TD>
54
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55
  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
56
&nbsp;<A HREF="Projection.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
57
&nbsp;<SCRIPT type="text/javascript">
58
  <!--
59
  if(window==top) {
60
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
61
  }
62
  //-->
63
</SCRIPT>
64
<NOSCRIPT>
65
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
66
</NOSCRIPT>
67

    
68
</FONT></TD>
69
</TR>
70
<TR>
71
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
72
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
73
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
74
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
75
</TR>
76
</TABLE>
77
<A NAME="skip-navbar_top"></A>
78
<!-- ========= END OF TOP NAVBAR ========= -->
79

    
80
<HR>
81
<!-- ======== START OF CLASS DATA ======== -->
82
<H2>
83
<FONT SIZE="-1">
84
org.cresques.geo</FONT>
85
<BR>
86
Class Projection</H2>
87
<PRE>
88
java.lang.Object
89
  <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>org.cresques.geo.Projection</B>
90
</PRE>
91
<DL>
92
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></DD>
93
</DL>
94
<DL>
95
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../org/cresques/geo/CCLambert.html" title="class in org.cresques.geo">CCLambert</A>, <A HREF="../../../org/cresques/geo/Gauss.html" title="class in org.cresques.geo">Gauss</A>, <A HREF="../../../org/cresques/geo/Geodetic.html" title="class in org.cresques.geo">Geodetic</A>, <A HREF="../../../org/cresques/geo/Mercator.html" title="class in org.cresques.geo">Mercator</A>, <A HREF="../../../org/cresques/geo/UtmZone.html" title="class in org.cresques.geo">UtmZone</A></DD>
96
</DL>
97
<HR>
98
<DL>
99
<DT>public abstract class <B>Projection</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></DL>
100

    
101
<P>
102
<HR>
103

    
104
<P>
105
<!-- ======== NESTED CLASS SUMMARY ======== -->
106

    
107

    
108
<!-- =========== FIELD SUMMARY =========== -->
109

    
110
<A NAME="field_summary"><!-- --></A>
111
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
112
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
113
<TD COLSPAN=2><FONT SIZE="+2">
114
<B>Field Summary</B></FONT></TD>
115
</TR>
116
<TR BGCOLOR="white" CLASS="TableRowColor">
117
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118
<CODE>static&nbsp;int</CODE></FONT></TD>
119
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#NORTH">NORTH</A></B></CODE>
120

    
121
<BR>
122
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
123
</TR>
124
<TR BGCOLOR="white" CLASS="TableRowColor">
125
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
126
<CODE>static&nbsp;int</CODE></FONT></TD>
127
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#SOUTH">SOUTH</A></B></CODE>
128

    
129
<BR>
130
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131
</TR>
132
</TABLE>
133
&nbsp;
134
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
135

    
136
<A NAME="constructor_summary"><!-- --></A>
137
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
139
<TD COLSPAN=2><FONT SIZE="+2">
140
<B>Constructor Summary</B></FONT></TD>
141
</TR>
142
<TR BGCOLOR="white" CLASS="TableRowColor">
143
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#Projection()">Projection</A></B>()</CODE>
144

    
145
<BR>
146
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
147
</TR>
148
<TR BGCOLOR="white" CLASS="TableRowColor">
149
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#Projection(org.cresques.geo.Ellipsoid)">Projection</A></B>(<A HREF="../../../org/cresques/geo/Ellipsoid.html" title="class in org.cresques.geo">Ellipsoid</A>&nbsp;e)</CODE>
150

    
151
<BR>
152
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
153
</TR>
154
</TABLE>
155
&nbsp;
156
<!-- ========== METHOD SUMMARY =========== -->
157

    
158
<A NAME="method_summary"><!-- --></A>
159
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
160
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
161
<TD COLSPAN=2><FONT SIZE="+2">
162
<B>Method Summary</B></FONT></TD>
163
</TR>
164
<TR BGCOLOR="white" CLASS="TableRowColor">
165
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
167
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#coordToString(double, java.lang.String, boolean)">coordToString</A></B>(double&nbsp;coord,
168
              java.lang.String&nbsp;fmt,
169
              boolean&nbsp;isLat)</CODE>
170

    
171
<BR>
172
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
173
</TR>
174
<TR BGCOLOR="white" CLASS="TableRowColor">
175
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
176
<CODE>abstract &nbsp;java.awt.geom.Point2D</CODE></FONT></TD>
177
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#createPoint(double, double)">createPoint</A></B>(double&nbsp;x,
178
            double&nbsp;y)</CODE>
179

    
180
<BR>
181
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
182
</TR>
183
<TR BGCOLOR="white" CLASS="TableRowColor">
184
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
185
<CODE>&nbsp;java.awt.geom.Point2D</CODE></FONT></TD>
186
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#createPoint(java.awt.geom.Point2D)">createPoint</A></B>(java.awt.geom.Point2D&nbsp;pt)</CODE>
187

    
188
<BR>
189
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
190
</TR>
191
<TR BGCOLOR="white" CLASS="TableRowColor">
192
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
193
<CODE>abstract &nbsp;void</CODE></FONT></TD>
194
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#drawGrid(java.awt.Graphics2D, org.cresques.geo.ViewPortData)">drawGrid</A></B>(java.awt.Graphics2D&nbsp;g,
195
         <A HREF="../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp)</CODE>
196

    
197
<BR>
198
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
199
</TR>
200
<TR BGCOLOR="white" CLASS="TableRowColor">
201
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
202
<CODE>abstract &nbsp;java.awt.geom.Point2D</CODE></FONT></TD>
203
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#fromGeo(java.awt.geom.Point2D, java.awt.geom.Point2D)">fromGeo</A></B>(java.awt.geom.Point2D&nbsp;gPt,
204
        java.awt.geom.Point2D&nbsp;mPt)</CODE>
205

    
206
<BR>
207
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
208
</TR>
209
<TR BGCOLOR="white" CLASS="TableRowColor">
210
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
211
<CODE>abstract &nbsp;java.lang.String</CODE></FONT></TD>
212
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#getAbrev()">getAbrev</A></B>()</CODE>
213

    
214
<BR>
215
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
216
</TR>
217
<TR BGCOLOR="white" CLASS="TableRowColor">
218
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
219
<CODE>&nbsp;<A HREF="../../../org/cresques/cts/IDatum.html" title="interface in org.cresques.cts">IDatum</A></CODE></FONT></TD>
220
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#getDatum()">getDatum</A></B>()</CODE>
221

    
222
<BR>
223
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
224
</TR>
225
<TR BGCOLOR="white" CLASS="TableRowColor">
226
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
227
<CODE>&nbsp;double[]</CODE></FONT></TD>
228
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#getElliPar()">getElliPar</A></B>()</CODE>
229

    
230
<BR>
231
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
232
</TR>
233
<TR BGCOLOR="white" CLASS="TableRowColor">
234
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
235
<CODE>&nbsp;java.awt.Color</CODE></FONT></TD>
236
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#getGridColor()">getGridColor</A></B>()</CODE>
237

    
238
<BR>
239
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
240
</TR>
241
<TR BGCOLOR="white" CLASS="TableRowColor">
242
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
243
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
244
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#getName()">getName</A></B>()</CODE>
245

    
246
<BR>
247
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
248
</TR>
249
<TR BGCOLOR="white" CLASS="TableRowColor">
250
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
251
<CODE>static&nbsp;<A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></CODE></FONT></TD>
252
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#getProjectionByName(org.cresques.cts.IDatum, java.lang.String)">getProjectionByName</A></B>(<A HREF="../../../org/cresques/cts/IDatum.html" title="interface in org.cresques.cts">IDatum</A>&nbsp;eli,
253
                    java.lang.String&nbsp;name)</CODE>
254

    
255
<BR>
256
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
257
</TR>
258
<TR BGCOLOR="white" CLASS="TableRowColor">
259
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
260
<CODE>&nbsp;<A HREF="../../../org/cresques/geo/ReProjection.html" title="class in org.cresques.geo">ReProjection</A></CODE></FONT></TD>
261
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#getReproyectionTo(org.cresques.geo.Projection)">getReproyectionTo</A></B>(<A HREF="../../../org/cresques/geo/Projection.html" title="class in org.cresques.geo">Projection</A>&nbsp;proj)</CODE>
262

    
263
<BR>
264
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
265
</TR>
266
<TR BGCOLOR="white" CLASS="TableRowColor">
267
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
268
<CODE>&nbsp;void</CODE></FONT></TD>
269
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#setGridColor(java.awt.Color)">setGridColor</A></B>(java.awt.Color&nbsp;c)</CODE>
270

    
271
<BR>
272
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
273
</TR>
274
<TR BGCOLOR="white" CLASS="TableRowColor">
275
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
276
<CODE>abstract &nbsp;java.awt.geom.Point2D</CODE></FONT></TD>
277
<TD><CODE><B><A HREF="../../../org/cresques/geo/Projection.html#toGeo(java.awt.geom.Point2D)">toGeo</A></B>(java.awt.geom.Point2D&nbsp;pt)</CODE>
278

    
279
<BR>
280
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
281
</TR>
282
</TABLE>
283
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
284
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
285
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
286
<TD><B>Methods inherited from class java.lang.Object</B></TD>
287
</TR>
288
<TR BGCOLOR="white" CLASS="TableRowColor">
289
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
290
</TR>
291
</TABLE>
292
&nbsp;<A NAME="methods_inherited_from_class_org.cresques.cts.IProjection"><!-- --></A>
293
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
294
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
295
<TD><B>Methods inherited from interface org.cresques.cts.<A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></B></TD>
296
</TR>
297
<TR BGCOLOR="white" CLASS="TableRowColor">
298
<TD><CODE><A HREF="../../../org/cresques/cts/IProjection.html#getScale(double, double, double, double)">getScale</A></CODE></TD>
299
</TR>
300
</TABLE>
301
&nbsp;
302
<P>
303

    
304
<!-- ============ FIELD DETAIL =========== -->
305

    
306
<A NAME="field_detail"><!-- --></A>
307
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
308
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
309
<TD COLSPAN=1><FONT SIZE="+2">
310
<B>Field Detail</B></FONT></TD>
311
</TR>
312
</TABLE>
313

    
314
<A NAME="NORTH"><!-- --></A><H3>
315
NORTH</H3>
316
<PRE>
317
public static int <B>NORTH</B></PRE>
318
<DL>
319
<DL>
320
</DL>
321
</DL>
322
<HR>
323

    
324
<A NAME="SOUTH"><!-- --></A><H3>
325
SOUTH</H3>
326
<PRE>
327
public static int <B>SOUTH</B></PRE>
328
<DL>
329
<DL>
330
</DL>
331
</DL>
332

    
333
<!-- ========= CONSTRUCTOR DETAIL ======== -->
334

    
335
<A NAME="constructor_detail"><!-- --></A>
336
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
337
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
338
<TD COLSPAN=1><FONT SIZE="+2">
339
<B>Constructor Detail</B></FONT></TD>
340
</TR>
341
</TABLE>
342

    
343
<A NAME="Projection()"><!-- --></A><H3>
344
Projection</H3>
345
<PRE>
346
public <B>Projection</B>()</PRE>
347
<DL>
348
</DL>
349
<HR>
350

    
351
<A NAME="Projection(org.cresques.geo.Ellipsoid)"><!-- --></A><H3>
352
Projection</H3>
353
<PRE>
354
public <B>Projection</B>(<A HREF="../../../org/cresques/geo/Ellipsoid.html" title="class in org.cresques.geo">Ellipsoid</A>&nbsp;e)</PRE>
355
<DL>
356
</DL>
357

    
358
<!-- ============ METHOD DETAIL ========== -->
359

    
360
<A NAME="method_detail"><!-- --></A>
361
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
362
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
363
<TD COLSPAN=1><FONT SIZE="+2">
364
<B>Method Detail</B></FONT></TD>
365
</TR>
366
</TABLE>
367

    
368
<A NAME="getName()"><!-- --></A><H3>
369
getName</H3>
370
<PRE>
371
public java.lang.String <B>getName</B>()</PRE>
372
<DL>
373
<DD><DL>
374
</DL>
375
</DD>
376
<DD><DL>
377
</DL>
378
</DD>
379
</DL>
380
<HR>
381

    
382
<A NAME="getAbrev()"><!-- --></A><H3>
383
getAbrev</H3>
384
<PRE>
385
public abstract java.lang.String <B>getAbrev</B>()</PRE>
386
<DL>
387
<DD><DL>
388
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/cresques/cts/IProjection.html#getAbrev()">getAbrev</A></CODE> in interface <CODE><A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></CODE></DL>
389
</DD>
390
<DD><DL>
391
</DL>
392
</DD>
393
</DL>
394
<HR>
395

    
396
<A NAME="getDatum()"><!-- --></A><H3>
397
getDatum</H3>
398
<PRE>
399
public <A HREF="../../../org/cresques/cts/IDatum.html" title="interface in org.cresques.cts">IDatum</A> <B>getDatum</B>()</PRE>
400
<DL>
401
<DD><DL>
402
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/cresques/cts/IProjection.html#getDatum()">getDatum</A></CODE> in interface <CODE><A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></CODE></DL>
403
</DD>
404
<DD><DL>
405
</DL>
406
</DD>
407
</DL>
408
<HR>
409

    
410
<A NAME="getElliPar()"><!-- --></A><H3>
411
getElliPar</H3>
412
<PRE>
413
public double[] <B>getElliPar</B>()</PRE>
414
<DL>
415
<DD><DL>
416
</DL>
417
</DD>
418
<DD><DL>
419
</DL>
420
</DD>
421
</DL>
422
<HR>
423

    
424
<A NAME="createPoint(double, double)"><!-- --></A><H3>
425
createPoint</H3>
426
<PRE>
427
public abstract java.awt.geom.Point2D <B>createPoint</B>(double&nbsp;x,
428
                                                  double&nbsp;y)</PRE>
429
<DL>
430
<DD><DL>
431
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/cresques/cts/IProjection.html#createPoint(double, double)">createPoint</A></CODE> in interface <CODE><A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></CODE></DL>
432
</DD>
433
<DD><DL>
434
</DL>
435
</DD>
436
</DL>
437
<HR>
438

    
439
<A NAME="createPoint(java.awt.geom.Point2D)"><!-- --></A><H3>
440
createPoint</H3>
441
<PRE>
442
public java.awt.geom.Point2D <B>createPoint</B>(java.awt.geom.Point2D&nbsp;pt)</PRE>
443
<DL>
444
<DD><DL>
445
</DL>
446
</DD>
447
<DD><DL>
448
</DL>
449
</DD>
450
</DL>
451
<HR>
452

    
453
<A NAME="getProjectionByName(org.cresques.cts.IDatum, java.lang.String)"><!-- --></A><H3>
454
getProjectionByName</H3>
455
<PRE>
456
public static <A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A> <B>getProjectionByName</B>(<A HREF="../../../org/cresques/cts/IDatum.html" title="interface in org.cresques.cts">IDatum</A>&nbsp;eli,
457
                                              java.lang.String&nbsp;name)</PRE>
458
<DL>
459
<DD><DL>
460
</DL>
461
</DD>
462
<DD><DL>
463
</DL>
464
</DD>
465
</DL>
466
<HR>
467

    
468
<A NAME="getReproyectionTo(org.cresques.geo.Projection)"><!-- --></A><H3>
469
getReproyectionTo</H3>
470
<PRE>
471
public <A HREF="../../../org/cresques/geo/ReProjection.html" title="class in org.cresques.geo">ReProjection</A> <B>getReproyectionTo</B>(<A HREF="../../../org/cresques/geo/Projection.html" title="class in org.cresques.geo">Projection</A>&nbsp;proj)</PRE>
472
<DL>
473
<DD><DL>
474
</DL>
475
</DD>
476
<DD><DL>
477
</DL>
478
</DD>
479
</DL>
480
<HR>
481

    
482
<A NAME="toGeo(java.awt.geom.Point2D)"><!-- --></A><H3>
483
toGeo</H3>
484
<PRE>
485
public abstract java.awt.geom.Point2D <B>toGeo</B>(java.awt.geom.Point2D&nbsp;pt)</PRE>
486
<DL>
487
<DD><DL>
488
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/cresques/cts/IProjection.html#toGeo(java.awt.geom.Point2D)">toGeo</A></CODE> in interface <CODE><A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></CODE></DL>
489
</DD>
490
<DD><DL>
491
</DL>
492
</DD>
493
</DL>
494
<HR>
495

    
496
<A NAME="fromGeo(java.awt.geom.Point2D, java.awt.geom.Point2D)"><!-- --></A><H3>
497
fromGeo</H3>
498
<PRE>
499
public abstract java.awt.geom.Point2D <B>fromGeo</B>(java.awt.geom.Point2D&nbsp;gPt,
500
                                              java.awt.geom.Point2D&nbsp;mPt)</PRE>
501
<DL>
502
<DD><DL>
503
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/cresques/cts/IProjection.html#fromGeo(java.awt.geom.Point2D, java.awt.geom.Point2D)">fromGeo</A></CODE> in interface <CODE><A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></CODE></DL>
504
</DD>
505
<DD><DL>
506
</DL>
507
</DD>
508
</DL>
509
<HR>
510

    
511
<A NAME="setGridColor(java.awt.Color)"><!-- --></A><H3>
512
setGridColor</H3>
513
<PRE>
514
public void <B>setGridColor</B>(java.awt.Color&nbsp;c)</PRE>
515
<DL>
516
<DD><DL>
517
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/cresques/cts/IProjection.html#setGridColor(java.awt.Color)">setGridColor</A></CODE> in interface <CODE><A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></CODE></DL>
518
</DD>
519
<DD><DL>
520
</DL>
521
</DD>
522
</DL>
523
<HR>
524

    
525
<A NAME="getGridColor()"><!-- --></A><H3>
526
getGridColor</H3>
527
<PRE>
528
public java.awt.Color <B>getGridColor</B>()</PRE>
529
<DL>
530
<DD><DL>
531
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/cresques/cts/IProjection.html#getGridColor()">getGridColor</A></CODE> in interface <CODE><A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></CODE></DL>
532
</DD>
533
<DD><DL>
534
</DL>
535
</DD>
536
</DL>
537
<HR>
538

    
539
<A NAME="coordToString(double, java.lang.String, boolean)"><!-- --></A><H3>
540
coordToString</H3>
541
<PRE>
542
public static java.lang.String <B>coordToString</B>(double&nbsp;coord,
543
                                             java.lang.String&nbsp;fmt,
544
                                             boolean&nbsp;isLat)</PRE>
545
<DL>
546
<DD><DL>
547
</DL>
548
</DD>
549
<DD><DL>
550
</DL>
551
</DD>
552
</DL>
553
<HR>
554

    
555
<A NAME="drawGrid(java.awt.Graphics2D, org.cresques.geo.ViewPortData)"><!-- --></A><H3>
556
drawGrid</H3>
557
<PRE>
558
public abstract void <B>drawGrid</B>(java.awt.Graphics2D&nbsp;g,
559
                              <A HREF="../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp)</PRE>
560
<DL>
561
<DD><DL>
562
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/cresques/cts/IProjection.html#drawGrid(java.awt.Graphics2D, org.cresques.geo.ViewPortData)">drawGrid</A></CODE> in interface <CODE><A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></CODE></DL>
563
</DD>
564
<DD><DL>
565
</DL>
566
</DD>
567
</DL>
568
<!-- ========= END OF CLASS DATA ========= -->
569
<HR>
570

    
571

    
572
<!-- ======= START OF BOTTOM NAVBAR ====== -->
573
<A NAME="navbar_bottom"><!-- --></A>
574
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
575
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
576
<TR>
577
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
578
<A NAME="navbar_bottom_firstrow"><!-- --></A>
579
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
580
  <TR ALIGN="center" VALIGN="top">
581
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
582
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
583
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
584
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
585
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
586
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
587
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
588
  </TR>
589
</TABLE>
590
</TD>
591
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
592
</EM>
593
</TD>
594
</TR>
595

    
596
<TR>
597
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
598
&nbsp;<A HREF="../../../org/cresques/geo/Projected.html" title="interface in org.cresques.geo"><B>PREV CLASS</B></A>&nbsp;
599
&nbsp;<A HREF="../../../org/cresques/geo/ProjPoint.html" title="class in org.cresques.geo"><B>NEXT CLASS</B></A></FONT></TD>
600
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
601
  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
602
&nbsp;<A HREF="Projection.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
603
&nbsp;<SCRIPT type="text/javascript">
604
  <!--
605
  if(window==top) {
606
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
607
  }
608
  //-->
609
</SCRIPT>
610
<NOSCRIPT>
611
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
612
</NOSCRIPT>
613

    
614
</FONT></TD>
615
</TR>
616
<TR>
617
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
618
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
619
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
620
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
621
</TR>
622
</TABLE>
623
<A NAME="skip-navbar_bottom"></A>
624
<!-- ======== END OF BOTTOM NAVBAR ======= -->
625

    
626
<HR>
627

    
628
</BODY>
629
</HTML>