| org.geoserver.wfs.xml.GML2OutputFormat org.geoserver.wfsv.response.v1_0_0.VersionedGML2OutputFormat
VersionedGML2OutputFormat | public class VersionedGML2OutputFormat extends GML2OutputFormat (Code) | | Encodes features in Geographic Markup Language (GML) version 2 adding the
versioning attributes to the mix.
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 author: Andrea Aime version: $Id: VersionedGML2OutputFormat.java 7990 2007-12-12 21:01:01Z aaime $ |
VersionedGML2OutputFormat | public VersionedGML2OutputFormat(WFS wfs, GeoServer geoServer, Data catalog)(Code) | | Creates the producer with a reference to the GetFeature operation
using it.
|
Methods inherited from org.geoserver.wfs.xml.GML2OutputFormat | protected FeatureTransformer createTransformer()(Code)(Java Doc) public void encode(OutputStream output, FeatureCollectionType results, GetFeatureType request) throws ServiceException, IOException(Code)(Java Doc) public String getCapabilitiesElementName()(Code)(Java Doc) public String getContentEncoding()(Code)(Java Doc) public void prepare(String outputFormat, FeatureCollectionType results, GetFeatureType request) throws IOException(Code)(Java Doc) protected String typeSchemaLocation(WFS wfs, FeatureTypeInfo meta, String baseUrl)(Code)(Java Doc) protected String wfsSchemaLocation(WFS wfs, String baseUrl)(Code)(Java Doc) protected void write(FeatureCollectionType featureCollection, OutputStream output, Operation getFeature) throws IOException, ServiceException(Code)(Java Doc)
|
|
|