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

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

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

revision 2640 by torben, Mon Jul 13 10:16:41 2015 UTC revision 2641 by torben, Mon Aug 10 08:59:14 2015 UTC
# Line 22  public class Adresse extends GeoPoint { Line 22  public class Adresse extends GeoPoint {
22                  return "Adresse id=" + id+ " postnr=" + postnr + " adresse=" + adresse + " ho=" + ho;                  return "Adresse id=" + id+ " postnr=" + postnr + " adresse=" + adresse + " ho=" + ho;
23          }          }
24                    
     /*@Override //Fra KDNodeComparator  
     protected boolean isNodeCompatible(GeoPoint other) {  
         if (! (other instanceof Adresse) ) {  
                 System.out.print("How the hell did this happen?");  
                 System.exit(1);  
                 return false;  
         }  
         Adresse addr = (Adresse) other;  
           
         return (this.ho == addr.ho);  
     }*/  
           
25  }  }

Legend:
Removed from v.2640  
changed lines
  Added in v.2641

  ViewVC Help
Powered by ViewVC 1.1.20