Uses of Interface
org.geotools.catalog.Catalog

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

Uses of Catalog in org.geotools.catalog
 

Classes in org.geotools.catalog that implement Catalog
 class AbstractCatalog
          Abstract implementation of Catalog.
 

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

Constructors in org.geotools.catalog with parameters of type Catalog
AbstractService(Catalog parent)
          Creates a new service handle contained within a catalog.
 

Uses of Catalog in org.geotools.catalog.defaults
 

Classes in org.geotools.catalog.defaults that implement Catalog
 class DefaultCatalog
          Default Catalog implementation.
 

Constructors in org.geotools.catalog.defaults with parameters of type Catalog
DefaultServiceFactory(Catalog catalog)
           
DefaultServiceFinder(Catalog catalog)
           
 

Uses of Catalog in org.geotools.catalog.shapefile
 

Methods in org.geotools.catalog.shapefile with parameters of type Catalog
 Service ShapefileServiceFactory.createService(Catalog parent, java.net.URI id, java.util.Map params)
           
 

Constructors in org.geotools.catalog.shapefile with parameters of type Catalog
ShapefileService(Catalog parent, java.net.URI uri, java.util.Map params)
           
 

Uses of Catalog in org.geotools.catalog.wfs
 

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

Constructors in org.geotools.catalog.wfs with parameters of type Catalog
WFSService(Catalog parent, java.net.URI uri, java.util.Map params)
           
 

Uses of Catalog in org.geotools.catalog.wms
 

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

Constructors in org.geotools.catalog.wms with parameters of type Catalog
WMSService(Catalog parent, java.net.URI uri, java.util.Map params)
          Construct WMSServiceImpl.
 



Copyright © GeoTools. All Rights Reserved.