/[projects]/dao/FuldDaekningWorker/src/main/java/dk/daoas/fulddaekning/Adresse.java
ViewVC logotype

Diff of /dao/FuldDaekningWorker/src/main/java/dk/daoas/fulddaekning/Adresse.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2746 by torben, Wed Oct 7 20:07:28 2015 UTC revision 2747 by torben, Wed Oct 7 20:14:10 2015 UTC
# Line 1  Line 1 
1  package dk.daoas.fulddaekning;  package dk.daoas.fulddaekning;
2    
 import com.jwetherell.algorithms.data_structures.KdTree;  
3    
4  public class Adresse extends KdTree.XYZPoint {  public class Adresse {
5          public int id;          public int id;
6          public short postnr;          public short postnr;
7          public String vejnavn;          public String vejnavn;
# Line 18  public class Adresse extends KdTree.XYZP Line 17  public class Adresse extends KdTree.XYZP
17          public double xyz[] = new double[3];          public double xyz[] = new double[3];
18                    
19          public Adresse(double latitude, double longitude) {          public Adresse(double latitude, double longitude) {
                 super(latitude, longitude);  
20                                    
21                  this.latitude = latitude;                  this.latitude = latitude;
22                  this.longitude = longitude;                  this.longitude = longitude;

Legend:
Removed from v.2746  
changed lines
  Added in v.2747

  ViewVC Help
Powered by ViewVC 1.1.20