felix@1980: package de.intevation.flys.artifacts; felix@1980: felix@1980: import de.intevation.flys.model.CrossSectionLine; felix@1980: /** felix@1980: * Interfacet, Artifact can create WaterLines (Water against Cross-Profile). felix@1980: */ felix@1980: public interface WaterLineArtifact { felix@1980: felix@1980: /** Get points that define a line of a (water)facet against a cross- felix@1980: * section. */ felix@1980: public double [][] getWaterLines(int facetIdx, CrossSectionLine csl); felix@1980: } felix@1980: // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :