WCS
Represents the GeoServer information required to configure an instance of the
WCS Server. This class holds the currently used configuration and is
instantiated initially by the GeoServerPlugIn at start-up, but may be
modified by the Configuration Interface during runtime. Such modifications
come from the GeoServer Object in the SessionContext.
WCS wcs = new WCS(dto); System.out.println(wcs.getName());
System.out.println(wcs.getAbstract());
author: $Author: Alessio Fabiani (alessio.fabiani@gmail.com) $ (last author: modification) author: $Author: Simone Giannecchini (simboss1@gmail.com) $ (last author: modification) version: $Id: WCS.java 7731 2007-11-10 02:52:30Z groldan $ |