comparison flys-artifacts/src/main/java/de/intevation/flys/exports/sq/SQRelationGenerator.java @ 4590:2729b7346f95

Add ManualPoint-handling to SQRelationGenerator.doOut().
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 29 Nov 2012 10:28:55 +0100
parents 080411ac948f
children
comparison
equal deleted inserted replaced
4589:afd817b006b7 4590:2729b7346f95
121 doSQOut(artifactAndFacet, attr, visible); 121 doSQOut(artifactAndFacet, attr, visible);
122 } 122 }
123 else if (IS.SQ_OUTLIER(name)) { 123 else if (IS.SQ_OUTLIER(name)) {
124 doSQOut(artifactAndFacet, attr, visible); 124 doSQOut(artifactAndFacet, attr, visible);
125 } 125 }
126 else if (IS.MANUALPOINTS(name)) {
127 doPoints(
128 artifactAndFacet.getData(context),
129 artifactAndFacet,
130 attr,
131 visible,
132 YAXIS.S.idx);
133 }
126 } 134 }
127 135
128 136
129 protected void doSQCurveOut( 137 protected void doSQCurveOut(
130 ArtifactAndFacet artifactAndFacet, 138 ArtifactAndFacet artifactAndFacet,

http://dive4elements.wald.intevation.org