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

Packages that use InsertTree
org.deegree_impl.services.wfs   
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   
 

Uses of InsertTree in org.deegree_impl.services.wfs
 

Methods in org.deegree_impl.services.wfs that return InsertTree
static InsertTree InsertTree.buildFromGMLFeature(GMLFeature gmlFeature, FeatureType ft)
           
private  InsertTree InsertTree.addChild(RelatedTable targetTable, boolean childIsJT)
          Adds a table as a child.
private  InsertTree InsertTree.buildFromGMLFeature(GMLFeature gmlFeature)
          Builds a new InsertTree object recursively.
 

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

Methods in org.deegree_impl.services.wfs.db with parameters of type InsertTree
 java.util.ArrayList CTransaction.performInsert(InsertTree tree, DBAccess osa)
           
 

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

Methods in org.deegree_impl.services.wfs.gml with parameters of type InsertTree
 java.util.ArrayList CTransaction.performInsert(InsertTree tree, DBAccess osa)
           
 

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

Methods in org.deegree_impl.services.wfs.mysql with parameters of type InsertTree
 java.util.ArrayList CTransaction.performInsert(InsertTree tree, MySQLDBAccess osa)
           
 

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

Methods in org.deegree_impl.services.wfs.oracle with parameters of type InsertTree
 java.util.ArrayList CTransaction.performInsert(InsertTree tree, OracleSpatialAccess osa)
           
 

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

Methods in org.deegree_impl.services.wfs.postgis with parameters of type InsertTree
 java.util.ArrayList CTransaction.performInsert(InsertTree tree, PostgisDBAccess osa)