if (LOGGER.isLoggable(Level.FINE)) {
LOGGER.fine(new StringBuffer("executing request ").append(request).toString());
}
this.transformer = new DescribeLayerTransformer(this.request.getBaseUrl());
this.transformer.setNamespaceDeclarationEnabled(false);
Charset encoding = this.request.getWMS().getCharSet();
this.transformer.setEncoding(encoding);
if (request.getServiceConfig().isVerbose()) {
this.transformer.setIndentation(2);