111 |
// In GT 2.4.5 it we have to create a new one all the time! |
// In GT 2.4.5 it we have to create a new one all the time! |
112 |
|
|
113 |
// TODO TEST, whether we still need to recreate the renderer here.... |
// TODO TEST, whether we still need to recreate the renderer here.... |
114 |
|
// TODO TEST, whether we still need to recreate the renderer here.... |
115 |
|
// TODO TEST, whether we still need to recreate the renderer here.... |
116 |
|
// TODO TEST, whether we still need to recreate the renderer here.... |
117 |
|
// TODO TEST, whether we still need to recreate the renderer here.... |
118 |
|
// TODO TEST, whether we still need to recreate the renderer here.... |
119 |
|
// TODO TEST, whether we still need to recreate the renderer here.... |
120 |
|
// TODO TEST, whether we still need to recreate the renderer here.... |
121 |
return new LegendIconFeatureRenderer(); |
return new LegendIconFeatureRenderer(); |
122 |
// return instance; |
// return instance; |
123 |
} |
} |
478 |
|
|
479 |
// TODO scaleDenominator = 100000000000000000000000000000d; Was ist das |
// TODO scaleDenominator = 100000000000000000000000000000d; Was ist das |
480 |
// fuer ein Quatsch? |
// fuer ein Quatsch? |
481 |
final double scaleDenominator = 100000000000000000000000000000d; |
final NumberRange<Integer> scaleRange = NumberRange.create(Integer.MAX_VALUE,Integer.MAX_VALUE); |
|
final NumberRange scaleRange = new NumberRange(scaleDenominator, |
|
|
scaleDenominator); |
|
482 |
|
|
483 |
try { |
try { |
484 |
|
|
509 |
|
|
510 |
if (style2d != null) { |
if (style2d != null) { |
511 |
new StyledShapePainter(null).paint(graphics, shape, |
new StyledShapePainter(null).paint(graphics, shape, |
512 |
style2d, scaleDenominator); |
style2d, Integer.MAX_VALUE ); |
513 |
} |
} |
514 |
} |
} |
515 |
} catch (Exception e) { |
} catch (Exception e) { |