org.geotools.catalog.wfs
Class WFSServiceFactory

java.lang.Object
  extended byorg.geotools.catalog.wfs.WFSServiceFactory
All Implemented Interfaces:
ServiceFactory

public class WFSServiceFactory
extends java.lang.Object
implements ServiceFactory

Provides ...TODO summary sentence

TODO Description

Since:
0.6

Constructor Summary
WFSServiceFactory()
           
 
Method Summary
 boolean canProcess(java.net.URI uri)
          Determines if the ServiceExtension can process the specified uri and use it to create a set of connection paramters.
 java.util.Map createParams(java.net.URI uri)
          TODO summary sentence for createParams ...
 Service createService(Catalog parent, java.net.URI id, java.util.Map params)
          TODO summary sentence for createService ...
static WFSDataStoreFactory getWFSDSFactory()
          TODO summary sentence for getWFSDSFactory ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFSServiceFactory

public WFSServiceFactory()
Method Detail

getWFSDSFactory

public static WFSDataStoreFactory getWFSDSFactory()
TODO summary sentence for getWFSDSFactory ...

Returns:
x

createService

public Service createService(Catalog parent,
                             java.net.URI id,
                             java.util.Map params)
TODO summary sentence for createService ...

Specified by:
createService in interface ServiceFactory
Parameters:
parent - DOCUMENT ME!
id -
params -
Returns:
x
See Also:
IService#getStatus(), IService#getMessage()

createParams

public java.util.Map createParams(java.net.URI uri)
TODO summary sentence for createParams ...

Specified by:
createParams in interface ServiceFactory
Parameters:
uri -
Returns:
x
See Also:
net.refractions.udig.catalog.ServiceExtension#createParams(java.net.URL)

canProcess

public boolean canProcess(java.net.URI uri)
Description copied from interface: ServiceFactory
Determines if the ServiceExtension can process the specified uri and use it to create a set of connection paramters.

Specified by:
canProcess in interface ServiceFactory
Parameters:
uri - The uri representing the service.
Returns:
true if the uri can be processed, otherwise false.


Copyright © GeoTools. All Rights Reserved.