|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.capabilities.OGCWebServiceCapabilities_Impl
org.deegree_impl.services.wms.capabilities.WMSCapabilities_Impl
The purpose of the GetCapabilities operation is described in the Basic Service Elements section, above. 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. The available output formats and the online resource are listed for each operation offered by the server,
----------------------------------------------------------------------
Field Summary | |
private Capability |
capability
|
private DeegreeParam |
deegreeParam
|
Fields inherited from class org.deegree_impl.services.capabilities.OGCWebServiceCapabilities_Impl |
|
Constructor Summary | |
(package private) |
WMSCapabilities_Impl(java.lang.String version,
java.lang.String updateSequence,
Service service,
Capability capability,
DeegreeParam deegreeParam)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
exportAsXML()
Returns an XML representation of this object. |
Capability |
getCapability()
The |
DeegreeParam |
getDeegreeParam()
returns deegree specific capabilities/coniguration parameters |
void |
setCapability(Capability capability)
sets the capability |
void |
setDeegreeParam(DeegreeParam deegreeParam)
|
Methods inherited from class org.deegree_impl.services.capabilities.OGCWebServiceCapabilities_Impl |
getService, getUpdateSequence, getVersion, setService, setUpdateSequence, setVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.deegree.services.capabilities.OGCWebServiceCapabilities |
getService, getUpdateSequence, getVersion |
Field Detail |
private Capability capability
private DeegreeParam deegreeParam
Constructor Detail |
WMSCapabilities_Impl(java.lang.String version, java.lang.String updateSequence, Service service, Capability capability, DeegreeParam deegreeParam)
Method Detail |
public DeegreeParam getDeegreeParam()
getDeegreeParam
in interface WMSCapabilities
public void setDeegreeParam(DeegreeParam deegreeParam)
deegreeParam
- public Capability getCapability()
getCapability
in interface WMSCapabilities
public void setCapability(Capability capability)
public java.lang.String exportAsXML()
exportAsXML
in interface OGCWebServiceCapabilities
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |