|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetCapabilities | |
org.deegree_impl.services.wfs.capabilities | |
org.deegree.services.wfs.capabilities |
Uses of GetCapabilities in org.deegree_impl.services.wfs.capabilities |
Classes in org.deegree_impl.services.wfs.capabilities that implement GetCapabilities | |
(package private) class |
GetCapabilities_Impl
In the particular case of a Web Map Service, the response of a GetCapabilities request is general information about the service itself and specific information about the available maps. |
Fields in org.deegree_impl.services.wfs.capabilities declared as GetCapabilities | |
private GetCapabilities |
Request_Impl.getCapabilities
|
Methods in org.deegree_impl.services.wfs.capabilities that return GetCapabilities | |
GetCapabilities |
Request_Impl.getGetCapabilities()
The <GetCapabilities> element is included to define the available distributed computing platforms for this interface. |
Methods in org.deegree_impl.services.wfs.capabilities with parameters of type GetCapabilities | |
void |
Request_Impl.setGetCapabilities(GetCapabilities getCapabilities)
sets the getCapabilities |
Constructors in org.deegree_impl.services.wfs.capabilities with parameters of type GetCapabilities | |
Request_Impl(GetCapabilities getCapabilities,
DescribeFeatureType describeFeatureType,
Transaction transaction,
GetFeature getFeature,
GetFeatureWithLock getFeatureWithLock,
LockFeature lockFeature)
constructor initializing the class with the |
Uses of GetCapabilities in org.deegree.services.wfs.capabilities |
Methods in org.deegree.services.wfs.capabilities that return GetCapabilities | |
GetCapabilities |
Request.getGetCapabilities()
The <GetCapabilities> element is included to define the available distributed computing platforms for this interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |