| org.geoserver.wfs.WFSGetFeatureOutputFormat org.geoserver.wfs.response.ShapeZipOutputFormat
ShapeZipOutputFormat | public class ShapeZipOutputFormat extends WFSGetFeatureOutputFormat (Code) | | This class returns a shapefile encoded results of the users's query.
Based on ShapeFeatureResponseDelegate.java from geoserver 1.5.x
author: originally authored by Chris Holmes, The Open Planning Project, cholmes@openplans.org author: ported to gs 1.6.x by Saul Farber, MassGIS, saul.farber@state.ma.us |
ShapeZipOutputFormat | public ShapeZipOutputFormat()(Code) | | |
canHandleInternal | protected boolean canHandleInternal(Operation operation)(Code) | | We abuse this method to pre-discover the query typenames so we know what to set in the
content-disposition header.
|
getCapabilitiesElementName | public String getCapabilitiesElementName()(Code) | | |
Fields inherited from org.geoserver.wfs.WFSGetFeatureOutputFormat | protected static Logger LOGGER(Code)(Java Doc)
|
|
|