A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

W

WCASCapabilities - interface org.deegree.services.wcas.capabilities.WCASCapabilities.
The parent element of the Capabilities document includes as children a Service element with general information about the server, a Capability element with specific information about the kinds of functionality offered by the server and a featureTypeList element defining the list of all feature types available from this server.
WCASCapabilitiesFactory - class org.deegree_impl.services.wcas.capabilities.WCASCapabilitiesFactory.
Factory class for creating a catalog capabilities object from a XML document.
WCASCapabilitiesFactory() - Constructor for class org.deegree_impl.services.wcas.capabilities.WCASCapabilitiesFactory
 
WCASCapabilities_Impl - class org.deegree_impl.services.wcas.capabilities.WCASCapabilities_Impl.
The parent element of the Capabilities document includes as children a Service element with general information about the server, a Capability element with specific information about the kinds of functionality offered by the server and a featureTypeList element defining the list of all feature types available from this server.
WCASCapabilities_Impl(String, String, ISO19119, Capability, HashMap) - Constructor for class org.deegree_impl.services.wcas.capabilities.WCASCapabilities_Impl
 
WCASFactory - class org.deegree_impl.services.wcas.WCASFactory.
factory class for creating an instance of a DataStores from its class name and its configuration file.
WCASFactory() - Constructor for class org.deegree_impl.services.wcas.WCASFactory
 
WCASServicePool - class org.deegree_impl.enterprise.WCASServicePool.
class to manage the object pool. this is part of the combination of the object pool pattern an the singelton pattern.
WCASServicePool(WCASCapabilities, WFSCapabilities) - Constructor for class org.deegree_impl.enterprise.WCASServicePool
 
WCASService_Impl - class org.deegree_impl.services.wcas.WCASService_Impl.
A WCAS implementns the WCASService interface to act like a OGC web service.
WCASService_Impl(WCASCapabilities) - Constructor for class org.deegree_impl.services.wcas.WCASService_Impl
constructor
WCASServlet - class org.deegree_impl.enterprise.WCASServlet.
--------------------------------------------------------
WCASServlet() - Constructor for class org.deegree_impl.enterprise.WCASServlet
 
WCASServlet.Reloader - class org.deegree_impl.enterprise.WCASServlet.Reloader.
 
WCASServlet.Reloader() - Constructor for class org.deegree_impl.enterprise.WCASServlet.Reloader
 
WCASServlet.WCAS - class org.deegree_impl.enterprise.WCASServlet.WCAS.
private inner class that represents the web feature service.
WCASServlet.WCAS(HttpServletRequest, HttpServletResponse) - Constructor for class org.deegree_impl.enterprise.WCASServlet.WCAS
constructor
WCAS_ISO19119Factory - class org.deegree_impl.services.wcas.metadatadesc.WCAS_ISO19119Factory.
WCAS_ISO19119Factory.java
Created on 23.
WCAS_ISO19119Factory() - Constructor for class org.deegree_impl.services.wcas.metadatadesc.WCAS_ISO19119Factory
 
WCS - Static variable in interface org.deegree.graphics.sld.RemoteOWS
 
WCSCapabilities - interface org.deegree.services.wcs.capabilities.WCSCapabilities.
A the top level of the ContentMetadata section of the Capabilities XML document for WCS is a CoverageLayerList element, which lists coverage layers in any order.
WCSCapabilitiesFactory - class org.deegree_impl.services.wcs.capabilities.WCSCapabilitiesFactory.
 
WCSCapabilitiesFactory() - Constructor for class org.deegree_impl.services.wcs.capabilities.WCSCapabilitiesFactory
 
WCSCapabilities_Impl - class org.deegree_impl.services.wcs.capabilities.WCSCapabilities_Impl.
A the top level of the ContentMetadata section of the Capabilities XML document for WCS is a CoverageLayerList element, which lists coverage layers in any order.
WCSCapabilities_Impl(String, String, Service, CoverageLayer[]) - Constructor for class org.deegree_impl.services.wcs.capabilities.WCSCapabilities_Impl
 
WCSDescribeCoverageLayerRequest - interface org.deegree.services.wcs.protocol.WCSDescribeCoverageLayerRequest.
defines the encapsulating of the WCS DescribeCoverageLayer operation ------------------------------------------------------------------------
WCSFactory - class org.deegree_impl.services.wcs.WCSFactory.
creates an instance of a WCS (OGCWebService) from the capabilities submitted to the create method
WCSFactory() - Constructor for class org.deegree_impl.services.wcs.WCSFactory
 
WCSGetCapabilitiesRequest - interface org.deegree.services.wcs.protocol.WCSGetCapabilitiesRequest.
defines the encapsulating of the WCS GetCapabilities operation ------------------------------------------------------------------------
WCSGetCapabilitiesRequest_Impl - class org.deegree_impl.services.wcs.protocol.WCSGetCapabilitiesRequest_Impl.
defines the encapsulating of the WCS GetCapabilities operation ------------------------------------------------------------------------
WCSGetCapabilitiesRequest_Impl(String, String, HashMap) - Constructor for class org.deegree_impl.services.wcs.protocol.WCSGetCapabilitiesRequest_Impl
Creates a new WCSGetCapabilitiesRequest_Impl object.
WCSGetCoverageRequest - interface org.deegree.services.wcs.protocol.WCSGetCoverageRequest.
defines the encapsulating of the WCS GetCoverage operation method comments are taken from OGC WCS specification 0.7 ------------------------------------------------------------------------
WCSGetCoverageRequest_Impl - class org.deegree_impl.services.wcs.protocol.WCSGetCoverageRequest_Impl.
defines the encapsulating of the WCS GetCoverage operation method comments are taken from OGC WCS specification 0.7 ------------------------------------------------------------------------
WCSGetCoverageRequest_Impl(String, String, HashMap, String, String, String, GM_Envelope, RangeParamList, String, String, String) - Constructor for class org.deegree_impl.services.wcs.protocol.WCSGetCoverageRequest_Impl
 
WCSGetCoverageRequest_Impl(String, String, HashMap, String, String, String, GM_Envelope, RangeParamList, double, double, double, String, String, String) - Constructor for class org.deegree_impl.services.wcs.protocol.WCSGetCoverageRequest_Impl
 
WCSGetCoverageRequest_Impl(String, String, HashMap, String, String, String, GM_Envelope, RangeParamList, int, int, int, String, String, String) - Constructor for class org.deegree_impl.services.wcs.protocol.WCSGetCoverageRequest_Impl
 
WCSGetCoverageResponse - interface org.deegree.services.wcs.protocol.WCSGetCoverageResponse.
the interface describes the response to a GetCoverage request against a WCS.
WCSGetCoverageResponse_Impl - class org.deegree_impl.services.wcs.protocol.WCSGetCoverageResponse_Impl.
the class implements the response to a GetCoverage request against a WCS.
WCSGetCoverageResponse_Impl(OGCWebServiceRequest, Object) - Constructor for class org.deegree_impl.services.wcs.protocol.WCSGetCoverageResponse_Impl
Creates a new WCSGetCoverageResponse_Impl object.
WCSNS - Static variable in interface org.deegree.ogcbasic.CommonNamespaces
 
WCSProtocolFactory - class org.deegree_impl.services.wcs.protocol.WCSProtocolFactory.
-----------------------------------------------------------------------
WCSProtocolFactory() - Constructor for class org.deegree_impl.services.wcs.protocol.WCSProtocolFactory
 
WCSServlet - class org.deegree_impl.enterprise.WCSServlet.
--------------------------------------------------------
WCSServlet() - Constructor for class org.deegree_impl.enterprise.WCSServlet
 
WCSServlet.WCS - class org.deegree_impl.enterprise.WCSServlet.WCS.
private inner class for performing the request against the WCService
WCSServlet.WCS(HttpServletResponse, HashMap) - Constructor for class org.deegree_impl.enterprise.WCSServlet.WCS
Creates a new WCS object.
WCServicePool - class org.deegree_impl.enterprise.WCServicePool.
class to manage the object pool. this is part of the combination of the object pool pattern an the singelton pattern.
WCServicePool(CVDescriptor[]) - Constructor for class org.deegree_impl.enterprise.WCServicePool
 
WCService_Impl - class org.deegree_impl.services.wcs.WCService_Impl.
This is the basic implementation for a OGC conform web coverage service within the deegree framework.
WCService_Impl(WCSCapabilities) - Constructor for class org.deegree_impl.services.wcs.WCService_Impl
Creates a new WCService_Impl object.
WCService_Impl(CVDescriptor[]) - Constructor for class org.deegree_impl.services.wcs.WCService_Impl
Creates a new WCService_Impl object.
WCTSCapabilitiesFactory - class org.deegree_impl.services.wcts.capabilities.WCTSCapabilitiesFactory.
Factory class for creating WCTS capability classes from a WCTS capabilities XML document that's conform to the WCTS-specification.
WCTSCapabilitiesFactory() - Constructor for class org.deegree_impl.services.wcts.capabilities.WCTSCapabilitiesFactory
 
WCTSServlet - class org.deegree_impl.enterprise.WCTSServlet.
--------------------------------------------------------
WCTSServlet() - Constructor for class org.deegree_impl.enterprise.WCTSServlet
 
WCTS_ProtocolFactory - class org.deegree_impl.services.wcts.protocol.WCTS_ProtocolFactory.
Factory class for creating WCTS_Protocol classes from a XML document that's conform to the WCTS-specification.
WCTS_ProtocolFactory() - Constructor for class org.deegree_impl.services.wcts.protocol.WCTS_ProtocolFactory
 
WCTS_Request - interface org.deegree.services.wcts.capabilities.WCTS_Request.
This WCTS_Request distributes 4 elements, which are part of the <Request> element: <GetCapabilities>, <Transform>, <IsTransformable> and the optional <DescribeTransformation> Everyone of these element consits the same subelements, which are combined in the ActionType class.
WCTS_Request_Impl - class org.deegree_impl.services.wcts.capabilities.WCTS_Request_Impl.
This WCTS_Request distributes 4 elements, which are part of the <Request> element: <GetCapabilities>, <Transform>, <IsTransformable> and the optional <DescribeTransformation> Everyone of these element consits the same subelements, which are combined in the ActionType class.
WCTS_Request_Impl(ActionType, ActionType, ActionType, ActionType) - Constructor for class org.deegree_impl.services.wcts.capabilities.WCTS_Request_Impl
constructor initializing the class with the
WCTService - class org.deegree_impl.services.wcts.WCTService.
This is the web coordinate transformation server class within the deegree framework.
WCTService() - Constructor for class org.deegree_impl.services.wcts.WCTService
default constructor
WCTService(HttpServletRequest, HttpServletResponse) - Constructor for class org.deegree_impl.services.wcts.WCTService
constructor
WEIGHT_BOLD - Static variable in interface org.deegree.graphics.sld.Font
 
WEIGHT_NORMAL - Static variable in interface org.deegree.graphics.sld.Font
 
WEST - Static variable in interface org.deegree.clients.context.GUIArea
 
WEST - Static variable in class org.deegree_impl.model.cs.AxisOrientation
Increasing ordinates values go West.
WEST - Static variable in class org.deegree_impl.model.pt.AngleFormat
Caractère représentant l'hémisphère ouest.
WEST - Static variable in interface org.deegree_impl.model.resources.css.ResourceKeys
 
WFS - Static variable in interface org.deegree.graphics.sld.RemoteOWS
 
WFSBasicRequest - interface org.deegree.services.wfs.protocol.WFSBasicRequest.
The Interface definies the basic WFS request.
WFSBasicRequest_Impl - class org.deegree_impl.services.wfs.protocol.WFSBasicRequest_Impl.
The Interface definies the basic WFS request.
WFSBasicRequest_Impl(String, String, String, HashMap, WFSNative) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSBasicRequest_Impl
constructor initializing the class with the requests
WFSBasicResponse - interface org.deegree.services.wfs.protocol.WFSBasicResponse.
The Interface definies the basic WFS response.
WFSBasicResponse_Impl - class org.deegree_impl.services.wfs.protocol.WFSBasicResponse_Impl.
The Interface definies the basic WFS response.
WFSBasicResponse_Impl(OGCWebServiceRequest, Document, String[]) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSBasicResponse_Impl
constructor initializing the class with the requests
WFSCapabilities - interface org.deegree.services.wfs.capabilities.WFSCapabilities.
---------------------------------------------------------------------
WFSCapabilitiesFactory - class org.deegree_impl.services.wfs.capabilities.WFSCapabilitiesFactory.
Factory class for creating WFS capability classes from a WFS capabilities XML document that's conform to OGC WFS specification.
WFSCapabilitiesFactory() - Constructor for class org.deegree_impl.services.wfs.capabilities.WFSCapabilitiesFactory
 
WFSCapabilities_Impl - class org.deegree_impl.services.wfs.capabilities.WFSCapabilities_Impl.
The parent element of the Capabilities document includes as children a Service element with general information about the server, a Capability element with specific information about the kinds of functionality offered by the server and a featureTypeList element defining the list of all feature types available from this server.
WFSCapabilities_Impl(Capability, FeatureTypeList, String, String, Service) - Constructor for class org.deegree_impl.services.wfs.capabilities.WFSCapabilities_Impl
constructor initializing the class with the
WFSConfigurationException - exception org.deegree.services.wfs.configuration.WFSConfigurationException.
 
WFSConfigurationException(String) - Constructor for class org.deegree.services.wfs.configuration.WFSConfigurationException
Creates a new instance of WFSConfigurationException
WFSConstants - class org.deegree.services.wfs.WFSConstants.
 
WFSConstants() - Constructor for class org.deegree.services.wfs.WFSConstants
 
WFSDelete - interface org.deegree.services.wfs.protocol.WFSDelete.
 
WFSDelete_Impl - class org.deegree_impl.services.wfs.protocol.WFSDelete_Impl.
--------------------------------------------------------
WFSDelete_Impl(Filter, String) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSDelete_Impl
constructor initializing the class with the
WFSDescribeFeatureTypeRequest - interface org.deegree.services.wfs.protocol.WFSDescribeFeatureTypeRequest.
The function of the DescribeFeatureType interface is to provide a client the means to request a schema definition of any feature type that a particular WFS can service.
WFSDescribeFeatureTypeRequest_Impl - class org.deegree_impl.services.wfs.protocol.WFSDescribeFeatureTypeRequest_Impl.
The function of the DescribeFeatureType interface is to provide a client the means to request a schema definition of any feature type that a particular WFS can service.
WFSDescribeFeatureTypeRequest_Impl(String, String, HashMap, WFSNative, String, String[]) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSDescribeFeatureTypeRequest_Impl
constructor initializing the class with the
WFSDescribeFeatureTypeRequest_Impl(String, String, HashMap, WFSNative, String, String[], HashMap) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSDescribeFeatureTypeRequest_Impl
constructor initializing the class with the
WFSDescribeFeatureTypeResponse - interface org.deegree.services.wfs.protocol.WFSDescribeFeatureTypeResponse.
In response to a DescribeFeatureType request, where the output format has been specified as XMLSCHEMA.
WFSDescribeFeatureTypeResponse_Impl - class org.deegree_impl.services.wfs.protocol.WFSDescribeFeatureTypeResponse_Impl.
In response to a DescribeFeatureType request, where the output format has been specified as XMLSCHEMA.
WFSDescribeFeatureTypeResponse_Impl(OGCWebServiceRequest, String[], Document, Document) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSDescribeFeatureTypeResponse_Impl
constructor initializing the class with the
WFSFactory - class org.deegree_impl.services.wfs.WFSFactory.
factory class for creating an instance of a DataStores from its class name and its configuration file.
WFSFactory() - Constructor for class org.deegree_impl.services.wfs.WFSFactory
 
WFSGCapabilities - interface org.deegree.services.gazetteer.capabilities.WFSGCapabilities.
definition of the Gazetteer capabilities.
WFSGCapabilitiesFactory - class org.deegree_impl.services.gazetteer.capabilities.WFSGCapabilitiesFactory.
 
WFSGCapabilitiesFactory() - Constructor for class org.deegree_impl.services.gazetteer.capabilities.WFSGCapabilitiesFactory
 
WFSGCapabilities_Impl - class org.deegree_impl.services.gazetteer.capabilities.WFSGCapabilities_Impl.
 
WFSGCapabilities_Impl(Capability, FeatureTypeList, String, String, Service) - Constructor for class org.deegree_impl.services.gazetteer.capabilities.WFSGCapabilities_Impl
Creates a new instance of WFSGCapabilities_Impl
WFSGCapabilities_Impl(Capability, FeatureTypeList, String, String, Service, Profile) - Constructor for class org.deegree_impl.services.gazetteer.capabilities.WFSGCapabilities_Impl
Creates a new instance of WFSGCapabilities_Impl
WFSGDescribeFeatureTypeRequest - interface org.deegree.services.gazetteer.protocol.WFSGDescribeFeatureTypeRequest.
 
WFSGDescribeFeatureTypeRequest_Impl - class org.deegree_impl.services.gazetteer.protocol.WFSGDescribeFeatureTypeRequest_Impl.
 
WFSGDescribeFeatureTypeRequest_Impl(String, String, HashMap, WFSNative, String, String[]) - Constructor for class org.deegree_impl.services.gazetteer.protocol.WFSGDescribeFeatureTypeRequest_Impl
constructor initializing the class with the
WFSGFactory - class org.deegree_impl.services.gazetteer.WFSGFactory.
factory class for creating an instance of a DataStores from its class name and its configuration file.
WFSGFactory() - Constructor for class org.deegree_impl.services.gazetteer.WFSGFactory
 
WFSGGetCapabilitiesRequest - interface org.deegree.services.gazetteer.protocol.WFSGGetCapabilitiesRequest.
 
WFSGGetCapabilitiesRequest_Impl - class org.deegree_impl.services.gazetteer.protocol.WFSGGetCapabilitiesRequest_Impl.
 
WFSGGetCapabilitiesRequest_Impl(String, String, HashMap, WFSNative) - Constructor for class org.deegree_impl.services.gazetteer.protocol.WFSGGetCapabilitiesRequest_Impl
Creates a new WFSGetCapabilitiesRequest_Impl object.
WFSGGetCapabilitiesResponse - interface org.deegree.services.gazetteer.protocol.WFSGGetCapabilitiesResponse.
--------------------------------------------------------
WFSGGetCapabilitiesResponse_Impl - class org.deegree_impl.services.gazetteer.protocol.WFSGGetCapabilitiesResponse_Impl.
--------------------------------------------------------
WFSGGetCapabilitiesResponse_Impl(OGCWebServiceRequest, Document, WFSGCapabilities) - Constructor for class org.deegree_impl.services.gazetteer.protocol.WFSGGetCapabilitiesResponse_Impl
constructor
WFSGGetFeatureRequest - interface org.deegree.services.gazetteer.protocol.WFSGGetFeatureRequest.
 
WFSGGetFeatureRequest_Impl - class org.deegree_impl.services.gazetteer.protocol.WFSGGetFeatureRequest_Impl.
 
WFSGGetFeatureRequest_Impl(String, String, HashMap, WFSNative, String, String, Filter, int, int, WFSQuery[], String[], String[], String[]) - Constructor for class org.deegree_impl.services.gazetteer.protocol.WFSGGetFeatureRequest_Impl
constructor initializing the class with the
WFSGGetFeatureResponse - interface org.deegree.services.gazetteer.protocol.WFSGGetFeatureResponse.
 
WFSGGetFeatureResponse_Impl - class org.deegree_impl.services.gazetteer.protocol.WFSGGetFeatureResponse_Impl.
 
WFSGGetFeatureResponse_Impl(OGCWebServiceRequest, String[], Document, Object) - Constructor for class org.deegree_impl.services.gazetteer.protocol.WFSGGetFeatureResponse_Impl
constructor initializing the class with the
WFSGNS - Static variable in class org.deegree_impl.services.gazetteer.ThesaurusFilter
 
WFSGProtocolFactory - class org.deegree_impl.services.gazetteer.protocol.WFSGProtocolFactory.
 
WFSGProtocolFactory() - Constructor for class org.deegree_impl.services.gazetteer.protocol.WFSGProtocolFactory
 
WFSGServicePool - class org.deegree_impl.enterprise.WFSGServicePool.
class to manage the object pool. this is part of the combination of the object pool pattern an the singelton pattern.
WFSGServicePool(WFSGCapabilities, GazetteerConfiguration) - Constructor for class org.deegree_impl.enterprise.WFSGServicePool
 
WFSGServlet - class org.deegree_impl.enterprise.WFSGServlet.
--------------------------------------------------------
WFSGServlet() - Constructor for class org.deegree_impl.enterprise.WFSGServlet
 
WFSGServlet.Reloader - class org.deegree_impl.enterprise.WFSGServlet.Reloader.
 
WFSGServlet.Reloader() - Constructor for class org.deegree_impl.enterprise.WFSGServlet.Reloader
 
WFSGServlet.WFSG - class org.deegree_impl.enterprise.WFSGServlet.WFSG.
private inner class that represents the web feature service.
WFSGServlet.WFSG(HttpServletRequest, HttpServletResponse) - Constructor for class org.deegree_impl.enterprise.WFSGServlet.WFSG
constructor
WFSGetCapabilitiesRequest - interface org.deegree.services.wfs.protocol.WFSGetCapabilitiesRequest.
The Interface definies the get capabilities WFS request.
WFSGetCapabilitiesRequest_Impl - class org.deegree_impl.services.wfs.protocol.WFSGetCapabilitiesRequest_Impl.
The Interface definies the get capabilities WFS request.
WFSGetCapabilitiesRequest_Impl(String, String, HashMap, WFSNative) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSGetCapabilitiesRequest_Impl
Creates a new WFSGetCapabilitiesRequest_Impl object.
WFSGetCapabilitiesResponse - interface org.deegree.services.wfs.protocol.WFSGetCapabilitiesResponse.
--------------------------------------------------------
WFSGetCapabilitiesResponse_Impl - class org.deegree_impl.services.wfs.protocol.WFSGetCapabilitiesResponse_Impl.
--------------------------------------------------------
WFSGetCapabilitiesResponse_Impl(OGCWebServiceRequest, Document, WFSCapabilities) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSGetCapabilitiesResponse_Impl
constructor
WFSGetFeatureRequest - interface org.deegree.services.wfs.protocol.WFSGetFeatureRequest.
The GetFeature interface can be used to package one or more query descriptions into a single request.
WFSGetFeatureRequest_Impl - class org.deegree_impl.services.wfs.protocol.WFSGetFeatureRequest_Impl.
The GetFeature interface can be used to package one or more query descriptions into a single request.
WFSGetFeatureRequest_Impl(String, String, HashMap, WFSNative, String, String, Filter, int, int, WFSQuery[], String[], String[], String[]) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSGetFeatureRequest_Impl
constructor initializing the class with the
WFSGetFeatureResponse - interface org.deegree.services.wfs.protocol.WFSGetFeatureResponse.
The response toaGetFeature request is controlled by the outputFormat attribute.
WFSGetFeatureResponse_Impl - class org.deegree_impl.services.wfs.protocol.WFSGetFeatureResponse_Impl.
The response toaGetFeature request is controlled by the outputFormat attribute.
WFSGetFeatureResponse_Impl(OGCWebServiceRequest, String[], Document, Object) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSGetFeatureResponse_Impl
constructor initializing the class with the
WFSGetFeatureWithLockRequest - interface org.deegree.services.wfs.protocol.WFSGetFeatureWithLockRequest.
 
WFSGetFeatureWithLockRequest_Impl - class org.deegree_impl.services.wfs.protocol.WFSGetFeatureWithLockRequest_Impl.
The class defines the WFSGetFeatureWithLockRequest_Impl --------------------------------------------------------
WFSGetFeatureWithLockRequest_Impl(String, String, HashMap, WFSNative, String, String, Filter, int, int, WFSQuery[], String[], String[], String[]) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSGetFeatureWithLockRequest_Impl
Creates a new WFSGetFeatureWithLockRequest_Impl object.
WFSGetFeatureWithLockResponse - interface org.deegree.services.wfs.protocol.WFSGetFeatureWithLockResponse.
For the request, a WFS must generate a result that includes the lock identifier.
WFSGetFeatureWithLockResponse_Impl - class org.deegree_impl.services.wfs.protocol.WFSGetFeatureWithLockResponse_Impl.
For the request, a WFS must generate a result that includes the lock identifier.
WFSGetFeatureWithLockResponse_Impl(String, OGCWebServiceRequest, String[], Document, Object) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSGetFeatureWithLockResponse_Impl
constructor initializing the class with the
WFSInsert - interface org.deegree.services.wfs.protocol.WFSInsert.
----------------------------------------------------------------------
WFSInsertResult - interface org.deegree.services.wfs.protocol.WFSInsertResult.
The element is used to delimit one or more feature identifiers of newly created features.
WFSInsertResult_Impl - class org.deegree_impl.services.wfs.protocol.WFSInsertResult_Impl.
The element is used to delimit one or more feature identifiers of newly created features.
WFSInsertResult_Impl(String, String[]) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSInsertResult_Impl
Creates a new WFSInsertResult_Impl object.
WFSInsert_Impl - class org.deegree_impl.services.wfs.protocol.WFSInsert_Impl.
Defines the insert operation for the WFS.
WFSInsert_Impl(GMLFeature[], String) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSInsert_Impl
constructor initializing the class with the
WFSLock - interface org.deegree.services.wfs.protocol.WFSLock.
The purpose of the LockFeature interface is to expose a long term feature locking mechanism to ensure consistency.
WFSLockFeatureRequest - interface org.deegree.services.wfs.protocol.WFSLockFeatureRequest.
Web connections are inherently stateless.
WFSLockFeatureRequest_Impl - class org.deegree_impl.services.wfs.protocol.WFSLockFeatureRequest_Impl.
Web connections are inherently stateless.
WFSLockFeatureRequest_Impl(String, String, HashMap, WFSNative, int, WFSLock[]) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSLockFeatureRequest_Impl
constructor initializing the class with the
WFSLockFeatureResponse - interface org.deegree.services.wfs.protocol.WFSLockFeatureResponse.
In response to a LockFeature request, the web feature server shall generate an XML document containing a lock identifier that a client application can reference when operating upon the locked features.
WFSLockFeatureResponse_Impl - class org.deegree_impl.services.wfs.protocol.WFSLockFeatureResponse_Impl.
In response to a LockFeature request, the web feature server shall generate an XML document containing a lock identifier that a client application can reference when operating upon the locked features.
WFSLockFeatureResponse_Impl(OGCWebServiceRequest, Document, String[], String, String[], String[]) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSLockFeatureResponse_Impl
constructor initializing the class with the
WFSLock_Impl - class org.deegree_impl.services.wfs.protocol.WFSLock_Impl.
The purpose of the LockFeature interface is to expose a long term feature locking mechanism to ensure consistency.
WFSLock_Impl() - Constructor for class org.deegree_impl.services.wfs.protocol.WFSLock_Impl
default constructor
WFSLock_Impl(String, String, String, Filter, String[]) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSLock_Impl
constructor initializing the class with the
WFSMainLoop - class org.deegree_impl.services.wfs.WFSMainLoop.
basic loop class
WFSMainLoop(AbstractDataStore, OGCWebServiceRequest) - Constructor for class org.deegree_impl.services.wfs.WFSMainLoop
Creates a new WFSMainLoop object.
WFSNS - Static variable in interface org.deegree.ogcbasic.CommonNamespaces
 
WFSNS - Static variable in class org.deegree_impl.services.wcas.protocol.CASProtocolFactory
 
WFSNative - interface org.deegree.services.wfs.protocol.WFSNative.
--------------------------------------------------------
WFSNative_Impl - class org.deegree_impl.services.wfs.protocol.WFSNative_Impl.
The class defines the WFSNative_Impl.
WFSNative_Impl(String, String, boolean) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSNative_Impl
constructor initializing the class with the
WFSOperation - interface org.deegree.services.wfs.protocol.WFSOperation.
Defines the operations for the WFS.
WFSProtocolFactory - class org.deegree_impl.services.wfs.protocol.WFSProtocolFactory.
Factory class for all mapped WFS-XML-Requests.
WFSProtocolFactory() - Constructor for class org.deegree_impl.services.wfs.protocol.WFSProtocolFactory
 
WFSQuery - interface org.deegree.services.wfs.protocol.WFSQuery.
Each individual query packaged in a GetFeature request is defined using the query value.
WFSQuery_Impl - class org.deegree_impl.services.wfs.protocol.WFSQuery_Impl.
Each individual query packaged in a GetFeature request is defined using the query value.
WFSQuery_Impl() - Constructor for class org.deegree_impl.services.wfs.protocol.WFSQuery_Impl
default constructor
WFSQuery_Impl(String[], String, String, String, Filter) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSQuery_Impl
constructor initializing the class with the
WFSRequestController - class org.deegree_impl.services.wfs.WFSRequestController.
the class administers all request that are in progress by the WFS (Dispatcher) --------------------------------------------------------
WFSRequestController(OGCWebServiceRequest) - Constructor for class org.deegree_impl.services.wfs.WFSRequestController
Creates a new WFSRequestController object.
WFSServicePool - class org.deegree_impl.enterprise.WFSServicePool.
class to manage the object pool. this is part of the combination of the object pool pattern an the singelton pattern.
WFSServicePool(WFSCapabilities) - Constructor for class org.deegree_impl.enterprise.WFSServicePool
 
WFSService_Impl - class org.deegree_impl.services.wfs.WFSService_Impl.
This is the OGC conform web feature server class within the deegree framework.
WFSService_Impl(WFSCapabilities) - Constructor for class org.deegree_impl.services.wfs.WFSService_Impl
the constructor receives an instance of o WFSCapabilities object that enables accessing the capabilities of the WFS which includes the assaciation between services, feature types and responsible classes.
WFSServlet - class org.deegree_impl.enterprise.WFSServlet.
Serves as an OCC-compliant HTTP-frontend to the WFS.
WFSServlet() - Constructor for class org.deegree_impl.enterprise.WFSServlet
 
WFSServlet.WFS - class org.deegree_impl.enterprise.WFSServlet.WFS.
private inner class that represents the web feature service.
WFSServlet.WFS(HttpServletRequest, HttpServletResponse) - Constructor for class org.deegree_impl.enterprise.WFSServlet.WFS
constructor
WFSTransactionRequest - interface org.deegree.services.wfs.protocol.WFSTransactionRequest.
The Transaction interface is used to describe data transformation operations that are to be applied to web accessible features.
WFSTransactionRequest_Impl - class org.deegree_impl.services.wfs.protocol.WFSTransactionRequest_Impl.
The Transaction interface is used to describe data transformation operations that are to be applied to web accessible features.
WFSTransactionRequest_Impl(String, String, String, WFSOperation[], String, String) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSTransactionRequest_Impl
constructor initializing the class with the
WFSTransactionResponse - interface org.deegree.services.wfs.protocol.WFSTransactionResponse.
In response to a transaction request, the web feature server shall generate an object document indicating the termination status of the transaction.
WFSTransactionResponse_Impl - class org.deegree_impl.services.wfs.protocol.WFSTransactionResponse_Impl.
In response to a transaction request, the web feature server shall generate an object document indicating the termination status of the transaction.
WFSTransactionResponse_Impl(OGCWebServiceRequest, String[], Document, WFSInsertResult[], String, String) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSTransactionResponse_Impl
Creates a new WFSTransactionResponse_Impl object.
WFSUpdate - interface org.deegree.services.wfs.protocol.WFSUpdate.
Incarnation of a wfs:Update-element.
WFSUpdate_Impl - class org.deegree_impl.services.wfs.protocol.WFSUpdate_Impl.
Incarnation of a wfs:Update-element.
WFSUpdate_Impl(String, HashMap, Filter) - Constructor for class org.deegree_impl.services.wfs.protocol.WFSUpdate_Impl
Create a new instance of WFSUpdate_Impl.
WFS_VERSION - Static variable in class org.deegree_impl.services.gazetteer.protocol.WFSGProtocolFactory
 
WGS84 - Static variable in class org.deegree_impl.model.cs.CompoundCoordinateSystem
A default three-dimensional coordinate system for use with geographic coordinates with heights above the ellipsoid.
WGS84 - Static variable in class org.deegree_impl.model.cs.Ellipsoid
WGS 1984 ellipsoid.
WGS84 - Static variable in class org.deegree_impl.model.cs.GeographicCoordinateSystem
A geographic coordinate system using WGS84 datum.
WGS84 - Static variable in class org.deegree_impl.model.cs.HorizontalDatum
The default WGS 1984 datum.
WGS84ConversionInfo - class org.deegree_impl.model.cs.WGS84ConversionInfo.
Parameters for a geographic transformation into WGS84.
WGS84ConversionInfo() - Constructor for class org.deegree_impl.model.cs.WGS84ConversionInfo
Construct a conversion info with all parameters set to 0.
WIDTH_DEFAULT - Static variable in interface org.deegree.graphics.sld.Stroke
 
WILDCARD - Static variable in class org.deegree_impl.clients.wcasclient.control.ISO19115RequestFactory
 
WITHIN - Static variable in class org.deegree_impl.services.wfs.filterencoding.OperationDefines
 
WKTAdapter - class org.deegree_impl.model.geometry.WKTAdapter.
Adapter class for exporting deegree geometries to WKT and to wrap WKT code geometries to deegree geometries.
WKTAdapter() - Constructor for class org.deegree_impl.model.geometry.WKTAdapter
 
WMSCLIENTCONFIGURATION - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMSCLIENTCONFIGURATION - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMSCache - class org.deegree_impl.services.wms.WMSCache.
class for caching the results of GetMap and GetFeatureInfo requests.
WMSCache(int) - Constructor for class org.deegree_impl.services.wms.WMSCache
Creates a new instance of WMSCache
WMSCapabilities - interface org.deegree.services.wms.capabilities.WMSCapabilities.
The purpose of the GetCapabilities operation is described in the Basic Service Elements section, above.
WMSCapabilities_Impl - class org.deegree_impl.services.wms.capabilities.WMSCapabilities_Impl.
The purpose of the GetCapabilities operation is described in the Basic Service Elements section, above.
WMSCapabilities_Impl(String, String, Service, Capability, DeegreeParam) - Constructor for class org.deegree_impl.services.wms.capabilities.WMSCapabilities_Impl
constructor initializing the class with the
WMSClientConfiguration - class org.deegree_impl.clients.wmsclient.configuration.WMSClientConfiguration.
 
WMSClientConfiguration(WMSClientConfiguration, HashMap, MapSize[], Format[], Format[], MapOperation[], MapOperationFactor[], MapOperationFactor[], double, double, WMSGetMapRequest, Project[]) - Constructor for class org.deegree_impl.clients.wmsclient.configuration.WMSClientConfiguration
Creates a new WMSClientConfiguration object.
WMSClientConfigurationFactory - class org.deegree_impl.clients.wmsclient.configuration.WMSClientConfigurationFactory.
Factory class for creating instances of WMSClientConfiguration
WMSClientConfigurationFactory() - Constructor for class org.deegree_impl.clients.wmsclient.configuration.WMSClientConfigurationFactory
 
WMSClientConfigurationFactory(String) - Constructor for class org.deegree_impl.clients.wmsclient.configuration.WMSClientConfigurationFactory
 
WMSDescribeLayerRequest - interface org.deegree.services.wms.protocol.WMSDescribeLayerRequest.
 
WMSDescribeLayerRequest_Impl - class org.deegree_impl.services.wms.protocol.WMSDescribeLayerRequest_Impl.
---------------------------------------------------------------------
WMSDescribeLayerRequest_Impl(String, String, HashMap) - Constructor for class org.deegree_impl.services.wms.protocol.WMSDescribeLayerRequest_Impl
Creates a new WMSDescribeLayerRequest_Impl object.
WMSDescribeLayerResponse - interface org.deegree.services.wms.protocol.WMSDescribeLayerResponse.
 
WMSDescribeLayerResponse_Impl - class org.deegree_impl.services.wms.protocol.WMSDescribeLayerResponse_Impl.
--------------------------------------------------------
WMSDescribeLayerResponse_Impl(Document, OGCWebServiceRequest) - Constructor for class org.deegree_impl.services.wms.protocol.WMSDescribeLayerResponse_Impl
constructor initializing the class with the
WMSGETFEATUREINFOREQUEST - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMSGETFEATUREINFOREQUEST - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMSGETMAPREQUEST - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMSGETMAPREQUEST - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMSGetCapabilitiesRequest - interface org.deegree.services.wms.protocol.WMSGetCapabilitiesRequest.
This interface desribes the access to the parameters common to a OGC GetCapabilities request.
WMSGetCapabilitiesRequest_Impl - class org.deegree_impl.services.wms.protocol.WMSGetCapabilitiesRequest_Impl.
This interface desribes the access to the parameters common to a OGC GetCapabilities request.
WMSGetCapabilitiesRequest_Impl(String, String, String, HashMap) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetCapabilitiesRequest_Impl
Creates a new WMSGetCapabilitiesRequest_Impl object.
WMSGetCapabilitiesResponse - interface org.deegree.services.wms.protocol.WMSGetCapabilitiesResponse.
 
WMSGetCapabilitiesResponse_Impl - class org.deegree_impl.services.wms.protocol.WMSGetCapabilitiesResponse_Impl.
--------------------------------------------------------
WMSGetCapabilitiesResponse_Impl(OGCWebServiceRequest, Document, WMSCapabilities) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetCapabilitiesResponse_Impl
constructor initializing the class with the
WMSGetFeatureInfoRequest - interface org.deegree.services.wms.protocol.WMSGetFeatureInfoRequest.
 
WMSGetFeatureInfoRequest_Impl - class org.deegree_impl.services.wms.protocol.WMSGetFeatureInfoRequest_Impl.
--------------------------------------------------------
WMSGetFeatureInfoRequest_Impl(String, String, String[], WMSGetMapRequest, String, int, Point, String, StyledLayerDescriptor, HashMap) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetFeatureInfoRequest_Impl
Creates a new WMSFeatureInfoRequest_Impl object.
WMSGetFeatureInfoResponse - interface org.deegree.services.wms.protocol.WMSGetFeatureInfoResponse.
 
WMSGetFeatureInfoResponse_Impl - class org.deegree_impl.services.wms.protocol.WMSGetFeatureInfoResponse_Impl.
--------------------------------------------------------
WMSGetFeatureInfoResponse_Impl(OGCWebServiceRequest, Document, String) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetFeatureInfoResponse_Impl
constructor initializing the class with the
WMSGetLegendGraphicRequest - interface org.deegree.services.wms.protocol.WMSGetLegendGraphicRequest.
 
WMSGetLegendGraphicRequest_Impl - class org.deegree_impl.services.wms.protocol.WMSGetLegendGraphicRequest_Impl.
--------------------------------------------------------
WMSGetLegendGraphicRequest_Impl(String, String, String, String, String, String, double, URL, String, String, int, int, String, HashMap) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetLegendGraphicRequest_Impl
Creates a new WMSGetLegendGraphicRequest_Impl object.
WMSGetLegendGraphicResponse - interface org.deegree.services.wms.protocol.WMSGetLegendGraphicResponse.
 
WMSGetLegendGraphicResponse_Impl - class org.deegree_impl.services.wms.protocol.WMSGetLegendGraphicResponse_Impl.
The class encapsulates the response to a GetLegendGraphic request.
WMSGetLegendGraphicResponse_Impl(OGCWebServiceRequest, Object) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetLegendGraphicResponse_Impl
constructor initializing the class
WMSGetLegendGraphicResponse_Impl(OGCWebServiceRequest, Document) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetLegendGraphicResponse_Impl
constructor initializing the class
WMSGetMapRequest - interface org.deegree.services.wms.protocol.WMSGetMapRequest.
This interface describes the access to the parameters of a GeMap request.
WMSGetMapRequest.Layer - interface org.deegree.services.wms.protocol.WMSGetMapRequest.Layer.
 
WMSGetMapRequest_Impl - class org.deegree_impl.services.wms.protocol.WMSGetMapRequest_Impl.
This interface describes the access to the parameters of a GeMap request.
WMSGetMapRequest_Impl(String, String, WMSGetMapRequest.Layer[], double[], String[], String, int, int, String, GM_Envelope, boolean, Color, String, String, URL, StyledLayerDescriptor, HashMap) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetMapRequest_Impl
Creates a new WMSGetMapRequest_Impl object.
WMSGetMapRequest_Impl.Layer_Impl - class org.deegree_impl.services.wms.protocol.WMSGetMapRequest_Impl.Layer_Impl.
A Layer object.
WMSGetMapRequest_Impl.Layer_Impl() - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetMapRequest_Impl.Layer_Impl
default constructor
WMSGetMapRequest_Impl.Layer_Impl(String, String) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetMapRequest_Impl.Layer_Impl
constructor initializing the class with the
WMSGetMapResponse - interface org.deegree.services.wms.protocol.WMSGetMapResponse.
This interface describes the access to the response of a GetMap request.
WMSGetMapResponse_Impl - class org.deegree_impl.services.wms.protocol.WMSGetMapResponse_Impl.
This interface describes the access to the response of a GetMap request.
WMSGetMapResponse_Impl(OGCWebServiceRequest, Document, Object) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetMapResponse_Impl
constructor initializing the class with the
WMSGetScaleBarRequest - interface org.deegree.services.wms.protocol.WMSGetScaleBarRequest.
interface definition for the deegree specific WMS request: GetScaleBar
WMSGetScaleBarRequest_Impl - class org.deegree_impl.services.wms.protocol.WMSGetScaleBarRequest_Impl.
class for the deegree specific WMS request: GetScaleBar
WMSGetScaleBarRequest_Impl(String, String, HashMap, String, int, int, Color, Font, String, Color, Color, int, double, int, String) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetScaleBarRequest_Impl
Constructor
WMSGetScaleBarResponse - interface org.deegree.services.wms.protocol.WMSGetScaleBarResponse.
interface defining the access to the response of the deegree specific WMS request GetScaleBar
WMSGetScaleBarResponse_Impl - class org.deegree_impl.services.wms.protocol.WMSGetScaleBarResponse_Impl.
interface defining the access to the response of the deegree specific WMS request GetScaleBar
WMSGetScaleBarResponse_Impl(WMSGetScaleBarRequest, Document) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetScaleBarResponse_Impl
Constructor for this Response
WMSGetScaleBarResponse_Impl(WMSGetScaleBarRequest, Object) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetScaleBarResponse_Impl
Constructor for this Response
WMSGetStylesRequest - interface org.deegree.services.wms.protocol.WMSGetStylesRequest.
 
WMSGetStylesRequest_Impl - class org.deegree_impl.services.wms.protocol.WMSGetStylesRequest_Impl.
--------------------------------------------------------
WMSGetStylesRequest_Impl(String, String, HashMap) - Constructor for class org.deegree_impl.services.wms.protocol.WMSGetStylesRequest_Impl
Creates a new WMSGetStyleRequest_Impl object.
WMSGetStylesResponse - interface org.deegree.services.wms.protocol.WMSGetStylesResponse.
 
WMSProtocolFactory - class org.deegree_impl.services.wms.protocol.WMSProtocolFactory.
Factory that builds the different types of WMS-Requests & Responses.
WMSProtocolFactory() - Constructor for class org.deegree_impl.services.wms.protocol.WMSProtocolFactory
 
WMSPutStylesRequest - interface org.deegree.services.wms.protocol.WMSPutStylesRequest.
 
WMSPutStylesRequest_Impl - class org.deegree_impl.services.wms.protocol.WMSPutStylesRequest_Impl.
 
WMSPutStylesRequest_Impl(String, String, HashMap) - Constructor for class org.deegree_impl.services.wms.protocol.WMSPutStylesRequest_Impl
Creates a new WMSPutStyleRequest_Impl object.
WMSPutStylesResponse - interface org.deegree.services.wms.protocol.WMSPutStylesResponse.
 
WMSREQUESTS - Static variable in interface org.deegree_impl.clients.wcasclient.Constants
 
WMSServlet - class org.deegree_impl.enterprise.WMSServlet.
/** Serves as an OCC-compliant HTTP-frontend to the WMS.
WMSServlet() - Constructor for class org.deegree_impl.enterprise.WMSServlet
 
WMSServlet.WMS - class org.deegree_impl.enterprise.WMSServlet.WMS.
 
WMSServlet.WMS(HttpServletRequest, HttpServletResponse) - Constructor for class org.deegree_impl.enterprise.WMSServlet.WMS
Constructor of the inner class WMS.
WMSURLS - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMSURLS - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_MAXX - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_MAXX - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_MAXY - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_MAXY - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_MINX - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_MINX - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_MINY - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_MINY - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_OPERATION - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_OPERATION - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_OPERATION_CONFIGURATION - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_OPERATION_CONFIGURATION - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_OPERATION_IDENTIFY - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_OPERATION_IDENTIFY - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_OPERATION_PAN - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_OPERATION_PAN - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_OPERATION_RECENTER - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_OPERATION_RECENTER - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_OPERATION_REFRESH - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_OPERATION_REFRESH - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_OPERATION_RESET - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_OPERATION_RESET - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_OPERATION_USERDEFINED - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_OPERATION_USERDEFINED - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_OPERATION_ZOOMIN - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_OPERATION_ZOOMIN - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_OPERATION_ZOOMINBYRECT - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_OPERATION_ZOOMINBYRECT - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_OPERATION_ZOOMOUT - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_OPERATION_ZOOMOUT - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_X - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_X - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMS_Y - Static variable in class org.deegree_impl.clients.wmsclient.model.Constants
 
WMS_Y - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
WMServicePool - class org.deegree_impl.enterprise.WMServicePool.
Pool of WMService-Instances.
WMServicePool(WMSCapabilities) - Constructor for class org.deegree_impl.enterprise.WMServicePool
Private constructor to realize the singleton pattern.
WMService_Impl - class org.deegree_impl.services.wms.WMService_Impl.
 
WMService_Impl(WMSCapabilities) - Constructor for class org.deegree_impl.services.wms.WMService_Impl
Creates a new WMService_Impl object.
WTSCapabilities - interface org.deegree.services.wts.capabilities.WTSCapabilities.
----------------------------------------------------------------------
WTSConfiguration - interface org.deegree.services.wts.configuration.WTSConfiguration.
-----------------------------------------------------------------------
WTSConfigurationFactory - class org.deegree_impl.services.wts.configuration.WTSConfigurationFactory.
This class parses a WTS configuration (capabilities) file and creates a WTSConfiguration object from it.
WTSConfigurationFactory() - Constructor for class org.deegree_impl.services.wts.configuration.WTSConfigurationFactory
 
WTSConfiguration_Impl - class org.deegree_impl.services.wts.configuration.WTSConfiguration_Impl.
-----------------------------------------------------------------------
WTSConfiguration_Impl(HashMap, HashMap, HashMap, HashMap, HashMap) - Constructor for class org.deegree_impl.services.wts.configuration.WTSConfiguration_Impl
Creates a new instance of WTSConfiguration_Impl
WTSFactory - class org.deegree_impl.services.wts.WTSFactory.
-----------------------------------------------------------------------
WTSFactory() - Constructor for class org.deegree_impl.services.wts.WTSFactory
 
WTSGetCapabilitiesRequest - interface org.deegree.services.wts.protocol.WTSGetCapabilitiesRequest.
This interface desribes the access to the parameters common to a OGC GetCapabilities request.
WTSGetCapabilitiesRequest_Impl - class org.deegree_impl.services.wts.protocol.WTSGetCapabilitiesRequest_Impl.
This interface desribes the access to the parameters common to a OGC GetCapabilities request.
WTSGetCapabilitiesRequest_Impl(String, String, HashMap) - Constructor for class org.deegree_impl.services.wts.protocol.WTSGetCapabilitiesRequest_Impl
Creates a new WTSGetCapabilitiesRequest_Impl object.
WTSGetCapabilitiesResponse - interface org.deegree.services.wts.protocol.WTSGetCapabilitiesResponse.
 
WTSGetCapabilitiesResponse_Impl - class org.deegree_impl.services.wts.protocol.WTSGetCapabilitiesResponse_Impl.
 
WTSGetCapabilitiesResponse_Impl() - Constructor for class org.deegree_impl.services.wts.protocol.WTSGetCapabilitiesResponse_Impl
Creates a new WTSGetCapabilitiesResponse_Impl object.
WTSGetViewRequest - interface org.deegree.services.wts.protocol.WTSGetViewRequest.
This interface describes the access to the parameters of a GetView request.
WTSGetViewRequest.Layer - interface org.deegree.services.wts.protocol.WTSGetViewRequest.Layer.
 
WTSGetViewRequest_Impl - class org.deegree_impl.services.wts.protocol.WTSGetViewRequest_Impl.
This class implements the access to the parameters of a GetView request.
WTSGetViewRequest_Impl(String, String, HashMap, String, WTSGetViewRequest.Layer[], String, int, int, Color, double, double, double, GM_Position, double, String, Calendar, double, Object, String[], WTSGetViewRequest.Layer[]) - Constructor for class org.deegree_impl.services.wts.protocol.WTSGetViewRequest_Impl
Creates a new WTSGetViewRequest_Impl object.
WTSGetViewRequest_Impl.Layer_Impl - class org.deegree_impl.services.wts.protocol.WTSGetViewRequest_Impl.Layer_Impl.
 
WTSGetViewRequest_Impl.Layer_Impl(String, String) - Constructor for class org.deegree_impl.services.wts.protocol.WTSGetViewRequest_Impl.Layer_Impl
Creates a new Layer_Impl object.
WTSGetViewResponse - interface org.deegree.services.wts.protocol.WTSGetViewResponse.
 
WTSGetViewResponse_Impl - class org.deegree_impl.services.wts.protocol.WTSGetViewResponse_Impl.
 
WTSGetViewResponse_Impl(Object, Document, OGCWebServiceRequest) - Constructor for class org.deegree_impl.services.wts.protocol.WTSGetViewResponse_Impl
constructor initializing the class with the
WTSNS - Static variable in class org.deegree_impl.services.wts.configuration.WTSConfigurationFactory
 
WTSProtocolException - exception org.deegree_impl.services.wts.protocol.WTSProtocolException.
 
WTSProtocolException() - Constructor for class org.deegree_impl.services.wts.protocol.WTSProtocolException
Creates a new instance of WTSProtocolException without detail message.
WTSProtocolException(String) - Constructor for class org.deegree_impl.services.wts.protocol.WTSProtocolException
Constructs an instance of WTSProtocolException with the specified detail message.
WTSProtocolFactory - class org.deegree_impl.services.wts.protocol.WTSProtocolFactory.
----------------------------------------------------------------------
WTSProtocolFactory() - Constructor for class org.deegree_impl.services.wts.protocol.WTSProtocolFactory
 
WTSScene - interface org.deegree.services.wts.WTSScene.
the interface defines a scene that will be rendered by a WTS ----------------------------------------------------------------------
WTSScene_Impl - class org.deegree_impl.services.wts.WTSScene_Impl.
The WTSScene_Impl represents the basic class for creation of a 3D terrain model in the sense of the OGC Web Terrain Service specification.
WTSScene_Impl(Shape3D[], Group[], ViewPoint) - Constructor for class org.deegree_impl.services.wts.WTSScene_Impl
Creates a new instance of WTSScene_Impl
WTSScene_Impl(Shape3D[], Group[], ViewPoint, Calendar) - Constructor for class org.deegree_impl.services.wts.WTSScene_Impl
Creates a new instance of WTSScene_Impl
WTSScene_Impl(Shape3D[], Group[], ViewPoint, Calendar, AtmosphericCondition[]) - Constructor for class org.deegree_impl.services.wts.WTSScene_Impl
Creates a new instance of WTSScene_Impl
WTSScene_Impl(Shape3D[], Group[], ViewPoint, Calendar, AtmosphericCondition[], Light[]) - Constructor for class org.deegree_impl.services.wts.WTSScene_Impl
Creates a new instance of WTSScene_Impl
WTSScene_Impl(Shape3D[], Group[], ViewPoint, Calendar, AtmosphericCondition[], Light[], Object) - Constructor for class org.deegree_impl.services.wts.WTSScene_Impl
Creates a new instance of WTSScene_Impl
WTSServlet - class org.deegree_impl.enterprise.WTSServlet.
Serves as an OCC-compliant HTTP-frontend to the WTS.
WTSServlet() - Constructor for class org.deegree_impl.enterprise.WTSServlet
 
WTSServlet.WTS - class org.deegree_impl.enterprise.WTSServlet.WTS.
 
WTSServlet.WTS(HashMap, HttpServletResponse) - Constructor for class org.deegree_impl.enterprise.WTSServlet.WTS
FIXME: Exception type when pool is empty!
WTServicePool - class org.deegree_impl.enterprise.WTServicePool.
Pool of WTService-Instances.
WTServicePool(URL) - Constructor for class org.deegree_impl.enterprise.WTServicePool
Private constructor to realize the singleton pattern.
WTService_Impl - class org.deegree_impl.services.wts.WTService_Impl.
-----------------------------------------------------------------------
WTService_Impl() - Constructor for class org.deegree_impl.services.wts.WTService_Impl
 
WeakHashSet - class org.deegree_impl.model.resources.WeakHashSet.
A set of object hold by weak references.
WeakHashSet() - Constructor for class org.deegree_impl.model.resources.WeakHashSet
Construct a WeakHashSet.
WeakHashSet.WeakElement - class org.deegree_impl.model.resources.WeakHashSet.WeakElement.
A weak reference to an element.
WeakHashSet.WeakElement(Object, WeakHashSet.WeakElement, int) - Constructor for class org.deegree_impl.model.resources.WeakHashSet.WeakElement
Construct a new weak reference.
WebEvent - class org.deegree_impl.enterprise.control.WebEvent.
 
WebEvent(HttpServletRequest) - Constructor for class org.deegree_impl.enterprise.control.WebEvent
Creates a new WebEvent object.
WebListener - interface org.deegree.enterprise.control.WebListener.
Weblistener are performing form events.
WebMapContextFactory - class org.deegree_impl.clients.context.WebMapContextFactory.
Factory class for creating an instance of a web map Context (ViewContext).
WebMapContextFactory() - Constructor for class org.deegree_impl.clients.context.WebMapContextFactory
 
WebServiceException - exception org.deegree.services.WebServiceException.
Exception that will be thrown by OGCWebServices if the service can't be performed
WebServiceException() - Constructor for class org.deegree.services.WebServiceException
Creates a new instance of WebServiceException without detail message.
WebServiceException(String) - Constructor for class org.deegree.services.WebServiceException
Constructs an instance of WebServiceException with the specified detail message.
WorldToScreenTransform - class org.deegree_impl.graphics.transformation.WorldToScreenTransform.
the class WorldToScreenTransform implements GeoTransformInterface and defines a transformation to a linear coordinat system with its orgin on top/left. this can be used for realising a screen mapping of geometries.
WorldToScreenTransform() - Constructor for class org.deegree_impl.graphics.transformation.WorldToScreenTransform
constructor initialices the transfromation rectangles with unique values (origin 0/0; widht 1; height 1)
WorldToScreenTransform(GM_Envelope, GM_Envelope) - Constructor for class org.deegree_impl.graphics.transformation.WorldToScreenTransform
constructor initialices the transformation rectangle using the submitted source- and destination rectangle.
WorldToScreenTransform(double, double, double, double, double, double, double, double) - Constructor for class org.deegree_impl.graphics.transformation.WorldToScreenTransform
constrctor
w - Variable in class org.deegree_impl.graphics.displayelements.HorizontalLabel
 
w - Variable in class org.deegree_impl.graphics.displayelements.RotatedLabel
 
wFS_URL - Variable in class org.deegree_impl.services.wms.protocol.WMSGetMapRequest_Impl
 
waitForFinish(int) - Method in class org.deegree_impl.enterprise.WFSServlet.WFS
the method stops the processing for the submitted amount of minutes.
waitForFinish(int) - Method in class org.deegree_impl.enterprise.WTSServlet.WTS
Stops the processing for the given number of minutes.
waitForFinish() - Method in class org.deegree_impl.services.wms.GetFeatureInfoHandler_Impl
waits until the requested layers are available as DisplayElements or the time limit has been reached.
warning(File, String, String, Exception) - Static method in class org.deegree_impl.model.resources.ResourceCompiler
Print a message to the error output stream System.err.
wcasCapa - Variable in class org.deegree_impl.enterprise.WCASServicePool
 
wellKnownName - Variable in class org.deegree_impl.graphics.sld.Mark_Impl
 
west - Variable in class org.deegree_impl.clients.context.AbstractFrontend
 
west - Variable in class org.deegree_impl.io.shpapi.SHPEnvelope
 
wfsCapa - Variable in class org.deegree_impl.enterprise.WCASServicePool
 
wfsCapa - Variable in class org.deegree_impl.enterprise.WCASServlet
 
wfsCapabilities - Variable in class org.deegree_impl.enterprise.WFSServlet
 
wfsNS - Static variable in class org.deegree_impl.services.gazetteer.protocol.WFSGProtocolFactory
 
wfsNS - Static variable in class org.deegree_impl.services.wfs.protocol.WFSProtocolFactory
 
wfsNS - Variable in class org.deegree_impl.services.wms.capabilities.OGCWMSCapabilitiesFactory
 
wfsURL - Variable in class org.deegree_impl.services.wts.protocol.WTSGetViewRequest_Impl
 
wfsgCapa - Variable in class org.deegree_impl.enterprise.WFSGServicePool
 
width - Variable in class org.deegree_impl.clients.wmsclient.configuration.MapSize
 
width - Variable in class org.deegree_impl.enterprise.WMSServlet.WMS
 
width - Variable in class org.deegree_impl.graphics.legend.LegendElement_Impl
 
width - Variable in class org.deegree_impl.io.imgapi.IMGReader
 
width - Variable in class org.deegree_impl.model.resources.XDimension2D.Double
Largeur de la dimension.
width - Variable in class org.deegree_impl.model.resources.XDimension2D.Float
Largeur de la dimension.
width - Variable in class org.deegree_impl.ogcbasic.ImageURL
 
width - Variable in class org.deegree_impl.services.wcs.protocol.WCSGetCoverageRequest_Impl
 
width - Variable in class org.deegree_impl.services.wms.protocol.WMSGetLegendGraphicRequest_Impl
 
width - Variable in class org.deegree_impl.services.wms.protocol.WMSGetMapRequest_Impl
 
width - Variable in class org.deegree_impl.services.wts.OffScreenWTSRenderer
 
width - Variable in class org.deegree_impl.services.wts.protocol.WTSGetViewRequest_Impl
 
width0 - Variable in class org.deegree_impl.model.pt.AngleFormat
Nombre minimal d'espaces que doivent occuper les parties entières des degrés (0), minutes (1) et secondes (2).
width1 - Variable in class org.deegree_impl.model.pt.AngleFormat
Nombre minimal d'espaces que doivent occuper les parties entières des degrés (0), minutes (1) et secondes (2).
width2 - Variable in class org.deegree_impl.model.pt.AngleFormat
Nombre minimal d'espaces que doivent occuper les parties entières des degrés (0), minutes (1) et secondes (2).
widthCRS - Variable in class org.deegree_impl.model.cv.Directory_Impl
 
widthDecimal - Variable in class org.deegree_impl.model.pt.AngleFormat
Nombre minimal d'espaces que doivent occuper les parties entières des degrés (0), minutes (1) et secondes (2).
widthspinner - Variable in class org.deegree_impl.tools.LecGUI
 
wildCard - Variable in class org.deegree_impl.services.wfs.filterencoding.PropertyIsLikeOperation
 
window - Variable in class org.deegree_impl.clients.context.General
 
wktGeoidName(String) - Method in interface org.opengis.cs.CS_CoordinateSystemAuthorityFactory
Gets the WKT name of a Geoid.
wmsCConfig - Variable in class org.deegree_impl.clients.wcasclient.configuration.CSWClientConfiguration
 
wmsCapabilities - Variable in class org.deegree_impl.clients.wmsclient.configuration.WMSClientConfiguration
 
wmsCapabilities - Variable in class org.deegree_impl.enterprise.WMSServlet
 
wmsNS - Variable in class org.deegree_impl.services.wms.capabilities.OGCWMSCapabilitiesFactory
 
worldFile(String, int, int) - Static method in class org.deegree_impl.model.cv.CVDescriptorDirFactory
Gets the bounding box of the image.
worldFile(String, int, int) - Static method in class org.deegree_impl.model.cv.CVDescriptorFactory
Gets the bounding box of the image.
wrap(CS_Info) - Method in class org.deegree_impl.model.cs.Adapters
Returns info for an OpenGIS interface.
wrap(CS_CoordinateSystem) - Method in class org.deegree_impl.model.cs.Adapters
Returns a coordinate system for an OpenGIS interface.
wrap(CS_CompoundCoordinateSystem) - Method in class org.deegree_impl.model.cs.Adapters
Returns a compound coordinate system for an OpenGIS interface.
wrap(CS_LocalCoordinateSystem) - Method in class org.deegree_impl.model.cs.Adapters
Returns a local coordinate system for an OpenGIS interface.
wrap(CS_GeocentricCoordinateSystem) - Method in class org.deegree_impl.model.cs.Adapters
Returns a geocentric coordinate system for an OpenGIS interface.
wrap(CS_VerticalCoordinateSystem) - Method in class org.deegree_impl.model.cs.Adapters
Returns a vertical coordinate system for an OpenGIS interface.
wrap(CS_HorizontalCoordinateSystem) - Method in class org.deegree_impl.model.cs.Adapters
Returns a horizontal coordinate system for an OpenGIS interface.
wrap(CS_GeographicCoordinateSystem) - Method in class org.deegree_impl.model.cs.Adapters
Returns a geographic coordinate system for an OpenGIS interface.
wrap(CS_ProjectedCoordinateSystem) - Method in class org.deegree_impl.model.cs.Adapters
Returns a projected coordinate system for an OpenGIS interface.
wrap(CS_Projection) - Method in class org.deegree_impl.model.cs.Adapters
Returns a projection for an OpenGIS interface.
wrap(CS_PrimeMeridian) - Method in class org.deegree_impl.model.cs.Adapters
Returns a prime meridian for an OpenGIS interface.
wrap(CS_Ellipsoid) - Method in class org.deegree_impl.model.cs.Adapters
Returns an ellipsoid for an OpenGIS interface.
wrap(CS_DatumType) - Method in class org.deegree_impl.model.cs.Adapters
Returns a datum type for an OpenGIS enumeration.
wrap(CS_Datum) - Method in class org.deegree_impl.model.cs.Adapters
Returns a datum for an OpenGIS interface.
wrap(CS_LocalDatum) - Method in class org.deegree_impl.model.cs.Adapters
Returns a local datum for an OpenGIS interface.
wrap(CS_HorizontalDatum) - Method in class org.deegree_impl.model.cs.Adapters
Returns a horizontal datum for an OpenGIS interface.
wrap(CS_VerticalDatum) - Method in class org.deegree_impl.model.cs.Adapters
Returns a vertical datum for an OpenGIS interface.
wrap(CS_AxisOrientationEnum) - Method in class org.deegree_impl.model.cs.Adapters
Returns an axis orientation for an OpenGIS enumeration.
wrap(CS_AxisInfo) - Method in class org.deegree_impl.model.cs.Adapters
Returns an axis info for an OpenGIS structure.
wrap(CS_AxisInfo[]) - Method in class org.deegree_impl.model.cs.Adapters
Returns an axis array for an OpenGIS structure array.
wrap(CS_ProjectionParameter[]) - Method in class org.deegree_impl.model.cs.Adapters
Returns a parameter list for an array of OpenGIS structures.
wrap(CS_WGS84ConversionInfo) - Method in class org.deegree_impl.model.cs.Adapters
Returns conversion info for an OpenGIS structure.
wrap(CS_Unit) - Method in class org.deegree_impl.model.cs.Adapters
Returns an unit for an OpenGIS structure.
wrap(CT_MathTransform) - Method in class org.deegree_impl.model.ct.Adapters
Returns a math transform for an OpenGIS interface.
wrap(CT_CoordinateTransformation) - Method in class org.deegree_impl.model.ct.Adapters
Returns a coordinate transform for an OpenGIS interface.
wrap(CT_Parameter[]) - Method in class org.deegree_impl.model.ct.Adapters
Returns a parameter list for an array of OpenGIS structure.
wrap(CT_TransformType) - Method in class org.deegree_impl.model.ct.Adapters
Construct a transform type from an OpenGIS enum.
wrap(CT_DomainFlags) - Method in class org.deegree_impl.model.ct.Adapters
Construct a domain flag from an OpenGIS enum.
wrap(double) - Static method in class org.deegree_impl.model.ct.MathTransformProvider
Wrap the specified double value in an object.
wrap(Reader) - Static method in class org.deegree_impl.model.feature.GMLFeatureAdapter
 
wrap(Element) - Static method in class org.deegree_impl.model.feature.GMLFeatureAdapter
 
wrap(String) - Static method in class org.deegree_impl.model.geometry.GMLAdapter
Converts a GML geometry object to a corresponding GM_Object.
wrap(GMLGeometry) - Static method in class org.deegree_impl.model.geometry.GMLAdapter
Converts a GML geometry object to a corresponding GM_Object.
wrap(GMLPoint) - Static method in class org.deegree_impl.model.geometry.GMLAdapter
creates a GM_Point from a gml.
wrap(GMLPoint, String) - Static method in class org.deegree_impl.model.geometry.GMLAdapter
creates a GM_Point from a gml.
wrap(GMLLineString) - Static method in class org.deegree_impl.model.geometry.GMLAdapter
creates a GM_CurveSegment from an array of GML-points.
wrap(GMLLineString, String) - Static method in class org.deegree_impl.model.geometry.GMLAdapter
creates a GM_CurveSegment from an array of GML-points.
wrap(GMLPolygon) - Static method in class org.deegree_impl.model.geometry.GMLAdapter
creates a GM_Surface
wrap(GMLPolygon, String) - Static method in class org.deegree_impl.model.geometry.GMLAdapter
creates a GM_Surface
wrap(GMLMultiPoint) - Static method in class org.deegree_impl.model.geometry.GMLAdapter
creates a GM_MultiPoint from a GMLMultiPoint
wrap(GMLMultiLineString) - Static method in class org.deegree_impl.model.geometry.GMLAdapter
creates a GM_MultiCurve from an GMLMultiLinestring.
wrap(GMLMultiPolygon) - Static method in class org.deegree_impl.model.geometry.GMLAdapter
creates a GM_MultiSurface
wrap(GMLBox) - Static method in class org.deegree_impl.model.geometry.GMLAdapter
 
wrap(Geometry) - Static method in class org.deegree_impl.model.geometry.JTSAdapter
Converts a JTS-Geometry object to a corresponding GM_Object.
wrap(Geometry, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.OracleAdapter
creates a deegree geometry object from an oracle sdo geometry
wrap(PGgeometry, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.PostGISAdapter
creates a deegree geometry from the passed postgis geometry and CRS
wrap(SeShape) - Static method in class org.deegree_impl.model.geometry.SDEAdapter
 
wrap(String, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.WKTAdapter
 
wrap(PT_CoordinatePoint) - Method in class org.deegree_impl.model.pt.Adapters
Returns a coordinate point from an OpenGIS's structure.
wrap(PT_Envelope) - Method in class org.deegree_impl.model.pt.Adapters
Returns an envelope from an OpenGIS's structure.
wrap(PT_Matrix) - Method in class org.deegree_impl.model.pt.Adapters
Returns a matrix from an OpenGIS's structure.
wrapCurve(LineString, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.OracleAdapter
creates a GM_Curve from an oracle sdo LineString
wrapCurve(SeShape) - Static method in class org.deegree_impl.model.geometry.SDEAdapter
creates a GM_Curve from a SeShape
wrapCurve(String, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.WKTAdapter
creates a GM_Curve from a WKT.
wrapMultiCurve(MultiLineString, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.OracleAdapter
creates a GM_MultiCurve from an oracle sdo MultiPoint.
wrapMultiCurve(SeShape) - Static method in class org.deegree_impl.model.geometry.SDEAdapter
creates a GM_MultiCurve from a WKT
wrapMultiCurve(String, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.WKTAdapter
creates a GM_MultiCurve from a WKT
wrapMultiPoint(MultiPoint, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.OracleAdapter
creates a GM_MultiPoint from an oracle sdo MultiPoint.
wrapMultiPoint(SeShape) - Static method in class org.deegree_impl.model.geometry.SDEAdapter
creates a GM_MultiPoint from a WKT
wrapMultiPoint(String, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.WKTAdapter
creates a GM_MultiPoint from a WKT
wrapMultiSurface(MultiPolygon, CS_CoordinateSystem, GM_SurfaceInterpolation) - Static method in class org.deegree_impl.model.geometry.OracleAdapter
creates a GM_MultiSurface from an oracle sdo MultiPolygon.
wrapMultiSurface(SeShape) - Static method in class org.deegree_impl.model.geometry.SDEAdapter
creates a GM_MultiSurface from a WKT
wrapMultiSurface(String, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.WKTAdapter
creates a GM_MultiSurface from a WKT
wrapPoint(Point, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.OracleAdapter
creates a GM_Point from a oracle sdo point.
wrapPoint(SeShape) - Static method in class org.deegree_impl.model.geometry.SDEAdapter
creates a GM_Point from a SeShape
wrapPoint(String, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.WKTAdapter
creates a GM_Point from a WKT.
wrapSurface(Polygon, CS_CoordinateSystem, GM_SurfaceInterpolation) - Static method in class org.deegree_impl.model.geometry.OracleAdapter
creates a GM_Surface from an oracle sdo Polygon
wrapSurface(SeShape) - Static method in class org.deegree_impl.model.geometry.SDEAdapter
creates a GM_Surface
wrapSurface(String, CS_CoordinateSystem) - Static method in class org.deegree_impl.model.geometry.WKTAdapter
creates a GM_Surface
write(Object) - Method in interface org.deegree.services.OGCWebServiceClient
The method implements the OGCWebServiceClient interface.
write(Object) - Method in class org.deegree_impl.enterprise.WCASServlet.WCAS
 
write(Object) - Method in class org.deegree_impl.enterprise.WCSServlet.WCS
recieves the response from the WCService and sends it to the requesting client.
write(Object) - Method in class org.deegree_impl.enterprise.WFSGServlet.WFSG
 
write(Object) - Method in class org.deegree_impl.enterprise.WFSServlet.WFS
 
write(Object) - Method in class org.deegree_impl.enterprise.WMSServlet.WMS
 
write(Object) - Method in class org.deegree_impl.enterprise.WTSServlet.WTS
 
write() - Method in class org.deegree_impl.io.shpapi.DBaseIndex.KeyEntry
Write data to current file position
write() - Method in class org.deegree_impl.io.shpapi.DBaseIndex.Page
Write the page to disk
write(byte[], IndexRecord, SHPEnvelope) - Method in class org.deegree_impl.io.shpapi.MainFile
method: public void write(byte[] bytearray)
appends a bytearray to the shape file
write(Object) - Method in class org.deegree_impl.services.gazetteer.GazetteerService_Impl
Method from OGCWebServiceClient.
write(Object) - Method in class org.deegree_impl.services.wcts.WCTService
gets the response (result) and informs the servlet
write(Object) - Method in class org.deegree_impl.services.wms.GetFeatureInfoHandler_Impl.ServiceInvoker
The method implements the OGCWebServiceClient interface.
write(Object) - Method in class org.deegree_impl.services.wms.GetMapHandler_Impl.ServiceInvokerForNL
The method implements the OGCWebServiceClient interface.
write(Object) - Method in class org.deegree_impl.services.wts.Splitter
will be called by to WCService with the response to determine the observers height above ground
write(Object) - Method in class org.deegree_impl.services.wts.WTService_Impl
receives the results from the service calls and fills the texture and tiles matrices
write(Object) - Method in class org.deegree_impl.tools.raster.TileImageTree.ProgressObserver
 
write(Object) - Method in class org.deegree_impl.tools.raster.TileImageTree2.ProgressObserver
 
write() - Method in class org.deegree_impl.tools.shape.GML2Shape
 
write() - Method in class org.deegree_impl.tools.shape.Shape2GML
 
writeAllToFile() - Method in class org.deegree_impl.io.shpapi.DBaseFile
method: public void writeAllToFile() creates the dbase file and writes all data to it if the file specified by fname (s.o.) exists it will be deleted!
writeBEDouble(byte[], int, double) - Static method in class org.deegree.model.geometry.ByteUtils
method: writeBEDouble(byte[] b, int off, double val)
Writes the given double to the given buffer at the given location in big endian format.
writeBEInt(byte[], int, int) - Static method in class org.deegree.model.geometry.ByteUtils
method: writeBEInt(byte[] b, int off, int val)
Writes the given integer to the given buffer at the given location in big endian format.
writeBELong(byte[], int, long) - Static method in class org.deegree.model.geometry.ByteUtils
method: writeBELong(byte[] b, int off, long val)
Writes the given long to the given buffer at the given location in big endian format.
writeBESHPEnvelope() - Method in class org.deegree_impl.io.shpapi.SHPEnvelope
 
writeBEShort(byte[], int, int) - Static method in class org.deegree.model.geometry.ByteUtils
method: writeBEShort(byte[] b, int off, int val)
Writes the given short to the given buffer at the given location in big endian format.
writeBox(byte[], int, SHPEnvelope) - Static method in class org.deegree_impl.io.shpapi.ShapeUtils
method: writeBox(byte[] b, int off, ESRIBoundingBox box)
Writes the given bounding box to the given buffer at the given location.
writeException(String, String) - Method in class org.deegree_impl.enterprise.WMSServlet.WMS
writes an excetion into the OutputStream back to the client.
writeHeader() - Method in class org.deegree_impl.io.shpapi.FileHeader
method: writeHeader()
Writes a blank header into the shape file.
writeHeader(int, int, SHPEnvelope) - Method in class org.deegree_impl.io.shpapi.FileHeader
method: writeHeader(int filelength, byte shptype,SHPEnvelope mbr)
Writes a header into the shape file.
writeHeader(int, SHPEnvelope) - Method in class org.deegree_impl.io.shpapi.IndexFile
method: writeHeader(int filelength, byte shptype,SHPEnvelope mbr)
Writes a header into the index file.
writeHeader(int, byte, SHPEnvelope) - Method in class org.deegree_impl.io.shpapi.MainFile
method: public void writeHeader(int filelength, byte shptype, SHPEnvelope mbr)
writes a header to the shape and index file
writeImage(Object, String) - Method in class org.deegree_impl.enterprise.WMSServlet.WMS
writes the passed image to the response output stream.
writeIndexRecord() - Method in class org.deegree_impl.io.shpapi.IndexRecord
 
writeJavaSource(File) - Method in class org.deegree_impl.model.resources.ResourceCompiler
Create a source file for resources keys.
writeLEDouble(byte[], int, double) - Static method in class org.deegree.model.geometry.ByteUtils
method: writeLEDouble(byte[] b, int off, double val)
Writes the given double to the given buffer at the given location in little endian format.
writeLEInt(byte[], int, int) - Static method in class org.deegree.model.geometry.ByteUtils
method: writeLEInt(byte[] b, int off, int val)
Writes the given integer to the given buffer at the given location in little endian format.
writeLELong(byte[], int, long) - Static method in class org.deegree.model.geometry.ByteUtils
method: writeLELong(byte[] b, int off, long val)
Writes the given long to the given buffer at the given location in little endian format.
writeLESHPEnvelope() - Method in class org.deegree_impl.io.shpapi.SHPEnvelope
 
writeLEShort(byte[], int, int) - Static method in class org.deegree.model.geometry.ByteUtils
method: writeLEShort(byte[] b, int off, int val)
Writes the given short to the given buffer at the given location in big endian format.
writeMultiLines(BufferedWriter, String) - Static method in class org.deegree_impl.model.resources.ResourceCompiler
Write a multi-lines text to the specified output stream.
writeNode(Node) - Method in class org.deegree_impl.io.rtree.MemoryPageFile
 
writeNode(Node) - Method in class org.deegree_impl.io.rtree.PageFile
Schreibt einen Knoten in PageFile.
writeNode(Node) - Method in class org.deegree_impl.io.rtree.PersistentPageFile
 
writePoint(byte[], int, SHPPoint) - Static method in class org.deegree_impl.io.shpapi.ShapeUtils
method: writePoint(byte[] b, int off, ESRIPoint point)
Writes the given point to the given buffer at the given location.
writeSHPMultiPoint(byte[], int) - Method in class org.deegree_impl.io.shpapi.SHPMultiPoint
method: writeSHPmultipoint (byte [] bytearray, int start)
loops through the point array and writes each point to the bytearray
writeSHPPoint(byte[], int) - Method in class org.deegree_impl.io.shpapi.SHPPoint
method: writeSHPPoint: writes a SHPPoint Objekt to a recBuffer
writeSHPPolyLine(byte[], int) - Method in class org.deegree_impl.io.shpapi.SHPPolyLine
method: writeSHPPolyLine(byte[] bytearray, int start)
writeSHPPolygon(byte[], int) - Method in class org.deegree_impl.io.shpapi.SHPPolygon
method: writeSHPPolygon(byte[] bytearray, int start)
writeServiceExceptionReport(String, String) - Method in class org.deegree_impl.enterprise.WMSServlet.WMS
writes an service exception report into the OutputStream back to the client. the method considers the format an exception shall be returned to the client as defined in the request.
writeShape(FeatureCollection) - Method in class org.deegree_impl.io.shpapi.ShapeFile
writes a OGC FeatureCollection to a ESRI shape file.
writeUTFFile(File) - Method in class org.deegree_impl.model.resources.ResourceCompiler
Write UTF file.
writeWhiteSpaces(Writer, int) - Static method in class org.deegree_impl.model.resources.ResourceCompiler
Write count spaces to the out stream.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _