pl.trammer.ludwik.geo
Class HttpMap.IntermediateRouter

java.lang.Object
  extended by pl.trammer.ludwik.geo.HttpMap.IntermediateRouter
Enclosing class:
HttpMap

public class HttpMap.IntermediateRouter
extends Object

Obiekty tej klasy symbolizują routery pośredniczące w komunikacji z serwerem.


Constructor Summary
HttpMap.IntermediateRouter(InetAddress address, Coordinates coordinates)
          Tworzy nowy obiekt routera o podanym adresie ip i współrzędnych geograficznych.
 
Method Summary
 InetAddress getAddress()
          Zwraca adres ip routera.
 Coordinates getCoordinates()
          Zwraca współrzędne geograficzne routera.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpMap.IntermediateRouter

public HttpMap.IntermediateRouter(InetAddress address,
                                  Coordinates coordinates)
Tworzy nowy obiekt routera o podanym adresie ip i współrzędnych geograficznych.

Parameters:
address - adres ip routera
coordinates - współrzędne geograficzne routera
Method Detail

getAddress

public InetAddress getAddress()
Zwraca adres ip routera.


getCoordinates

public Coordinates getCoordinates()
Zwraca współrzędne geograficzne routera.