return "text/xml; subtype=gml/3.1.1";
}
public void write(Object value, OutputStream output, Operation getFeature)
throws ServiceException, IOException {
VersionedFeatureCollectionType results = (VersionedFeatureCollectionType) value;
List featureCollections = results.getFeature();
// round up the info objects for each feature collection
HashMap /* <String,Set> */ns2metas = new HashMap();
for (Iterator fc = featureCollections.iterator(); fc.hasNext();) {