comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/CrossSectionWaterLineFacet.java @ 3198:d35f28655fa6

Create and handle new manual line type facets. flys-artifacts/trunk@4814 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 27 Jun 2012 15:22:01 +0000
parents 5642a83420f2
children 049ccd2c5935
comparison
equal deleted inserted replaced
3197:3e7911a02645 3198:d35f28655fa6
28 28
29 /** Trivial constructor, set (maybe localized) description. */ 29 /** Trivial constructor, set (maybe localized) description. */
30 public CrossSectionWaterLineFacet(int idx, String description) { 30 public CrossSectionWaterLineFacet(int idx, String description) {
31 super(idx, CROSS_SECTION_WATER_LINE, description); 31 super(idx, CROSS_SECTION_WATER_LINE, description);
32 } 32 }
33
34
35 /** Trivial constructor, set (maybe localized) description. */
36 public CrossSectionWaterLineFacet(int idx, String name, String description) {
37 super(idx, name, description);
38 }
39
33 40
34 41
35 /** 42 /**
36 * Gets waterline (crossed with cross section) of waterlevel. 43 * Gets waterline (crossed with cross section) of waterlevel.
37 */ 44 */

http://dive4elements.wald.intevation.org