|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Capability | |
org.deegree_impl.services.wcas.capabilities | |
org.deegree.services.wcas.capabilities |
Uses of Capability in org.deegree_impl.services.wcas.capabilities |
Classes in org.deegree_impl.services.wcas.capabilities that implement Capability | |
class |
Capability_Impl
The capabilities section specifies the list of requests that the WFS can handle. |
Fields in org.deegree_impl.services.wcas.capabilities declared as Capability | |
private Capability |
WCASCapabilities_Impl.capability
|
Methods in org.deegree_impl.services.wcas.capabilities that return Capability | |
Capability |
WCASCapabilities_Impl.getCapability()
A Capability lists available request types, how exceptions may be reported, and whether any vendor-specific capabilities are defined. |
private static Capability |
WCASCapabilitiesFactory.getCapability(org.w3c.dom.Element capElement)
returns an instance of an object that capsulates the service element of the WFS capabilities. |
Methods in org.deegree_impl.services.wcas.capabilities with parameters of type Capability | |
void |
WCASCapabilities_Impl.setCapability(Capability capability)
|
Constructors in org.deegree_impl.services.wcas.capabilities with parameters of type Capability | |
WCASCapabilities_Impl(java.lang.String version,
java.lang.String updateSequence,
ISO19119 iso19119,
Capability capability,
java.util.HashMap locations)
|
Uses of Capability in org.deegree.services.wcas.capabilities |
Methods in org.deegree.services.wcas.capabilities that return Capability | |
Capability |
WCASCapabilities.getCapability()
A Capability lists available request types, how exceptions may be reported, and whether any vendor-specific capabilities are defined. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |