|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wfs.capabilities.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.
-----------------------------------------------------
Field Summary | |
private java.util.ArrayList |
dCPType
|
Constructor Summary | |
(package private) |
GetCapabilities_Impl()
default constructor |
(package private) |
GetCapabilities_Impl(DCPType[] dCPType)
constructor initializing the class with the requests |
Method Summary | |
void |
addDCPType(DCPType dCPType)
adds the DCPType |
DCPType[] |
getDCPType()
The only available distributed computing platform is HTTP for which two request methods are defined; GET and POST. |
void |
setDCPType(DCPType[] dCPType)
sets the DCPType |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.util.ArrayList dCPType
Constructor Detail |
GetCapabilities_Impl()
GetCapabilities_Impl(DCPType[] dCPType)
Method Detail |
public DCPType[] getDCPType()
getDCPType
in interface GetCapabilities
public void addDCPType(DCPType dCPType)
public void setDCPType(DCPType[] dCPType)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |