Uses of Class
org.deegree_impl.services.wfs.DefaultDataStoreOutputFormat

Packages that use DefaultDataStoreOutputFormat
org.deegree_impl.services.wfs.db   
org.deegree_impl.services.wfs.gml   
org.deegree_impl.services.wfs.mysql   
org.deegree_impl.services.wfs.oracle   
org.deegree_impl.services.wfs.postgis   
org.deegree_impl.services.wfs.shape   
 

Uses of DefaultDataStoreOutputFormat in org.deegree_impl.services.wfs.db
 

Subclasses of DefaultDataStoreOutputFormat in org.deegree_impl.services.wfs.db
 class PointDBDataStoreOutputGML
          Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as GML feature collection -----------------------------------------------------------------------
 class PointDBDataStoreOutputXML
          Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as XML -----------------------------------------------------------------------
 

Uses of DefaultDataStoreOutputFormat in org.deegree_impl.services.wfs.gml
 

Subclasses of DefaultDataStoreOutputFormat in org.deegree_impl.services.wfs.gml
 class GMLDBDataStoreOutputGML
          Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as GML feature collection -----------------------------------------------------------------------
 class GMLDBDataStoreOutputXML
          Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as XML -----------------------------------------------------------------------
 

Uses of DefaultDataStoreOutputFormat in org.deegree_impl.services.wfs.mysql
 

Subclasses of DefaultDataStoreOutputFormat in org.deegree_impl.services.wfs.mysql
 class MySQLDataStoreOutputGML
          Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as GML conform feature collection -----------------------------------------------------------------------
 class MySQLDataStoreOutputXML
          Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as XML -----------------------------------------------------------------------
 

Uses of DefaultDataStoreOutputFormat in org.deegree_impl.services.wfs.oracle
 

Subclasses of DefaultDataStoreOutputFormat in org.deegree_impl.services.wfs.oracle
 class DataStoreOutputGML
          Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as GML conform feature collection -----------------------------------------------------------------------
 class DataStoreOutputXML
          Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as XML -----------------------------------------------------------------------
 

Uses of DefaultDataStoreOutputFormat in org.deegree_impl.services.wfs.postgis
 

Subclasses of DefaultDataStoreOutputFormat in org.deegree_impl.services.wfs.postgis
 class PostgisDataStoreOutputGML
          Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as GML conform feature collection -----------------------------------------------------------------------
 class PostgisDataStoreOutputXML
          Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as XML -----------------------------------------------------------------------
 

Uses of DefaultDataStoreOutputFormat in org.deegree_impl.services.wfs.shape
 

Subclasses of DefaultDataStoreOutputFormat in org.deegree_impl.services.wfs.shape
 class SHPDataStoreOutputGML
          Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as deegree feature collection -----------------------------------------------------------------------
 class SHPDataStoreOutputXML
          Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as XML -----------------------------------------------------------------------