deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.ogcwebservices.AbstractOGCWebServiceRequest

Packages that use AbstractOGCWebServiceRequest
org.deegree.ogcwebservices.csw Catalog Service 2.0 (OGC CS-W Version 2.0.0). 
org.deegree.ogcwebservices.csw.capabilities   
org.deegree.ogcwebservices.csw.discovery   
org.deegree.ogcwebservices.csw.manager   
org.deegree.ogcwebservices.getcapabilities   
org.deegree.ogcwebservices.sos.capabilities   
org.deegree.ogcwebservices.sos.describeplatform   
org.deegree.ogcwebservices.sos.describesensor   
org.deegree.ogcwebservices.sos.getobservation   
org.deegree.ogcwebservices.wass.common   
org.deegree.ogcwebservices.wass.was.operation   
org.deegree.ogcwebservices.wass.wss.operation   
org.deegree.ogcwebservices.wcs Web Coverage Service 1.1.7 (OGC WCS Version 1.0.0). 
org.deegree.ogcwebservices.wcs.describecoverage   
org.deegree.ogcwebservices.wcs.getcapabilities   
org.deegree.ogcwebservices.wcs.getcoverage   
org.deegree.ogcwebservices.wcts.operation   
org.deegree.ogcwebservices.wfs.operation   
org.deegree.ogcwebservices.wmps.operation   
org.deegree.ogcwebservices.wms.operation   
org.deegree.ogcwebservices.wps   
org.deegree.ogcwebservices.wps.capabilities   
org.deegree.ogcwebservices.wps.describeprocess   
org.deegree.ogcwebservices.wps.execute   
org.deegree.ogcwebservices.wpvs.operation   
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.csw
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.csw
 class AbstractCSWRequest
          Abstract base class for requests to catalogue services (CSW).
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.csw.capabilities
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.csw.capabilities
 class CatalogueGetCapabilities
          Class representation of an OGC-GetCapabilities request in CSW flavour.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.csw.discovery
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.csw.discovery
 class DescribeRecord
          The mandatory DescribeRecord operation allows a client to discover elements of the information model supported by the target catalogue service.
 class GetDomain
          The optional GetDomain operation is used to obtain runtime information about the range of values of a metadata record element or request parameter.
 class GetRecordById
          The mandatory GetRecordById request retrieves the default representation of catalogue records using their identifier.
 class GetRecords
          Class representation of a GetRecords request.
 class GetRepositoryItem
          The GetRepositoryItem class encapsulates the data of a request for a repository item.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.csw.manager
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.csw.manager
 class Harvest
           The general model defines two operations in the Manager class that may be used to create or update records in the catalogue.
 class Transaction
          A Transaction defines an atomic unit of work and is a container for one or more insert, update and/or delete actions.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.getcapabilities
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.getcapabilities
 class GetCapabilities
          Each OGC Web Service must be able to describe its capabilities.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.sos.capabilities
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.sos.capabilities
 class SOSGetCapabilities
          represents a sOs getCapabilities Request
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.sos.describeplatform
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.sos.describeplatform
 class DescribePlatformRequest
          represent a DescribePlatformRequest
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.sos.describesensor
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.sos.describesensor
 class DescribeSensorRequest
          represents a DescribeSensor Request
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.sos.getobservation
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.sos.getobservation
 class GetObservationRequest
          represent a getObservation request
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wass.common
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wass.common
 class AbstractRequest
          Base class for the GDI NRW access control specification's requests.
 class CloseSession
          Encapsulated data: CloseSession element Namespace: http://www.gdi-nrw.de/session
 class GetSession
          Encapsulated data: GetSession element Namespace: http://www.gdi-nrw.de/session
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wass.was.operation
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wass.was.operation
 class DescribeUser
          DescribeUser is the request class for the deegree specific DescribeUser operation.
 class WASGetCapabilities
          This is the bean class for the WAS GetCapabilities operation.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wass.wss.operation
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wass.wss.operation
 class DoService
          The DoService class represents (a bean) a DoService Operation which is send by a client (or other server) which is checked by the wss for the right credentials and than send to the requested serviceprovider.
 class WSSGetCapabilities
          The WSS specific GetCapabilities request parameters are stored in this "bean".
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wcs
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wcs
 class WCSRequestBase
           
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wcs.describecoverage
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wcs.describecoverage
 class DescribeCoverage
          A DescribeCoverage request lists the coverages to be described, identified by the Coverage parameter.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wcs.getcapabilities
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wcs.getcapabilities
 class WCSGetCapabilities
          Each Web Coverage Server must describe its capabilities.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wcs.getcoverage
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wcs.getcoverage
 class GetCoverage
          encapsulates a WCS GetCoverage request
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wcts.operation
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wcts.operation
 class GetResourceByID
          GetResourceByID encapsulates the xml-dom representation or kvp request parameters of a GetResourceById request.
 class GetTransformation
          GetTransformation TODO add documentation here
 class IsTransformable
          IsTransformable encapsulates the bean representation of the xml-dom or kvp encoded IsTransformable request of the wcts 0.4.0
 class Transform
          Transform is an encapsulation of a Transform request defined in the wcts 0.4.0 specification.
 class WCTSGetCapabilities
          WCTSGetCapabilities bean representation of a GetCapabilities request, xml-dom or kvp encoded.
 class WCTSRequestBase
          WCSTRequestBase helper class to override getServiceName.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wfs.operation
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wfs.operation
 class AbstractWFSRequest
          Abstract base class for requests to web feature services.
 class AugmentableGetFeature
          "Proxy" GetFeature request object, only created by GetFeature.create(Map) if the FEATUREID parameter is used without TYPENAME parameter.
 class DescribeFeatureType
          Represents a DescribeFeatureType request to a web feature service.
 class GetFeature
          Represents a GetFeature request to a web feature service.
 class GetFeatureWithLock
          Represents a GetFeatureWithLock request to a web feature service.
 class GetGmlObject
          GetGmlObject
 class LockFeature
          Represents a LockFeature request to a web feature service.
 class WFSGetCapabilities
          Represents a GetCapabilities request to a web feature service.
 

Constructors in org.deegree.ogcwebservices.wfs.operation with parameters of type AbstractOGCWebServiceRequest
FeatureResult(AbstractOGCWebServiceRequest request, FeatureCollection featureCollection)
          Creates a new instance of FeatureResult.
FeatureWithLockResult(AbstractOGCWebServiceRequest request, String lockId, FeatureCollection featureCollection)
          Creates a new instance of FeatureWithLockResult.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wmps.operation
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wmps.operation
 class PrintMap
          This interface describes the access to the parameters of a PrintMap request.
 class WMPSGetCapabilities
          This interface desribes the access to the parameters common to a OGC GetCapabilities request.
(package private)  class WMPSRequestBase
          Class represents the Request Base.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wms.operation
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wms.operation
 class DescribeLayer
          DescribeLayer
 class GetFeatureInfo
           
 class GetLegendGraphic
           
 class GetMap
          This interface describes the access to the parameters of a GeMap request.
 class GetStyles
          --------------------------------------------------------
 class PutStyles
           
 class WMSGetCapabilities
          This interface desribes the access to the parameters common to a OGC GetCapabilities request.
(package private)  class WMSRequestBase
           
 

Methods in org.deegree.ogcwebservices.wms.operation with parameters of type AbstractOGCWebServiceRequest
static GetLegendGraphicResult WMSProtocolFactory.createGetLegendGraphicResponse(AbstractOGCWebServiceRequest request, Document exception)
           
 

Constructors in org.deegree.ogcwebservices.wms.operation with parameters of type AbstractOGCWebServiceRequest
DescribeLayerResult(AbstractOGCWebServiceRequest request, XMLFragment response)
           
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wps
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wps
 class WPSRequestBaseType
          WPSRequestBaseType.java Created on 09.03.2006. 22:47:16h WPS operation request base, for all WPS operations except GetCapabilities.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wps.capabilities
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wps.capabilities
 class WPSGetCapabilities
          WPSGetCapabilitiesRequest.java Created on 08.03.2006. 22:15:18h
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wps.describeprocess
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wps.describeprocess
 class DescribeProcessRequest
          DescribeProcessRequest.java Created on 09.03.2006. 22:33:16h WPS DescribeProcess operation request.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wps.execute
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wps.execute
 class ExecuteRequest
          ExecuteRequest.java Created on 09.03.2006. 23:16:00h WPS Execute operation request, to execute one identified Process.
 

Uses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wpvs.operation
 

Subclasses of AbstractOGCWebServiceRequest in org.deegree.ogcwebservices.wpvs.operation
 class Get3DFeatureInfo
          This Class handles a kvp encoded Get3DFeatureInfo-request and stores it's values.
 class GetView
          This Class handles a kvp request from a client and stores it's values.
 class WPVSGetCapabilities
          ...
(package private)  class WPVSRequestBase
          Conveniece class for all WPVS requests (with the exception of GetCapabilities), for the moment only the GetViewRequest is supported but it might necessary to implement the GetDescription operation for this purpose this class is Abstract.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org