comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/AnnotationRiverState.java @ 8406:6ae0c5116d58

Distinguish between types of measurement stations and filter appropriately (plus minor cleanup in related classes).
author Tom Gottfried <tom@intevation.de>
date Tue, 14 Oct 2014 12:41:37 +0200
parents e4606eae8ea5
children 5e38e2924c07
comparison
equal deleted inserted replaced
8405:a779ee47aa79 8406:6ae0c5116d58
62 62
63 AnnotationArtifact annotationArtifact = (AnnotationArtifact) artifact; 63 AnnotationArtifact annotationArtifact = (AnnotationArtifact) artifact;
64 64
65 String facetName = annotationArtifact.getFilterName(); 65 String facetName = annotationArtifact.getFilterName();
66 if (facetName == null) { 66 if (facetName == null) {
67 facetName = Resources.getMsg(meta, I18N_DESCRIPTION, I18N_DESCRIPTION); 67 facetName = Resources.getMsg(meta, I18N_DESCRIPTION);
68 } 68 }
69 69
70 AnnotationFacet facet = new AnnotationFacet( 70 AnnotationFacet facet = new AnnotationFacet(
71 0, 71 0,
72 LONGITUDINAL_ANNOTATION, 72 LONGITUDINAL_ANNOTATION,

http://dive4elements.wald.intevation.org