|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.OGCWebServiceResponse_Impl
org.deegree_impl.services.wfs.protocol.WFSBasicResponse_Impl
org.deegree_impl.services.wfs.protocol.WFSGetFeatureResponse_Impl
The response toaGetFeature request is controlled by the outputFormat attribute. The default value for the outputFormat attribute shall be GML indicating that a WFS must generate a GML document of the result set that conforms to the Geography Markup Language (GML) 2.0 specification. Vendor specific output formats can also be generated but they must be declared in the capabilities document.
--------------------------------------------------------
Field Summary | |
private java.lang.Object |
response
|
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl |
|
Constructor Summary | |
WFSGetFeatureResponse_Impl(OGCWebServiceRequest request,
java.lang.String[] affectedFeatureTypes,
org.w3c.dom.Document exception,
java.lang.Object response)
constructor initializing the class with the |
Method Summary | |
void |
addAffectedFeatureTypes(java.lang.String affectedFeatureTypes)
adds the |
java.lang.String[] |
getAffectedFeatureTypes()
returns a list of feature type names that has been affected by the response. |
java.lang.Object |
getResponse()
returns the request features in a vendor specific format |
void |
setAffectedFeatureTypes(java.lang.String[] affectedFeatureTypes)
sets the |
void |
setResponse(java.lang.Object response)
sets the request features in a vendor specific format |
java.lang.String |
toString()
|
Methods inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl |
getException, getRequest, setException, setRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.deegree.services.wfs.protocol.WFSBasicResponse |
getAffectedFeatureTypes |
Methods inherited from interface org.deegree.services.OGCWebServiceResponse |
getException, getRequest, setException, setRequest |
Field Detail |
private java.lang.Object response
Constructor Detail |
public WFSGetFeatureResponse_Impl(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, org.w3c.dom.Document exception, java.lang.Object response)
Method Detail |
public java.lang.Object getResponse()
getResponse
in interface WFSGetFeatureResponse
public void setResponse(java.lang.Object response)
public java.lang.String toString()
toString
in class WFSBasicResponse_Impl
public java.lang.String[] getAffectedFeatureTypes()
getAffectedFeatureTypes
in interface WFSBasicResponse
public void addAffectedFeatureTypes(java.lang.String affectedFeatureTypes)
public void setAffectedFeatureTypes(java.lang.String[] affectedFeatureTypes)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |