|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WFSCapabilities in org.deegree_impl.enterprise |
Fields in org.deegree_impl.enterprise declared as WFSCapabilities | |
protected WFSCapabilities |
WFSServlet.wfsCapabilities
|
private WFSCapabilities |
WFSServicePool.capa
|
private WFSCapabilities |
WCASServlet.wfsCapa
|
private WFSCapabilities |
WCASServicePool.wfsCapa
|
Methods in org.deegree_impl.enterprise with parameters of type WFSCapabilities | |
static WFSServicePool |
WFSServicePool.getInstance(WFSCapabilities capa)
realize singelton pattern using double checked locking pattern. |
static WCASServicePool |
WCASServicePool.getInstance(WCASCapabilities wcasCapa,
WFSCapabilities wfsCapa)
realize singelton pattern using double checked locking pattern. |
Constructors in org.deegree_impl.enterprise with parameters of type WFSCapabilities | |
WFSServicePool(WFSCapabilities capa)
|
|
WCASServicePool(WCASCapabilities wcasCapa,
WFSCapabilities wfsCapa)
|
Uses of WFSCapabilities in org.deegree_impl.services.gazetteer.capabilities |
Classes in org.deegree_impl.services.gazetteer.capabilities that implement WFSCapabilities | |
class |
WFSGCapabilities_Impl
|
Uses of WFSCapabilities in org.deegree_impl.services.wcas |
Methods in org.deegree_impl.services.wcas with parameters of type WFSCapabilities | |
static OGCWebService |
WCASFactory.createWCASService(WCASCapabilities capa,
WFSCapabilities wfsCapa,
Dispatcher dispatcher)
Factory method for creating an instance of a WFSService. |
Uses of WFSCapabilities in org.deegree_impl.services.wfs |
Methods in org.deegree_impl.services.wfs with parameters of type WFSCapabilities | |
void |
XMLResponseHandler.handleResponse(WFSGetFeatureResponse response,
OGCWebServiceClient client,
WFSCapabilities capabilities)
the method handles the response to a get feature request of the WFSDispatcher and write it to the submittetd OutputStream |
static OGCWebService |
WFSFactory.createWFSService(WFSCapabilities capa,
Dispatcher dispatcher)
Factory method for creating an instance of a WFSService. |
void |
GMLResponseHandler.handleResponse(WFSGetFeatureResponse response,
OGCWebServiceClient client,
WFSCapabilities capabilities)
the method handles the response to a get feature request of the WFSDispatcher and write it to the submittetd WFS client |
void |
FCResponseHandler.handleResponse(WFSGetFeatureResponse response,
OGCWebServiceClient client,
WFSCapabilities capabilities)
the method handles the response to a get feature request of the WFSDispatcher and write it to the submittetd OutputStream |
Constructors in org.deegree_impl.services.wfs with parameters of type WFSCapabilities | |
WFSService_Impl(WFSCapabilities capabilities)
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. |
|
RemoteWFService(WFSCapabilities capabilities)
Creates a new instance of RemoteWFService |
Uses of WFSCapabilities in org.deegree_impl.services.wfs.capabilities |
Classes in org.deegree_impl.services.wfs.capabilities that implement WFSCapabilities | |
class |
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. |
Methods in org.deegree_impl.services.wfs.capabilities that return WFSCapabilities | |
static WFSCapabilities |
WFSCapabilitiesFactory.createCapabilities(java.net.URL url)
factory method for creating a WFSCapabilities object from a file that contains a OGC WFS 1.0 conform XML capabilities document |
static WFSCapabilities |
WFSCapabilitiesFactory.createCapabilities(java.io.Reader reader)
factory method for creating a WFSCapabilities object from a file that contains a OGC WFS 1.0 conform XML capabilities document |
static WFSCapabilities |
WFSCapabilitiesFactory.createCapabilities(org.w3c.dom.Document doc)
factory method for creating a WFSCapabilities object from a OGC WFS 1.0 conform XML capabilities document |
Uses of WFSCapabilities in org.deegree_impl.services.wfs.protocol |
Fields in org.deegree_impl.services.wfs.protocol declared as WFSCapabilities | |
private WFSCapabilities |
WFSGetCapabilitiesResponse_Impl.response
|
Methods in org.deegree_impl.services.wfs.protocol that return WFSCapabilities | |
WFSCapabilities |
WFSGetCapabilitiesResponse_Impl.getResponse()
returns the capabilities |
Methods in org.deegree_impl.services.wfs.protocol with parameters of type WFSCapabilities | |
static WFSGetCapabilitiesResponse |
WFSProtocolFactory.createWFSGetCapabilitiesResponse(OGCWebServiceRequest request,
OGCWebServiceException exception,
WFSCapabilities response)
creates a WFSGetCapabilitiesResponse object |
void |
WFSGetCapabilitiesResponse_Impl.setResponse(WFSCapabilities response)
sets the capabilities |
Constructors in org.deegree_impl.services.wfs.protocol with parameters of type WFSCapabilities | |
WFSGetCapabilitiesResponse_Impl(OGCWebServiceRequest request,
org.w3c.dom.Document exception,
WFSCapabilities response)
constructor |
Uses of WFSCapabilities in org.deegree.services.gazetteer.capabilities |
Subinterfaces of WFSCapabilities in org.deegree.services.gazetteer.capabilities | |
interface |
WFSGCapabilities
definition of the Gazetteer capabilities. |
Uses of WFSCapabilities in org.deegree.services.wfs |
Methods in org.deegree.services.wfs with parameters of type WFSCapabilities | |
void |
GetFeatureResponseHandler.handleResponse(WFSGetFeatureResponse response,
OGCWebServiceClient out,
WFSCapabilities capabilities)
the method handles the response of the WFSDispatcher and write it to the submittetd OutputStream |
Uses of WFSCapabilities in org.deegree.services.wfs.protocol |
Methods in org.deegree.services.wfs.protocol that return WFSCapabilities | |
WFSCapabilities |
WFSGetCapabilitiesResponse.getResponse()
returns the capabilities |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |