|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wfs.format.gml.GMLFormat
public class GMLFormat
Default Format
implementation that can handle GML 2/3.0/3.1/3.2.
Constructor Summary | |
---|---|
GMLFormat(WFSController master,
GMLFormat formatDef)
|
|
GMLFormat(WFSController master,
org.deegree.gml.GMLVersion gmlVersion)
|
Method Summary | |
---|---|
void |
destroy()
Called by the WFSController to indicate that this Format is taken out of service. |
void |
doDescribeFeatureType(org.deegree.protocol.wfs.describefeaturetype.DescribeFeatureType request,
HttpResponseBuffer response)
Invoked by the WFSController when this output format instance is responsible for handling the request. |
void |
doGetFeature(org.deegree.protocol.wfs.getfeature.GetFeature request,
HttpResponseBuffer response)
Invoked by the WFSController when this output format instance is responsible for handling the request. |
void |
doGetGmlObject(org.deegree.protocol.wfs.getgmlobject.GetGmlObject request,
HttpResponseBuffer response)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GMLFormat(WFSController master, org.deegree.gml.GMLVersion gmlVersion)
public GMLFormat(WFSController master, GMLFormat formatDef) throws ControllerInitException
ControllerInitException
Method Detail |
---|
public void destroy()
Format
WFSController
to indicate that this Format
is taken out of service.
destroy
in interface Format
public void doDescribeFeatureType(org.deegree.protocol.wfs.describefeaturetype.DescribeFeatureType request, HttpResponseBuffer response) throws OWSException, javax.xml.stream.XMLStreamException, java.io.IOException
Format
WFSController
when this output format instance is responsible for handling the request.
doDescribeFeatureType
in interface Format
response
- sink for writing the respone, never null
OWSException
javax.xml.stream.XMLStreamException
java.io.IOException
public void doGetFeature(org.deegree.protocol.wfs.getfeature.GetFeature request, HttpResponseBuffer response) throws java.lang.Exception
Format
WFSController
when this output format instance is responsible for handling the request.
doGetFeature
in interface Format
response
- sink for writing the respone, never null
java.lang.Exception
public void doGetGmlObject(org.deegree.protocol.wfs.getgmlobject.GetGmlObject request, HttpResponseBuffer response) throws java.lang.Exception
doGetGmlObject
in interface Format
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |