deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial)

org.deegree.portal.standard.routing.control
Class RouteBean

java.lang.Object
  extended by org.deegree.portal.standard.routing.control.RouteBean

public class RouteBean
extends Object

TODO add class documentation here

Version:
$Revision: $, $Date: $
Author:
Andreas Poth, last edited by: $Author: admin $

Constructor Summary
RouteBean(CoordinateSystem modelCrs, String coords, String description, double distance, String start, String end)
          Initializes a response bean by assigning according values and transforming route coordinates into the coordinate reference system of the current map model
 
Method Summary
 double[] getBbox()
           
 String getCoordinates()
           
 String getDescription()
           
 String getDistance()
           
 String getEnd()
           
 int getNumberOfNodes()
           
 String getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteBean

public RouteBean(CoordinateSystem modelCrs,
                 String coords,
                 String description,
                 double distance,
                 String start,
                 String end)
          throws IllegalArgumentException,
                 CRSTransformationException,
                 GeometryException
Initializes a response bean by assigning according values and transforming route coordinates into the coordinate reference system of the current map model

Parameters:
modelCrs -
coords -
description -
distance -
start - description/name of the start point
end - description/name of the end point
Throws:
IllegalArgumentException
CRSTransformationException
GeometryException
Method Detail

getCoordinates

public String getCoordinates()
Returns:
the coordinates

getDescription

public String getDescription()
Returns:
the description

getDistance

public String getDistance()
Returns:
the distance

getBbox

public double[] getBbox()
Returns:
the bbox

getStart

public String getStart()
Returns:
the start

getEnd

public String getEnd()
Returns:
the end

getNumberOfNodes

public int getNumberOfNodes()
Returns:
the numberOfNodes

deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org