📄 locationlist.html
字号:
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.util.Vector"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.util.Vector</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>add, add, addAll, addAll, addElement, capacity, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.util.AbstractList"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.util.AbstractList</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>iterator, listIterator, listIterator</CODE></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>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.util.List"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from interface java.util.List</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>iterator, listIterator, listIterator</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="APPROACHING_STRING"><!-- --></A><H3>
APPROACHING_STRING</H3>
<PRE>
public static final java.lang.String <B>APPROACHING_STRING</B></PRE>
<DL>
</DL>
<HR>
<A NAME="LEAVING_STRING"><!-- --></A><H3>
LEAVING_STRING</H3>
<PRE>
public static final java.lang.String <B>LEAVING_STRING</B></PRE>
<DL>
</DL>
<HR>
<A NAME="NOTMOVING_STRING"><!-- --></A><H3>
NOTMOVING_STRING</H3>
<PRE>
public static final java.lang.String <B>NOTMOVING_STRING</B></PRE>
<DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="LocationList()"><!-- --></A><H3>
LocationList</H3>
<PRE>
public <B>LocationList</B>()</PRE>
<DL>
<DD>Creates a new instance of LocationList</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="clear()"><!-- --></A><H3>
clear</H3>
<PRE>
public void <B>clear</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>clear</CODE> in class <CODE>java.util.Vector</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="add(com.farcrown.lpws.types.posDecimalLatLon, java.lang.Double, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
add</H3>
<PRE>
public void <B>add</B>(<A HREF="../../../../com/farcrown/lpws/types/posDecimalLatLon.html">posDecimalLatLon</A> pos, java.lang.Double dist, java.lang.String t, java.lang.String dir, java.lang.String n)</PRE>
<DL>
</DL>
<HR>
<A NAME="add(com.farcrown.lpws.types.locationRecord)"><!-- --></A><H3>
add</H3>
<PRE>
public void <B>add</B>(<A HREF="../../../../com/farcrown/lpws/types/locationRecord.html">locationRecord</A> lr)</PRE>
<DL>
</DL>
<HR>
<A NAME="add(com.farcrown.lpws.types.posDecimalLatLon, java.lang.Double, java.lang.String, java.util.Date, java.lang.String)"><!-- --></A><H3>
add</H3>
<PRE>
public void <B>add</B>(<A HREF="../../../../com/farcrown/lpws/types/posDecimalLatLon.html">posDecimalLatLon</A> pos, java.lang.Double dist, java.lang.String t, java.util.Date d, java.lang.String n)</PRE>
<DL>
</DL>
<HR>
<A NAME="disableAutoSorting()"><!-- --></A><H3>
disableAutoSorting</H3>
<PRE>
public void <B>disableAutoSorting</B>()</PRE>
<DL>
</DL>
<HR>
<A NAME="enableAutoSorting()"><!-- --></A><H3>
enableAutoSorting</H3>
<PRE>
public void <B>enableAutoSorting</B>()</PRE>
<DL>
</DL>
<HR>
<A NAME="add(java.lang.String)"><!-- --></A><H3>
add</H3>
<PRE>
public void <B>add</B>(java.lang.String ovrTxtLine)</PRE>
<DL>
<DD>Adds an item to the table model based on a single string containing all the information required<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ovrTxtLine</CODE> - String in a Route/Street Planner OVR ASCII format : e.g. 05.2025, 51.2419, "Speed30;Fri Mar 29 21:55:12 CET 2002;No Comment"<DT><B>See Also: </B><DD><A HREF="http://www.palmtop.nl/support/overlay_format.html">Palmtop Route Planner Overlay Files</A></DL>
</DD>
</DL>
<HR>
<A NAME="addImport(java.lang.String)"><!-- --></A><H3>
addImport</H3>
<PRE>
public void <B>addImport</B>(java.lang.String ovrTxtLine)</PRE>
<DL>
<DD>Adds an item to the table model based on a single string containing all the information required; The Comment will become the Comment The time and date will be set to the current time & date The location type will become "imported"<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ovrTxtLine</CODE> - String in a Route/Street Planner OVR ASCII format : e.g. 05.2025, 51.2419, "Comment"<DT><B>See Also: </B><DD><A HREF="http://www.palmtop.nl/support/overlay_format.html">Palmtop Route Planner Overlay Files</A></DL>
</DD>
</DL>
<HR>
<A NAME="sortByDistance()"><!-- --></A><H3>
sortByDistance</H3>
<PRE>
public void <B>sortByDistance</B>()</PRE>
<DL>
</DL>
<HR>
<A NAME="refresh(com.farcrown.lpws.types.posDecimalLatLon)"><!-- --></A><H3>
refresh</H3>
<PRE>
public void <B>refresh</B>(<A HREF="../../../../com/farcrown/lpws/types/posDecimalLatLon.html">posDecimalLatLon</A> curPos)</PRE>
<DL>
</DL>
<HR>
<A NAME="checkProximity(int)"><!-- --></A><H3>
checkProximity</H3>
<PRE>
public boolean <B>checkProximity</B>(int proximityThreshold)</PRE>
<DL>
</DL>
<HR>
<A NAME="isApproachingAny()"><!-- --></A><H3>
isApproachingAny</H3>
<PRE>
public boolean <B>isApproachingAny</B>()</PRE>
<DL>
</DL>
<HR>
<A NAME="getClosest()"><!-- --></A><H3>
getClosest</H3>
<PRE>
public <A HREF="../../../../com/farcrown/lpws/types/locationRecord.html">locationRecord</A> <B>getClosest</B>()</PRE>
<DL>
</DL>
<HR>
<A NAME="getClosestIndex()"><!-- --></A><H3>
getClosestIndex</H3>
<PRE>
public int <B>getClosestIndex</B>()</PRE>
<DL>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_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">
<A HREF="../../../../com/farcrown/lpws/types/FileBasedLocationList.html"><B>PREV CLASS</B></A>
<A HREF="../../../../com/farcrown/lpws/types/locationRecord.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="LocationList.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -