Class FeatureCollectionMessageBodyReaderWfs20

java.lang.Object
org.codice.ddf.spatial.ogc.wfs.v2_0_0.catalog.source.reader.FeatureCollectionMessageBodyReaderWfs20
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyReader<Wfs20FeatureCollection>

@Consumes({"text/xml","application/xml","application/gml+xml"}) @Provider public class FeatureCollectionMessageBodyReaderWfs20 extends Object implements javax.ws.rs.ext.MessageBodyReader<Wfs20FeatureCollection>
  • Field Details

    • xstream

      protected com.thoughtworks.xstream.XStream xstream
    • featureCollectionConverter

      protected FeatureCollectionConverterWfs20 featureCollectionConverter
    • featureConverterMap

      protected Map<String,org.codice.ddf.spatial.ogc.wfs.catalog.converter.FeatureConverter> featureConverterMap
  • Constructor Details

    • FeatureCollectionMessageBodyReaderWfs20

      public FeatureCollectionMessageBodyReaderWfs20()
  • Method Details