org.deegree_impl.services.wcs
Class WCSFactory

java.lang.Object
  extended byorg.deegree_impl.services.wcs.WCSFactory

public class WCSFactory
extends java.lang.Object

creates an instance of a WCS (OGCWebService) from the capabilities submitted to the create method

Version:
$Revision: 1.2 $
Author:
Andreas Poth

Constructor Summary
WCSFactory()
           
 
Method Summary
static OGCWebService createWCService(WCSCapabilities capabilities)
          Creates a new WCSFactory object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCSFactory

public WCSFactory()
Method Detail

createWCService

public static OGCWebService createWCService(WCSCapabilities capabilities)
                                     throws XMLParsingException
Creates a new WCSFactory object.

Parameters:
capabilities - capabilities of a WCS
Throws:
XMLParsingException