double offset = Double.parseDouble(this.place.getText());
placement = build.createLinePlacement(offset);
}
this.labelPlacement = placement;
Expression exp = (Expression) CommonFactoryFinder.getFilterFactory(GeoTools.getDefaultHints()).
property(this.labelType);
TextSymbolizer text = build.createTextSymbolizer(fill, new Font[] {gtFont},
null, exp, placement, null);
if (SLD.isLine(this.schema)) {
text.addToOptions("group", "yes"); //$NON-NLS-1$ //$NON-NLS-2$