📄 latorlongitude.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Jun 13 20:23:03 CEST 2002 -->
<TITLE>
: Class LatOrLongitude
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
<A HREF="../../../../com/farcrown/lpws/lu/LocationConverter.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="LatOrLongitude.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.farcrown.lpws.lu</FONT>
<BR>
Class LatOrLongitude</H2>
<PRE>
java.lang.Object
|
+--<B>com.farcrown.lpws.lu.LatOrLongitude</B>
</PRE>
<HR>
<DL>
<DT>public class <B>LatOrLongitude</B><DT>extends java.lang.Object</DL>
<P>
This class has been created to help provide an abstract representation of a GPS/global coordinate. It provides a pure Java representation of either a latitude measurement, or a lonigtude measurement. It is not intended to oppose the Java3D concept. I felt it necessary to write this class as opposed to simply use the Java3D package. This is because I did not want users to have to install the non-standard package for my use of one class, this seemed excessive. Also a geosptial coordinate is not conceptually compatible with the Java3D coordinate, which is of cartesian form. This class assumes that when regarding latitude, 'North' is represented by a positive value, and 'South' is represented by a negative value. With longitude 'East' is positive, and 'West' is negative.
<P>
<DL>
<DT><B>Version: </B><DD>1.0.0</DD>
<DT><B>Author: </B><DD>Richard Caudle</DD>
<DT><B>See Also: </B><DD><CODE>locationUtils.GlobalCoordinate</CODE></DL>
<HR>
<P>
<!-- ======== INNER CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html#LatOrLongitude()">LatOrLongitude</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html#LatOrLongitude(int, double)">LatOrLongitude</A></B>(int degs, double mins)</CODE>
<BR>
This constructor allows us to create an object using two arguments; one for degrees, one for minutes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html#LatOrLongitude(int, int, double)">LatOrLongitude</A></B>(int degs, int mins, double secs)</CODE>
<BR>
This constructor allows us to create an object using three arguments; one for degrees, one for minutes and the last for seconds.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html#LatOrLongitude(java.lang.String)">LatOrLongitude</A></B>(java.lang.String input)</CODE>
<BR>
This contstructor allows us to create an object from a String that may obtained from a NMEA sentence for example.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html#equals(com.farcrown.lpws.lu.LatOrLongitude)">equals</A></B>(<A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html">LatOrLongitude</A> obj)</CODE>
<BR>
A method to test whether two LatOrLong objects are equal.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html#getDegrees()">getDegrees</A></B>()</CODE>
<BR>
This method returns the number of degrees in this LatOrLongitude object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html#getMinutes()">getMinutes</A></B>()</CODE>
<BR>
This method returns the number of minutes in this LatOrLongitude object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html#getSeconds()">getSeconds</A></B>()</CODE>
<BR>
This method returns the number of degrees in this LatOrLongitude object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html#setLatDecimalDegrees(java.lang.String)">setLatDecimalDegrees</A></B>(java.lang.String decDegsLat)</CODE>
<BR>
Set LatOrLongitude object based on a String</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html#setLonDecimalDegrees(java.lang.String)">setLonDecimalDegrees</A></B>(java.lang.String decDegsLon)</CODE>
<BR>
Set LatOrLongitude object based on a String</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html#toStringDDMM()">toStringDDMM</A></B>()</CODE>
<BR>
This method outputs the measurement in the DDMM.MM format</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/farcrown/lpws/lu/LatOrLongitude.html#toStringDDMMSS()">toStringDDMMSS</A></B>()</CODE>
<BR>
This method outputs the measurement in the DDMMSS.SS format</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -