|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.catalog.wms.WMSServiceFactory
Provides ...TODO summary sentence
TODO Description
Constructor Summary | |
WMSServiceFactory()
|
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)
The primary intention is for drag 'n' drop. |
Service |
createService(Catalog parent,
java.net.URI id,
java.util.Map params)
TODO summary sentence for createService ... |
static boolean |
isWMS(java.net.URL url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WMSServiceFactory()
Method Detail |
public Service createService(Catalog parent, java.net.URI id, java.util.Map params)
createService
in interface ServiceFactory
parent
- DOCUMENT ME!id
- params
-
IService#getStatus()
,
IService#getMessage()
public boolean canProcess(java.net.URI uri)
ServiceFactory
canProcess
in interface ServiceFactory
uri
- The uri representing the service.
public java.util.Map createParams(java.net.URI uri)
ServiceFactory
createParams
in interface ServiceFactory
uri
- The potential source of params.
public static boolean isWMS(java.net.URL url)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |