A GetFeatureInfo response handler specialized in producing GML data for a
GetFeatureInfo request.
This class does not deals directly with GML encoding. Instead, it works by
taking the FeatureResults produced in execute() and constructs
a GetFeaturesResult wich is passed to a
GML2FeatureResponseDelegate, as if it where the result of a
GetFeature WFS request.
author: Gabriel Roldan, Axios Engineering
Constructor Summary
public
GmlFeatureInfoResponse() Default constructor, sets up the supported output format string.
getResponseHeaders() Returns any extra headers that this service might want to set in the HTTP
response object.
public void
writeTo(OutputStream out) Takes the FeatureResults generated by the
execute method in the superclass and constructs a
GetFeaturesResult wich is passed to a
GML2FeatureResponseDelegate.
Takes the FeatureResults generated by the
execute method in the superclass and constructs a
GetFeaturesResult wich is passed to a
GML2FeatureResponseDelegate.
Parameters: out - DOCUMENT ME! throws: ServiceException - DOCUMENT ME! throws: IOException - DOCUMENT ME!
Fields inherited from org.vfny.geoserver.wms.responses.featureInfo.AbstractFeatureInfoResponse