All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.unihh.informatik.tide.Location_Coordinate

java.lang.Object
   |
   +----de.unihh.informatik.tide.Location_Coordinate

public class Location_Coordinate
extends Object

Variable Index

 o _LATITUDE
 o _LONGITUDE
 o LATITUDE
 o LONGITUDE

Constructor Index

 o Location_Coordinate(int)

Method Index

 o from_int(int)
 o value()

Variables

 o _LONGITUDE
 public static final int _LONGITUDE
 o _LATITUDE
 public static final int _LATITUDE
 o LONGITUDE
 public static final Location_Coordinate LONGITUDE
 o LATITUDE
 public static final Location_Coordinate LATITUDE

Constructors

 o Location_Coordinate
 protected Location_Coordinate(int value)

Methods

 o value
 public int value()
 o from_int
 public static Location_Coordinate from_int(int $value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index