handles the encoding the results of a GetFeature or GetFeatureWithLock request's results to GML2 and GML2-GZIP formats.
GML2-GZIP format is just GML2 with gzip compression. If GML2-GZIP format was requested, getContentEncoding()
will retutn "gzip"
, otherwise will return null
@author Gabriel Rold?n
@version $Id: GML2FeatureResponseDelegate.java,v 1.10 2004/09/09 16:48:54 cholmesny Exp $