org.deegree.services.wfs.format
Interface CustomFormat
- All Superinterfaces:
- Format
public interface CustomFormat
- extends Format
Implementations provide input / output formats for the WebFeatureService
.
- Version:
- $Revision: 31635 $, $Date: 2011-08-24 15:55:17 +0200 (Wed, 24 Aug 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
init
void init(WebFeatureService master,
Object config)
- Called by the
WebFeatureService
to initialize and configure this CustomFormat
.
- Parameters:
master
- wfs controller, never null
config
- content of the Config element (from CustomFormat element)
Copyright © 2011. All Rights Reserved.