2829303132333435
/** * @return The global wcs instance from the application context. */ protected WCSInfo getWCS() { WCSInfo wcs = getGeoServer().getService(WCSInfo.class); return wcs; }