Uses of Interface
org.deegree.commons.config.Resource

Packages that use Resource
org.deegree.commons.config   
org.deegree.coverage   
org.deegree.coverage.raster Provides for simple and complex raster (grid coverages). 
org.deegree.feature.persistence   
org.deegree.feature.persistence.geocouch   
org.deegree.feature.persistence.memory   
org.deegree.feature.persistence.remotewfs   
org.deegree.feature.persistence.shape   
org.deegree.feature.persistence.simplesql   
org.deegree.feature.persistence.sql   
org.deegree.layer.persistence   
org.deegree.metadata.iso.persistence   
org.deegree.metadata.persistence   
org.deegree.metadata.persistence.ebrim.eo   
org.deegree.protocol.wms.raster   
org.deegree.remoteows   
org.deegree.remoteows.wms   
org.deegree.rendering.r3d.multiresolution.persistence   
org.deegree.rendering.r3d.persistence   
org.deegree.services   
org.deegree.services.controller   
org.deegree.services.csw   
org.deegree.services.sos   
org.deegree.services.wcs   
org.deegree.services.wfs   
org.deegree.services.wms.controller   
org.deegree.services.wps   
org.deegree.services.wps.provider   
org.deegree.services.wps.provider.jrxml   
org.deegree.services.wps.provider.sextante   
org.deegree.services.wpvs.controller   
org.deegree.services.wpvs.io   
org.deegree.services.wpvs.io.db   
org.deegree.services.wpvs.io.file   
org.deegree.style.persistence   
org.deegree.style.persistence.se   
org.deegree.style.persistence.sld   
org.deegree.theme   
org.deegree.theme.persistence.standard   
 

Uses of Resource in org.deegree.commons.config
 

Classes in org.deegree.commons.config with type parameters of type Resource
 class AbstractResourceManager<T extends Resource>
           
 class DefaultResourceManagerMetadata<T extends Resource>
           
 interface ExtendedResourceManager<T extends Resource>
           
 interface ExtendedResourceProvider<T extends Resource>
           
 interface ResourceManagerMetadata<T extends Resource>
           
 class ResourceState<T extends Resource>
          Encapsulates information on the state of a managed Resource (and provides access to it).
 

Uses of Resource in org.deegree.coverage
 

Subinterfaces of Resource in org.deegree.coverage
 interface Coverage
          A Coverage, as defined by the OGC and ISO/TC 211, is a function describing the distribution of some set of properties over a spatial-temporal region.
 

Classes in org.deegree.coverage that implement Resource
 class AbstractCoverage
          This class represents an abstract coverage.
 

Uses of Resource in org.deegree.coverage.raster
 

Classes in org.deegree.coverage.raster that implement Resource
 class AbstractRaster
          This class represents an abstract grid coverage.
 class MultiRangedRaster
          This class represents an AbstractRaster with multiple ranges.
 class MultiResolutionRaster
          This class represents a collection of AbstractRaster instances that describe the same spatial region, but with different resolutions.
 class SimpleRaster
          This class represents a single raster with multiple bands.
 class TiledRaster
          This class represents a tiled AbstractRaster.
 

Uses of Resource in org.deegree.feature.persistence
 

Subinterfaces of Resource in org.deegree.feature.persistence
 interface FeatureStore
          Base interface of the Feature persistence layer, provides access to stored Feature instances.
 

Uses of Resource in org.deegree.feature.persistence.geocouch
 

Classes in org.deegree.feature.persistence.geocouch that implement Resource
 class GeoCouchFeatureStore
          FeatureStore implementation that uses GeoCouch as backend.
 

Uses of Resource in org.deegree.feature.persistence.memory
 

Classes in org.deegree.feature.persistence.memory that implement Resource
 class MemoryFeatureStore
          FeatureStore implementation that keeps the feature instances in memory.
 

Uses of Resource in org.deegree.feature.persistence.remotewfs
 

Classes in org.deegree.feature.persistence.remotewfs that implement Resource
 class RemoteWFSFeatureStore
          FeatureStore implementation that is backed by a (remote) WFS instance.
 

Uses of Resource in org.deegree.feature.persistence.shape
 

Classes in org.deegree.feature.persistence.shape that implement Resource
 class ShapeFeatureStore
          FeatureStore implementation that uses shape files as backend.
 

Uses of Resource in org.deegree.feature.persistence.simplesql
 

Classes in org.deegree.feature.persistence.simplesql that implement Resource
 class SimpleSQLFeatureStore
          FeatureStore implementation that is backed by an SQL database and configured by providing an SQL statement / an SQL connection.
 

Uses of Resource in org.deegree.feature.persistence.sql
 

Classes in org.deegree.feature.persistence.sql that implement Resource
 class SQLFeatureStore
          FeatureStore that is backed by a spatial SQL database.
 

Uses of Resource in org.deegree.layer.persistence
 

Subinterfaces of Resource in org.deegree.layer.persistence
 interface LayerStore
           
 

Classes in org.deegree.layer.persistence that implement Resource
 class MultipleLayerStore
           
 class SingleLayerStore
           
 

Uses of Resource in org.deegree.metadata.iso.persistence
 

Classes in org.deegree.metadata.iso.persistence that implement Resource
 class ISOMetadataStore
          MetadataStore implementation for accessing ISO 19115 records stored in spatial SQL databases (currently only supports PostgreSQL / PostGIS).
 

Uses of Resource in org.deegree.metadata.persistence
 

Subinterfaces of Resource in org.deegree.metadata.persistence
 interface MetadataStore<T extends MetadataRecord>
          Base interface of the MetadataRecord persistence layer, provides access to stored MetadataRecord instances.
 

Uses of Resource in org.deegree.metadata.persistence.ebrim.eo
 

Classes in org.deegree.metadata.persistence.ebrim.eo that implement Resource
 class EbrimEOMDStore
          MetadataStore implementation for accessing EbrimEOMDRecords stored in spatial SQL databases (currently only PostgreSQL / PostGIS is supported).
 

Uses of Resource in org.deegree.protocol.wms.raster
 

Classes in org.deegree.protocol.wms.raster that implement Resource
 class WMSRaster
          TODO add class documentation here
 

Uses of Resource in org.deegree.remoteows
 

Subinterfaces of Resource in org.deegree.remoteows
 interface RemoteOWS
           
 interface RemoteOWSStore
          Deprecated. 
 

Uses of Resource in org.deegree.remoteows.wms
 

Classes in org.deegree.remoteows.wms that implement Resource
 class RemoteWMS
           
 class RemoteWMSStore
          Deprecated. 
 

Uses of Resource in org.deegree.rendering.r3d.multiresolution.persistence
 

Subinterfaces of Resource in org.deegree.rendering.r3d.multiresolution.persistence
 interface BatchedMTStore
          The class TODO add class documentation here.
 

Classes in org.deegree.rendering.r3d.multiresolution.persistence that implement Resource
 class BatchedMTFileStore
          The class TODO add class documentation here.
 

Uses of Resource in org.deegree.rendering.r3d.persistence
 

Subinterfaces of Resource in org.deegree.rendering.r3d.persistence
 interface RenderableStore
          The class TODO add class documentation here.
 

Uses of Resource in org.deegree.services
 

Subinterfaces of Resource in org.deegree.services
 interface OWS
          Implementations are OGC web services.
 

Uses of Resource in org.deegree.services.controller
 

Classes in org.deegree.services.controller that implement Resource
 class AbstractOWS
          Each concrete extension of this class is responsible for handling requests to a specific OGC web service (WPS, WMS, WFS, CSW,...).
 

Uses of Resource in org.deegree.services.csw
 

Classes in org.deegree.services.csw that implement Resource
 class CSWController
          Implementation of the OpenGIS Catalogue Service server protocol.
 

Uses of Resource in org.deegree.services.sos
 

Classes in org.deegree.services.sos that implement Resource
 class SOSController
          Implementation of the OpenGIS Sensor Observation Service server protocol.
 

Uses of Resource in org.deegree.services.wcs
 

Classes in org.deegree.services.wcs that implement Resource
 class WCSController
          Implementation of the OpenGIS Web Coverage Service server protocol.
 

Uses of Resource in org.deegree.services.wfs
 

Classes in org.deegree.services.wfs that implement Resource
 class WebFeatureService
          Implementation of the OpenGIS Web Feature Service server protocol.
 

Uses of Resource in org.deegree.services.wms.controller
 

Classes in org.deegree.services.wms.controller that implement Resource
 class WMSController
          WMSController handles the protocol and map service globally.
 

Uses of Resource in org.deegree.services.wps
 

Classes in org.deegree.services.wps that implement Resource
 class WPService
          Implementation of the OpenGIS Web Processing Service server protocol.
 

Uses of Resource in org.deegree.services.wps.provider
 

Subinterfaces of Resource in org.deegree.services.wps.provider
 interface ProcessProvider
          Implementations are responsible for making WPSProcess instances available to the ProcessManager.
 

Classes in org.deegree.services.wps.provider that implement Resource
 class ExampleProcessProvider
          Example ProcessProvider implementation for process provider tutorial.
 class JavaProcessProvider
          ProcessProvider for hand-crafted Java processes with hand-crafted process descriptions.
 

Uses of Resource in org.deegree.services.wps.provider.jrxml
 

Classes in org.deegree.services.wps.provider.jrxml that implement Resource
 class JrxmlProcessProvider
          A ProcessProvider which offers JrxmlWPSProcesss
 

Uses of Resource in org.deegree.services.wps.provider.sextante
 

Classes in org.deegree.services.wps.provider.sextante that implement Resource
 class SextanteProcessProvider
          ProcessProvider that provides Sextante processes.
 

Uses of Resource in org.deegree.services.wpvs.controller
 

Classes in org.deegree.services.wpvs.controller that implement Resource
 class WPVSController
          Implementation of the OpenGIS Web Perspective View Service server protocol.
 

Uses of Resource in org.deegree.services.wpvs.io
 

Classes in org.deegree.services.wpvs.io that implement Resource
 class ModelBackend<G>
          The ModelBackend provides methods for connections to the wpvs model in a database.
 

Uses of Resource in org.deegree.services.wpvs.io.db
 

Classes in org.deegree.services.wpvs.io.db that implement Resource
 class DBBackend<G>
          The DBBackend provides methods for connections to the wpvs model in a database.
 class PostgisBackend
          The PostgisBackend class adds postgis specific methods to the model backend.
 

Uses of Resource in org.deegree.services.wpvs.io.file
 

Classes in org.deegree.services.wpvs.io.file that implement Resource
 class FileBackend
          The FileBackend is the access to the model in files on the local file system.
 

Uses of Resource in org.deegree.style.persistence
 

Subinterfaces of Resource in org.deegree.style.persistence
 interface StyleStore
           
 

Uses of Resource in org.deegree.style.persistence.se
 

Classes in org.deegree.style.persistence.se that implement Resource
 class SEStyleStore
           
 

Uses of Resource in org.deegree.style.persistence.sld
 

Classes in org.deegree.style.persistence.sld that implement Resource
 class SLDStyleStore
           
 

Uses of Resource in org.deegree.theme
 

Subinterfaces of Resource in org.deegree.theme
 interface Theme
           
 

Uses of Resource in org.deegree.theme.persistence.standard
 

Classes in org.deegree.theme.persistence.standard that implement Resource
 class StandardTheme
           
 



Copyright © 2011. All Rights Reserved.