Uses of Interface
org.geotools.catalog.Service

Packages that use Service
org.geotools.catalog   
org.geotools.catalog.defaults   
org.geotools.catalog.shapefile   
org.geotools.catalog.wfs   
org.geotools.catalog.wms   
 

Uses of Service in org.geotools.catalog
 

Classes in org.geotools.catalog that implement Service
 class AbstractService
          Abstract implementation of Service.
 

Methods in org.geotools.catalog that return Service
 Service ServiceFactory.createService(Catalog parent, java.net.URI id, java.util.Map params)
          Creates an IService based on the params provided.
 

Methods in org.geotools.catalog with parameters of type Service
 void Catalog.add(Service service)
          Adds the specified entry to this catalog.
 void Catalog.remove(Service service)
          Removes the specified entry to this catalog.
 void Catalog.replace(java.net.URI id, Service service)
          Replaces the specified entry in this catalog.
 

Uses of Service in org.geotools.catalog.defaults
 

Methods in org.geotools.catalog.defaults with parameters of type Service
 void DefaultCatalog.add(Service entry)
           
 void DefaultCatalog.remove(Service entry)
           
 void DefaultCatalog.replace(java.net.URI id, Service entry)
           
protected static boolean DefaultCatalog.check(Service service, AST pattern)
           
 

Uses of Service in org.geotools.catalog.shapefile
 

Classes in org.geotools.catalog.shapefile that implement Service
 class ShapefileService
          Implementation of a service handle for shapefiles.
 

Methods in org.geotools.catalog.shapefile that return Service
 Service ShapefileServiceFactory.createService(Catalog parent, java.net.URI id, java.util.Map params)
           
 

Uses of Service in org.geotools.catalog.wfs
 

Classes in org.geotools.catalog.wfs that implement Service
 class WFSService
          Handle for a WFS service.
 

Methods in org.geotools.catalog.wfs that return Service
 Service WFSServiceFactory.createService(Catalog parent, java.net.URI id, java.util.Map params)
          TODO summary sentence for createService ...
 

Uses of Service in org.geotools.catalog.wms
 

Classes in org.geotools.catalog.wms that implement Service
 class WMSService
          Connect to a WMS.
 

Methods in org.geotools.catalog.wms that return Service
 Service WMSServiceFactory.createService(Catalog parent, java.net.URI id, java.util.Map params)
          TODO summary sentence for createService ...
 



Copyright © GeoTools. All Rights Reserved.