no.ubicollab.osgi
Class Location

java.lang.Object
  extended by no.ubicollab.osgi.Location
All Implemented Interfaces:
java.io.Serializable

public class Location
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Location(java.lang.String locationName, double[] longitudes, double[] latitudes, int altitude)
           
 
Method Summary
 boolean containsPoint(double longitude, double latitude)
           
 boolean containsPoint(double longitude, double latitude, int altitude, int altitudeErrorMargin)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location(java.lang.String locationName,
                double[] longitudes,
                double[] latitudes,
                int altitude)
Method Detail

containsPoint

public boolean containsPoint(double longitude,
                             double latitude)

containsPoint

public boolean containsPoint(double longitude,
                             double latitude,
                             int altitude,
                             int altitudeErrorMargin)

getName

public java.lang.String getName()