pgRouting

Changeset 94

Show
Ignore:
Timestamp:
01/18/08 11:13:29 (11 months ago)
Author:
Matthieu
Message:

Added Driving Distance + cleaning closest edge and shortest path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/routingservice/.classpath

    r67 r94  
    33        <classpathentry kind="src" path="src"/> 
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    5         <classpathentry kind="lib" path="/home/matthieu/workspace/RoutingWebservice/lib/com.noelios.restlet.ext.simple_3.1.jar"/> 
    6         <classpathentry kind="lib" path="/home/matthieu/workspace/RoutingWebservice/lib/com.noelios.restlet.jar"/> 
    7         <classpathentry kind="lib" path="/home/matthieu/workspace/RoutingWebservice/lib/org.restlet.jar"/> 
    8         <classpathentry kind="lib" path="/home/matthieu/workspace/RoutingWebservice/lib/org.simpleframework.jar"/> 
    9         <classpathentry kind="lib" path="/home/matthieu/workspace/RoutingWebservice/lib/postgresql-8.2-506.jdbc4.jar"/> 
    10         <classpathentry kind="lib" path="/home/matthieu/workspace/RoutingWebservice/lib/org.restlet.ext.json_2.0.jar"/> 
    11         <classpathentry kind="lib" path="/home/matthieu/workspace/RoutingWebservice/lib/org.json.jar"/> 
    12         <classpathentry kind="lib" path="/home/matthieu/workspace/RoutingWebservice/lib/antlrworks-1.1.3.jar"/> 
    13         <classpathentry kind="lib" path="/home/matthieu/workspace/RoutingWebservice/lib/jdom.jar"/> 
     5        <classpathentry kind="lib" path="/home/matthieu/workspace/pgRouting_Webservice/lib/antlrworks-1.1.3.jar"/> 
     6        <classpathentry kind="lib" path="/home/matthieu/workspace/pgRouting_Webservice/lib/com.noelios.restlet.ext.simple_3.1.jar"/> 
     7        <classpathentry kind="lib" path="/home/matthieu/workspace/pgRouting_Webservice/lib/com.noelios.restlet.jar"/> 
     8        <classpathentry kind="lib" path="/home/matthieu/workspace/pgRouting_Webservice/lib/jdom.jar"/> 
     9        <classpathentry kind="lib" path="/home/matthieu/workspace/pgRouting_Webservice/lib/org.json.jar"/> 
     10        <classpathentry kind="lib" path="/home/matthieu/workspace/pgRouting_Webservice/lib/org.restlet.ext.json_2.0.jar"/> 
     11        <classpathentry kind="lib" path="/home/matthieu/workspace/pgRouting_Webservice/lib/org.restlet.jar"/> 
     12        <classpathentry kind="lib" path="/home/matthieu/workspace/pgRouting_Webservice/lib/org.simpleframework.jar"/> 
     13        <classpathentry kind="lib" path="/home/matthieu/workspace/pgRouting_Webservice/lib/postgresql-8.2-506.jdbc4.jar"/> 
    1414        <classpathentry kind="output" path="bin"/> 
    1515</classpath> 
  • branches/routingservice/doc/allclasses-frame.html

    r67 r94  
    33<HTML> 
    44<HEAD> 
    5 <!-- Generated by javadoc (build 1.6.0_03) on Fri Nov 30 05:27:19 GMT 2007 --> 
     5<!-- Generated by javadoc (build 1.6.0_03) on Fri Jan 18 02:09:23 GMT 2008 --> 
    66<TITLE> 
    77All Classes 
    88</TITLE> 
    99 
    10 <META NAME="date" CONTENT="2007-11-30"> 
     10<META NAME="date" CONTENT="2008-01-18"> 
    1111 
    1212<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> 
     
    2222<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> 
    2323<TR> 
    24 <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="jp/co/orkney/restlet/geo/ClosestEdge.html" title="class in jp.co.orkney.restlet.geo" target="classFrame">ClosestEdge</A> 
    25 <BR> 
    26 <A HREF="jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util" target="classFrame">Configuration</A> 
    27 <BR> 
    28 <A HREF="jp/co/orkney/restlet/util/DatabaseConfiguration.html" title="class in jp.co.orkney.restlet.util" target="classFrame">DatabaseConfiguration</A> 
    29 <BR> 
    30 <A HREF="jp/co/orkney/restlet/util/DatabaseConnection.html" title="class in jp.co.orkney.restlet.util" target="classFrame">DatabaseConnection</A> 
    31 <BR> 
    32 <A HREF="jp/co/orkney/restlet/util/Format.html" title="class in jp.co.orkney.restlet.util" target="classFrame">Format</A> 
    33 <BR> 
    34 <A HREF="jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util" target="classFrame">IOHelper</A> 
    35 <BR> 
    36 <A HREF="jp/co/orkney/restlet/util/Log.html" title="class in jp.co.orkney.restlet.util" target="classFrame">Log</A> 
    37 <BR> 
    38 <A HREF="jp/co/orkney/restlet/util/Parameter.html" title="class in jp.co.orkney.restlet.util" target="classFrame">Parameter</A> 
    39 <BR> 
    40 <A HREF="jp/co/orkney/restlet/util/Point.html" title="class in jp.co.orkney.restlet.util" target="classFrame">Point</A> 
    41 <BR> 
    42 <A HREF="jp/co/orkney/restlet/util/Provider.html" title="class in jp.co.orkney.restlet.util" target="classFrame">Provider</A> 
    43 <BR> 
    44 <A HREF="jp/co/orkney/restlet/util/Service.html" title="class in jp.co.orkney.restlet.util" target="classFrame">Service</A> 
    45 <BR> 
    46 <A HREF="jp/co/orkney/restlet/geo/ShortestPath.html" title="class in jp.co.orkney.restlet.geo" target="classFrame">ShortestPath</A> 
    47 <BR> 
    48 <A HREF="jp/co/orkney/restlet/WebRouting.html" title="class in jp.co.orkney.restlet" target="classFrame">WebRouting</A> 
     24<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util" target="classFrame">IOHelper</A> 
    4925<BR> 
    5026</FONT></TD> 
  • branches/routingservice/doc/allclasses-noframe.html

    r67 r94  
    33<HTML> 
    44<HEAD> 
    5 <!-- Generated by javadoc (build 1.6.0_03) on Fri Nov 30 05:27:19 GMT 2007 --> 
     5<!-- Generated by javadoc (build 1.6.0_03) on Fri Jan 18 02:09:23 GMT 2008 --> 
    66<TITLE> 
    77All Classes 
    88</TITLE> 
    99 
    10 <META NAME="date" CONTENT="2007-11-30"> 
     10<META NAME="date" CONTENT="2008-01-18"> 
    1111 
    1212<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> 
     
    2222<TABLE BORDER="0" WIDTH="100%" SUMMARY=""> 
    2323<TR> 
    24 <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="jp/co/orkney/restlet/geo/ClosestEdge.html" title="class in jp.co.orkney.restlet.geo">ClosestEdge</A> 
    25 <BR> 
    26 <A HREF="jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util">Configuration</A> 
    27 <BR> 
    28 <A HREF="jp/co/orkney/restlet/util/DatabaseConfiguration.html" title="class in jp.co.orkney.restlet.util">DatabaseConfiguration</A> 
    29 <BR> 
    30 <A HREF="jp/co/orkney/restlet/util/DatabaseConnection.html" title="class in jp.co.orkney.restlet.util">DatabaseConnection</A> 
    31 <BR> 
    32 <A HREF="jp/co/orkney/restlet/util/Format.html" title="class in jp.co.orkney.restlet.util">Format</A> 
    33 <BR> 
    34 <A HREF="jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
    35 <BR> 
    36 <A HREF="jp/co/orkney/restlet/util/Log.html" title="class in jp.co.orkney.restlet.util">Log</A> 
    37 <BR> 
    38 <A HREF="jp/co/orkney/restlet/util/Parameter.html" title="class in jp.co.orkney.restlet.util">Parameter</A> 
    39 <BR> 
    40 <A HREF="jp/co/orkney/restlet/util/Point.html" title="class in jp.co.orkney.restlet.util">Point</A> 
    41 <BR> 
    42 <A HREF="jp/co/orkney/restlet/util/Provider.html" title="class in jp.co.orkney.restlet.util">Provider</A> 
    43 <BR> 
    44 <A HREF="jp/co/orkney/restlet/util/Service.html" title="class in jp.co.orkney.restlet.util">Service</A> 
    45 <BR> 
    46 <A HREF="jp/co/orkney/restlet/geo/ShortestPath.html" title="class in jp.co.orkney.restlet.geo">ShortestPath</A> 
    47 <BR> 
    48 <A HREF="jp/co/orkney/restlet/WebRouting.html" title="class in jp.co.orkney.restlet">WebRouting</A> 
     24<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
    4925<BR> 
    5026</FONT></TD> 
  • branches/routingservice/doc/constant-values.html

    r67 r94  
    33<HTML> 
    44<HEAD> 
    5 <!-- Generated by javadoc (build 1.6.0_03) on Fri Nov 30 05:27:19 GMT 2007 --> 
     5<!-- Generated by javadoc (build 1.6.0_03) on Fri Jan 18 02:09:23 GMT 2008 --> 
    66<TITLE> 
    77Constant Field Values 
    88</TITLE> 
    99 
    10 <META NAME="date" CONTENT="2007-11-30"> 
     10<META NAME="date" CONTENT="2008-01-18"> 
    1111 
    1212<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> 
     
    3838<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    3939  <TR ALIGN="center" VALIGN="top"> 
    40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    4241  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    4342  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
     
    10099<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    101100  <TR ALIGN="center" VALIGN="top"> 
    102   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    103   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     101  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    104102  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    105103  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
  • branches/routingservice/doc/deprecated-list.html

    r67 r94  
    33<HTML> 
    44<HEAD> 
    5 <!-- Generated by javadoc (build 1.6.0_03) on Fri Nov 30 05:27:19 GMT 2007 --> 
     5<!-- Generated by javadoc (build 1.6.0_03) on Fri Jan 18 02:09:23 GMT 2008 --> 
    66<TITLE> 
    77Deprecated List 
    88</TITLE> 
    99 
    10 <META NAME="date" CONTENT="2007-11-30"> 
     10<META NAME="date" CONTENT="2008-01-18"> 
    1111 
    1212<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> 
     
    3838<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    3939  <TR ALIGN="center" VALIGN="top"> 
    40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    4241  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    4342  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
     
    10099<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    101100  <TR ALIGN="center" VALIGN="top"> 
    102   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    103   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     101  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    104102  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    105103  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
  • branches/routingservice/doc/help-doc.html

    r67 r94  
    33<HTML> 
    44<HEAD> 
    5 <!-- Generated by javadoc (build 1.6.0_03) on Fri Nov 30 05:27:19 GMT 2007 --> 
     5<!-- Generated by javadoc (build 1.6.0_03) on Fri Jan 18 02:09:23 GMT 2008 --> 
    66<TITLE> 
    77API Help 
    88</TITLE> 
    99 
    10 <META NAME="date" CONTENT="2007-11-30"> 
     10<META NAME="date" CONTENT="2008-01-18"> 
    1111 
    1212<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> 
     
    3838<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    3939  <TR ALIGN="center" VALIGN="top"> 
    40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    4241  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    4342  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
     
    8584</CENTER> 
    8685This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3> 
    87 Overview</H3> 
    88 <BLOCKQUOTE> 
    89  
    90 <P> 
    91 The <A HREF="overview-summary.html">Overview</A> page is the front page of this API document and provides a list of all packages with a summary for each.  This page can also contain an overall description of the set of packages.</BLOCKQUOTE> 
    92 <H3> 
    9386Package</H3> 
    9487<BLOCKQUOTE> 
     
    177170<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    178171  <TR ALIGN="center" VALIGN="top"> 
    179   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    180   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     172  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    181173  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    182174  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
  • branches/routingservice/doc/index-files/index-1.html

    r67 r94  
    33<HTML> 
    44<HEAD> 
    5 <!-- Generated by javadoc (build 1.6.0_03) on Fri Nov 30 05:27:19 GMT 2007 --> 
     5<!-- Generated by javadoc (build 1.6.0_03) on Fri Jan 18 02:09:23 GMT 2008 --> 
    66<TITLE> 
    77C-Index 
    88</TITLE> 
    99 
    10 <META NAME="date" CONTENT="2007-11-30"> 
     10<META NAME="date" CONTENT="2008-01-18"> 
    1111 
    1212<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> 
     
    3838<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    3939  <TR ALIGN="center" VALIGN="top"> 
    40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    4241  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    4342  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
     
    7978<!-- ========= END OF TOP NAVBAR ========= --> 
    8079 
    81 <A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">J</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">W</A> <HR> 
     80<A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">S</A> <HR> 
    8281<A NAME="_C_"><!-- --></A><H2> 
    8382<B>C</B></H2> 
    8483<DL> 
    85 <DT><A HREF="../jp/co/orkney/restlet/util/DatabaseConnection.html#close()"><B>close()</B></A> -  
    86 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/DatabaseConnection.html" title="class in jp.co.orkney.restlet.util">DatabaseConnection</A> 
    87 <DD>Closes the statement object and the connection object. 
    88 <DT><A HREF="../jp/co/orkney/restlet/geo/ClosestEdge.html" title="class in jp.co.orkney.restlet.geo"><B>ClosestEdge</B></A> - Class in <A HREF="../jp/co/orkney/restlet/geo/package-summary.html">jp.co.orkney.restlet.geo</A><DD><b>ClosestEdge is a class which represents a "closest edge" algorithm.</b><DT><A HREF="../jp/co/orkney/restlet/geo/ClosestEdge.html#ClosestEdge(jp.co.orkney.restlet.util.Configuration)"><B>ClosestEdge(Configuration)</B></A> -  
    89 Constructor for class jp.co.orkney.restlet.geo.<A HREF="../jp/co/orkney/restlet/geo/ClosestEdge.html" title="class in jp.co.orkney.restlet.geo">ClosestEdge</A> 
    90 <DD>Constructor ClosestEdge 
    9184<DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#closestEdgeGEOJSONResult(java.sql.ResultSet)"><B>closestEdgeGEOJSONResult(ResultSet)</B></A> -  
    9285Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
     
    110103Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
    111104<DD>Draws the result of the closest Edge algorithm in XML format 
    112 <DT><A HREF="../jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util"><B>Configuration</B></A> - Class in <A HREF="../jp/co/orkney/restlet/util/package-summary.html">jp.co.orkney.restlet.util</A><DD><b>Configuration is a class which represents the webRouting Service's 
    113  configuration.</b><DT><A HREF="../jp/co/orkney/restlet/util/Configuration.html#Configuration()"><B>Configuration()</B></A> -  
    114 Constructor for class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util">Configuration</A> 
    115 <DD>Constructor Format. 
    116 <DT><A HREF="../jp/co/orkney/restlet/util/Configuration.html#createLog()"><B>createLog()</B></A> -  
    117 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util">Configuration</A> 
    118 <DD>Creates an object to write in the log file 
    119105</DL> 
    120106<HR> 
     
    130116<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    131117  <TR ALIGN="center" VALIGN="top"> 
    132   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    133   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     118  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    134119  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    135120  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
     
    171156<!-- ======== END OF BOTTOM NAVBAR ======= --> 
    172157 
    173 <A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">J</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">W</A> <HR> 
     158<A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">S</A> <HR> 
    174159 
    175160</BODY> 
  • branches/routingservice/doc/index-files/index-2.html

    r67 r94  
    33<HTML> 
    44<HEAD> 
    5 <!-- Generated by javadoc (build 1.6.0_03) on Fri Nov 30 05:27:19 GMT 2007 --> 
     5<!-- Generated by javadoc (build 1.6.0_03) on Fri Jan 18 02:09:23 GMT 2008 --> 
    66<TITLE> 
    77D-Index 
    88</TITLE> 
    99 
    10 <META NAME="date" CONTENT="2007-11-30"> 
     10<META NAME="date" CONTENT="2008-01-18"> 
    1111 
    1212<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> 
     
    3838<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    3939  <TR ALIGN="center" VALIGN="top"> 
    40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    4241  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    4342  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
     
    7978<!-- ========= END OF TOP NAVBAR ========= --> 
    8079 
    81 <A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">J</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">W</A> <HR> 
     80<A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">S</A> <HR> 
    8281<A NAME="_D_"><!-- --></A><H2> 
    8382<B>D</B></H2> 
    8483<DL> 
    85 <DT><A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html" title="class in jp.co.orkney.restlet.util"><B>DatabaseConfiguration</B></A> - Class in <A HREF="../jp/co/orkney/restlet/util/package-summary.html">jp.co.orkney.restlet.util</A><DD><b>DatabaseConfiguration is a class which represents a database configuration</b><DT><A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html#DatabaseConfiguration()"><B>DatabaseConfiguration()</B></A> -  
    86 Constructor for class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html" title="class in jp.co.orkney.restlet.util">DatabaseConfiguration</A> 
    87 <DD>Constructor DatabaseConfiguration. 
    88 <DT><A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html#DatabaseConfiguration(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>DatabaseConfiguration(String, String, String, String)</B></A> -  
    89 Constructor for class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html" title="class in jp.co.orkney.restlet.util">DatabaseConfiguration</A> 
    90 <DD>Constructor DatabaseConfiguration. 
    91 <DT><A HREF="../jp/co/orkney/restlet/util/DatabaseConnection.html" title="class in jp.co.orkney.restlet.util"><B>DatabaseConnection</B></A> - Class in <A HREF="../jp/co/orkney/restlet/util/package-summary.html">jp.co.orkney.restlet.util</A><DD><b>To access to a database</b><DT><A HREF="../jp/co/orkney/restlet/util/DatabaseConnection.html#DatabaseConnection(jp.co.orkney.restlet.util.Configuration)"><B>DatabaseConnection(Configuration)</B></A> -  
    92 Constructor for class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/DatabaseConnection.html" title="class in jp.co.orkney.restlet.util">DatabaseConnection</A> 
    93 <DD>Constructor DatabaseConnection 
     84<DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#drivingDistanceGEOJSONResult(java.sql.ResultSet)"><B>drivingDistanceGEOJSONResult(ResultSet)</B></A> -  
     85Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
     86<DD>Draws the result of the driving distance algorithm in Geojson format 
     87<DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#drivingDistanceGMLResult(java.sql.ResultSet)"><B>drivingDistanceGMLResult(ResultSet)</B></A> -  
     88Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
     89<DD>Draws the result of the driving distance algorithm in GML format 
     90<DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#drivingDistanceHTMLResult(java.sql.ResultSet, jp.co.orkney.restlet.util.Point)"><B>drivingDistanceHTMLResult(ResultSet, Point)</B></A> -  
     91Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
     92<DD>Draws the result of the driving distance algorithm in HTML format 
     93<DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#drivingDistanceKMLResult(java.sql.ResultSet)"><B>drivingDistanceKMLResult(ResultSet)</B></A> -  
     94Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
     95<DD>Draws the result of the driving distance algorithm in KML format 
     96<DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#drivingDistanceWKTResult(java.sql.ResultSet)"><B>drivingDistanceWKTResult(ResultSet)</B></A> -  
     97Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
     98<DD>Draws the result of the driving distance algorithm in WKT format 
     99<DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#drivingDistanceXMLResult(java.sql.ResultSet)"><B>drivingDistanceXMLResult(ResultSet)</B></A> -  
     100Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
     101<DD>Draws the result of the driving distance algorithm in XML format 
    94102</DL> 
    95103<HR> 
     
    105113<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    106114  <TR ALIGN="center" VALIGN="top"> 
    107   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    108   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     115  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    109116  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    110117  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
     
    146153<!-- ======== END OF BOTTOM NAVBAR ======= --> 
    147154 
    148 <A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">J</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">W</A> <HR> 
     155<A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">S</A> <HR> 
    149156 
    150157</BODY> 
  • branches/routingservice/doc/index-files/index-3.html

    r67 r94  
    33<HTML> 
    44<HEAD> 
    5 <!-- Generated by javadoc (build 1.6.0_03) on Fri Nov 30 05:27:19 GMT 2007 --> 
     5<!-- Generated by javadoc (build 1.6.0_03) on Fri Jan 18 02:09:23 GMT 2008 --> 
    66<TITLE> 
    77E-Index 
    88</TITLE> 
    99 
    10 <META NAME="date" CONTENT="2007-11-30"> 
     10<META NAME="date" CONTENT="2008-01-18"> 
    1111 
    1212<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> 
     
    3838<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    3939  <TR ALIGN="center" VALIGN="top"> 
    40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    4241  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    4342  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
     
    7978<!-- ========= END OF TOP NAVBAR ========= --> 
    8079 
    81 <A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">J</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">W</A> <HR> 
     80<A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">S</A> <HR> 
    8281<A NAME="_E_"><!-- --></A><H2> 
    8382<B>E</B></H2> 
     
    121120<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    122121  <TR ALIGN="center" VALIGN="top"> 
    123   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    124   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     122  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    125123  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    126124  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
     
    162160<!-- ======== END OF BOTTOM NAVBAR ======= --> 
    163161 
    164 <A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">J</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">W</A> <HR> 
     162<A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">S</A> <HR> 
    165163 
    166164</BODY> 
  • branches/routingservice/doc/index-files/index-4.html

    r67 r94  
    33<HTML> 
    44<HEAD> 
    5 <!-- Generated by javadoc (build 1.6.0_03) on Fri Nov 30 05:27:19 GMT 2007 --> 
     5<!-- Generated by javadoc (build 1.6.0_03) on Fri Jan 18 02:09:23 GMT 2008 --> 
    66<TITLE> 
    7 F-Index 
     7G-Index 
    88</TITLE> 
    99 
    10 <META NAME="date" CONTENT="2007-11-30"> 
     10<META NAME="date" CONTENT="2008-01-18"> 
    1111 
    1212<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> 
     
    1616{ 
    1717    if (location.href.indexOf('is-external=true') == -1) { 
    18         parent.document.title="F-Index"; 
     18        parent.document.title="G-Index"; 
    1919    } 
    2020} 
     
    3838<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    3939  <TR ALIGN="center" VALIGN="top"> 
    40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    4241  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    4342  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
     
    7978<!-- ========= END OF TOP NAVBAR ========= --> 
    8079 
    81 <A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">J</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">W</A> <HR> 
    82 <A NAME="_F_"><!-- --></A><H2> 
    83 <B>F</B></H2> 
     80<A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">S</A> <HR> 
     81<A NAME="_G_"><!-- --></A><H2> 
     82<B>G</B></H2> 
    8483<DL> 
    85 <DT><A HREF="../jp/co/orkney/restlet/util/Format.html" title="class in jp.co.orkney.restlet.util"><B>Format</B></A> - Class in <A HREF="../jp/co/orkney/restlet/util/package-summary.html">jp.co.orkney.restlet.util</A><DD><b>Format is a class which represents a data format (Geojson, Gml, Html, ...) .</b><DT><A HREF="../jp/co/orkney/restlet/util/Format.html#Format()"><B>Format()</B></A> -  
    86 Constructor for class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Format.html" title="class in jp.co.orkney.restlet.util">Format</A> 
    87 <DD>Constructor Format. 
    88 <DT><A HREF="../jp/co/orkney/restlet/util/Format.html#Format(java.lang.String, java.lang.String, boolean, boolean)"><B>Format(String, String, boolean, boolean)</B></A> -  
    89 Constructor for class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Format.html" title="class in jp.co.orkney.restlet.util">Format</A> 
    90 <DD>Constructor Format. 
     84<DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#getOpenLayersIdFromGEOJSON(java.lang.String)"><B>getOpenLayersIdFromGEOJSON(String)</B></A> -  
     85Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
     86<DD> 
     87 Returns the "OpenLayers id" provided by OpenLayers interface. 
     88<DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#getOpenLayersIdFromGML(java.lang.String)"><B>getOpenLayersIdFromGML(String)</B></A> -  
     89Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
     90<DD> 
     91 Returns the "OpenLayers id" provided by OpenLayers interface. 
     92<DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#getOpenLayersIdFromKML(java.lang.String)"><B>getOpenLayersIdFromKML(String)</B></A> -  
     93Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
     94<DD> 
     95 Returns the "OpenLayers id" provided by OpenLayers interface. 
     96<DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#getQuery()"><B>getQuery()</B></A> -  
     97Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
     98<DD> 
     99 Returns the right SQL query to find either the closest edge or the 
     100 shortest path. 
    91101</DL> 
    92102<HR> 
     
    102112<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    103113  <TR ALIGN="center" VALIGN="top"> 
    104   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    105   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     114  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    106115  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    107116  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
     
    143152<!-- ======== END OF BOTTOM NAVBAR ======= --> 
    144153 
    145 <A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">J</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">W</A> <HR> 
     154<A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">S</A> <HR> 
    146155 
    147156</BODY> 
  • branches/routingservice/doc/index-files/index-5.html

    r67 r94  
    33<HTML> 
    44<HEAD> 
    5 <!-- Generated by javadoc (build 1.6.0_03) on Fri Nov 30 05:27:19 GMT 2007 --> 
     5<!-- Generated by javadoc (build 1.6.0_03) on Fri Jan 18 02:09:23 GMT 2008 --> 
    66<TITLE> 
    7 G-Index 
     7I-Index 
    88</TITLE> 
    99 
    10 <META NAME="date" CONTENT="2007-11-30"> 
     10<META NAME="date" CONTENT="2008-01-18"> 
    1111 
    1212<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> 
     
    1616{ 
    1717    if (location.href.indexOf('is-external=true') == -1) { 
    18         parent.document.title="G-Index"; 
     18        parent.document.title="I-Index"; 
    1919    } 
    2020} 
     
    3838<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 
    3939  <TR ALIGN="center" VALIGN="top"> 
    40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> 
    41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> 
     40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../jp/co/orkney/restlet/util/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> 
    4241  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> 
    4342  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> 
     
    7978<!-- ========= END OF TOP NAVBAR ========= --> 
    8079 
    81 <A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">F</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">J</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">P</A> <A HREF="index-11.html">S</A> <A HREF="index-12.html">W</A> <HR> 
    82 <A NAME="_G_"><!-- --></A><H2> 
    83 <B>G</B></H2> 
     80<A HREF="index-1.html">C</A> <A HREF="index-2.html">D</A> <A HREF="index-3.html">E</A> <A HREF="index-4.html">G</A> <A HREF="index-5.html">I</A> <A HREF="index-6.html">J</A> <A HREF="index-7.html">S</A> <HR> 
     81<A NAME="_I_"><!-- --></A><H2> 
     82<B>I</B></H2> 
    8483<DL> 
    85 <DT><A HREF="../jp/co/orkney/restlet/geo/ClosestEdge.html#get()"><B>get()</B></A> -  
    86 Method in class jp.co.orkney.restlet.geo.<A HREF="../jp/co/orkney/restlet/geo/ClosestEdge.html" title="class in jp.co.orkney.restlet.geo">ClosestEdge</A> 
    87 <DD>Gets the result of the closest edge algorithm 
    88 <DT><A HREF="../jp/co/orkney/restlet/geo/ShortestPath.html#get()"><B>get()</B></A> -  
    89 Method in class jp.co.orkney.restlet.geo.<A HREF="../jp/co/orkney/restlet/geo/ShortestPath.html" title="class in jp.co.orkney.restlet.geo">ShortestPath</A> 
    90 <DD>Gets the result of the shortest path algorithm 
    91 <DT><A HREF="../jp/co/orkney/restlet/util/Parameter.html#getCodeName()"><B>getCodeName()</B></A> -  
    92 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Parameter.html" title="class in jp.co.orkney.restlet.util">Parameter</A> 
    93 <DD>Gets the code name of the parameter 
    94 <DT><A HREF="../jp/co/orkney/restlet/util/Configuration.html#getConfigurationConnexion()"><B>getConfigurationConnexion()</B></A> -  
    95 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util">Configuration</A> 
    96 <DD>Gets the database configuration of the requested service 
    97 <DT><A HREF="../jp/co/orkney/restlet/util/Configuration.html#getCss()"><B>getCss()</B></A> -  
    98 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util">Configuration</A> 
    99 <DD>Gets the url of CSS file (for HTML output) 
    100 <DT><A HREF="../jp/co/orkney/restlet/util/Service.html#getDatabaseConfiguration()"><B>getDatabaseConfiguration()</B></A> -  
    101 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Service.html" title="class in jp.co.orkney.restlet.util">Service</A> 
    102 <DD>Gets the database configuration of the service 
    103 <DT><A HREF="../jp/co/orkney/restlet/util/Service.html#getDataProjection()"><B>getDataProjection()</B></A> -  
    104 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Service.html" title="class in jp.co.orkney.restlet.util">Service</A> 
    105 <DD>Gets the data projection code of the service 
    106 <DT><A HREF="../jp/co/orkney/restlet/util/Parameter.html#getDefaultValue()"><B>getDefaultValue()</B></A> -  
    107 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Parameter.html" title="class in jp.co.orkney.restlet.util">Parameter</A> 
    108 <DD>Gets the default value of the parameter 
    109 <DT><A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html#getDriver()"><B>getDriver()</B></A> -  
    110 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html" title="class in jp.co.orkney.restlet.util">DatabaseConfiguration</A> 
    111 <DD>Gets the driver of the database configuration 
    112 <DT><A HREF="../jp/co/orkney/restlet/util/Configuration.html#getFormatIn()"><B>getFormatIn()</B></A> -  
    113 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util">Configuration</A> 
    114 <DD>Gets the requested input data format 
    115 <DT><A HREF="../jp/co/orkney/restlet/util/Configuration.html#getFormatOut()"><B>getFormatOut()</B></A> -  
    116 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util">Configuration</A> 
    117 <DD>Gets the requested output data format 
    118 <DT><A HREF="../jp/co/orkney/restlet/util/Service.html#getFormats()"><B>getFormats()</B></A> -  
    119 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Service.html" title="class in jp.co.orkney.restlet.util">Service</A> 
    120 <DD>Gets the formats of the service 
    121 <DT><A HREF="../jp/co/orkney/restlet/util/Configuration.html#getLocalhost()"><B>getLocalhost()</B></A> -  
    122 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util">Configuration</A> 
    123 <DD>Gets the localhost address 
    124 <DT><A HREF="../jp/co/orkney/restlet/util/Format.html#getName()"><B>getName()</B></A> -  
    125 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Format.html" title="class in jp.co.orkney.restlet.util">Format</A> 
    126 <DD>Gets the name of the format 
    127 <DT><A HREF="../jp/co/orkney/restlet/util/Parameter.html#getName()"><B>getName()</B></A> -  
    128 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Parameter.html" title="class in jp.co.orkney.restlet.util">Parameter</A> 
    129 <DD>Gets the name of the parameter 
    130 <DT><A HREF="../jp/co/orkney/restlet/util/Provider.html#getName()"><B>getName()</B></A> -  
    131 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Provider.html" title="class in jp.co.orkney.restlet.util">Provider</A> 
    132 <DD>Gets the name of the provider 
    133 <DT><A HREF="../jp/co/orkney/restlet/util/Service.html#getName()"><B>getName()</B></A> -  
    134 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Service.html" title="class in jp.co.orkney.restlet.util">Service</A> 
    135 <DD>Gets the name of the service 
    136 <DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#getOpenLayersIdFromGEOJSON(java.lang.String)"><B>getOpenLayersIdFromGEOJSON(String)</B></A> -  
    137 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
    138 <DD> 
    139  Returns the "OpenLayers id" provided by OpenLayers interface. 
    140 <DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#getOpenLayersIdFromGML(java.lang.String)"><B>getOpenLayersIdFromGML(String)</B></A> -  
    141 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
    142 <DD> 
    143  Returns the "OpenLayers id" provided by OpenLayers interface. 
    144 <DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#getOpenLayersIdFromKML(java.lang.String)"><B>getOpenLayersIdFromKML(String)</B></A> -  
    145 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
    146 <DD> 
    147  Returns the "OpenLayers id" provided by OpenLayers interface. 
    148 <DT><A HREF="../jp/co/orkney/restlet/util/Service.html#getParameter(int)"><B>getParameter(int)</B></A> -  
    149 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Service.html" title="class in jp.co.orkney.restlet.util">Service</A> 
    150 <DD>Gets the parameter at the specified position among the parameters of the 
    151  service(Vector) 
    152 <DT><A HREF="../jp/co/orkney/restlet/util/Service.html#getParameter(java.lang.String)"><B>getParameter(String)</B></A> -  
    153 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Service.html" title="class in jp.co.orkney.restlet.util">Service</A> 
    154 <DD>Gets the first parameter with the specified name among the parameters of 
    155  the service(Vector) 
    156 <DT><A HREF="../jp/co/orkney/restlet/util/Configuration.html#getParameters()"><B>getParameters()</B></A> -  
    157 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util">Configuration</A> 
    158 <DD>Gets the parameters of the requested service 
    159 <DT><A HREF="../jp/co/orkney/restlet/util/Service.html#getParameters()"><B>getParameters()</B></A> -  
    160 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Service.html" title="class in jp.co.orkney.restlet.util">Service</A> 
    161 <DD>Gets the parameters of the service 
    162 <DT><A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html#getPassword()"><B>getPassword()</B></A> -  
    163 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html" title="class in jp.co.orkney.restlet.util">DatabaseConfiguration</A> 
    164 <DD>Gets the password of the database configuration 
    165 <DT><A HREF="../jp/co/orkney/restlet/util/Configuration.html#getPort()"><B>getPort()</B></A> -  
    166 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util">Configuration</A> 
    167 <DD>Gets the port number of the restlet 
    168 <DT><A HREF="../jp/co/orkney/restlet/util/Configuration.html#getProvider()"><B>getProvider()</B></A> -  
    169 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util">Configuration</A> 
    170 <DD>Gets the requested provider 
    171 <DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html#getQuery()"><B>getQuery()</B></A> -  
    172 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util">IOHelper</A> 
    173 <DD> 
    174  Returns the right SQL query to find either the closest edge or the 
    175  shortest path. 
    176 <DT><A HREF="../jp/co/orkney/restlet/util/DatabaseConnection.html#getResult(java.lang.String)"><B>getResult(String)</B></A> -  
    177 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/DatabaseConnection.html" title="class in jp.co.orkney.restlet.util">DatabaseConnection</A> 
    178 <DD>Sends a SQL query to the database and returns the result 
    179 <DT><A HREF="../jp/co/orkney/restlet/util/Configuration.html#getService()"><B>getService()</B></A> -  
    180 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Configuration.html" title="class in jp.co.orkney.restlet.util">Configuration</A> 
    181 <DD>Gets the requested service 
    182 <DT><A HREF="../jp/co/orkney/restlet/util/Provider.html#getServices()"><B>getServices()</B></A> -  
    183 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Provider.html" title="class in jp.co.orkney.restlet.util">Provider</A> 
    184 <DD>Gets the services of the provider 
    185 <DT><A HREF="../jp/co/orkney/restlet/util/Service.html#getSQL(int)"><B>getSQL(int)</B></A> -  
    186 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Service.html" title="class in jp.co.orkney.restlet.util">Service</A> 
    187 <DD>Gets the SQL query at the specified position among the SQL queries of the 
    188  service. 
    189 <DT><A HREF="../jp/co/orkney/restlet/util/Service.html#getSQL()"><B>getSQL()</B></A> -  
    190 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Service.html" title="class in jp.co.orkney.restlet.util">Service</A> 
    191 <DD>Gets the SQL queries of the service 
    192 <DT><A HREF="../jp/co/orkney/restlet/util/Format.html#getSrid()"><B>getSrid()</B></A> -  
    193 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Format.html" title="class in jp.co.orkney.restlet.util">Format</A> 
    194 <DD>Gets the srid of the format 
    195 <DT><A HREF="../jp/co/orkney/restlet/util/Parameter.html#getType()"><B>getType()</B></A> -  
    196 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Parameter.html" title="class in jp.co.orkney.restlet.util">Parameter</A> 
    197 <DD>Gets the type of the parameter 
    198 <DT><A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html#getURL()"><B>getURL()</B></A> -  
    199 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html" title="class in jp.co.orkney.restlet.util">DatabaseConfiguration</A> 
    200 <DD>Gets the URL of the database configuration 
    201 <DT><A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html#getUser()"><B>getUser()</B></A> -  
    202 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/DatabaseConfiguration.html" title="class in jp.co.orkney.restlet.util">DatabaseConfiguration</A> 
    203 <DD>Gets the user name of the database configuration 
    204 <DT><A HREF="../jp/co/orkney/restlet/util/Parameter.html#getValue()"><B>getValue()</B></A> -  
    205 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Parameter.html" title="class in jp.co.orkney.restlet.util">Parameter</A> 
    206 <DD>Gets the value of the parameter 
    207 <DT><A HREF="../jp/co/orkney/restlet/util/Point.html#getX()"><B>getX()</B></A> -  
    208 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Point.html" title="class in jp.co.orkney.restlet.util">Point</A> 
    209 <DD>Gets the X value of the point 
    210 <DT><A HREF="../jp/co/orkney/restlet/util/Point.html#getX(int)"><B>getX(int)</B></A> -  
    211 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Point.html" title="class in jp.co.orkney.restlet.util">Point</A> 
    212 <DD>Makes an addition between X value and the specified integer, and gets the result 
    213 <DT><A HREF="../jp/co/orkney/restlet/util/Point.html#getY()"><B>getY()</B></A> -  
    214 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Point.html" title="class in jp.co.orkney.restlet.util">Point</A> 
    215 <DD>Gets the Y value of the point 
    216 <DT><A HREF="../jp/co/orkney/restlet/util/Point.html#getY(int)"><B>getY(int)</B></A> -  
    217 Method in class jp.co.orkney.restlet.util.<A HREF="../jp/co/orkney/restlet/util/Point.html" title="class in jp.co.orkney.restlet.util">Point</A> 
    218 <DD>Makes an addition between Y value and the specified integer, and gets the result 
     84<DT><A HREF="../jp/co/orkney/restlet/util/IOHelper.html" title="class in jp.co.orkney.restlet.util"><B>IOHelper</B>&l