| org.geoserver.wfs.WFSGetFeatureOutputFormat org.geoserver.wfs.xml.GML2OutputFormat
All known Subclasses: org.geoserver.wfsv.response.v1_0_0.VersionedGML2OutputFormat, org.geoserver.wfsv.response.v1_1_0.GetLogGML2OutputFormat,
GML2OutputFormat | public class GML2OutputFormat extends WFSGetFeatureOutputFormat (Code) | | Encodes features in Geographic Markup Language (GML) version 2.
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: GML2OutputFormat.java 7680 2007-10-29 18:16:31Z aaime $ |
Constructor Summary | |
public | GML2OutputFormat(WFS wfs, GeoServer geoServer, Data catalog) Creates the producer with a reference to the GetFeature operation
using it. |
formatNameCompressed | final public static String formatNameCompressed(Code) | | |
GML2OutputFormat | public GML2OutputFormat(WFS wfs, GeoServer geoServer, Data catalog)(Code) | | Creates the producer with a reference to the GetFeature operation
using it.
|
createTransformer | protected FeatureTransformer createTransformer()(Code) | | |
getCapabilitiesElementName | public String getCapabilitiesElementName()(Code) | | |
getContentEncoding | public String getContentEncoding()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
prepare | public void prepare(String outputFormat, FeatureCollectionType results, GetFeatureType request) throws IOException(Code) | | prepares for encoding into GML2 format, optionally compressing its
output in gzip, if outputFormat is equal to GML2-GZIP
Parameters: outputFormat - DOCUMENT ME! Parameters: results - DOCUMENT ME! throws: IOException - DOCUMENT ME! |
Fields inherited from org.geoserver.wfs.WFSGetFeatureOutputFormat | protected static Logger LOGGER(Code)(Java Doc)
|
|
|