Uses of Class
org.deegree.protocol.wfs.transaction.IDGenMode

Packages that use IDGenMode
org.deegree.console.featurestore   
org.deegree.feature.persistence   
org.deegree.feature.persistence.geocouch   
org.deegree.feature.persistence.sql   
org.deegree.feature.persistence.sql.insert   
org.deegree.protocol.wfs.transaction   
 

Uses of IDGenMode in org.deegree.console.featurestore
 

Methods in org.deegree.console.featurestore that return IDGenMode
 IDGenMode[] FeatureStoreLoader.getAvailableIdGenModes()
           
 IDGenMode FeatureStoreLoader.getIdGenMode()
           
 

Methods in org.deegree.console.featurestore with parameters of type IDGenMode
 void FeatureStoreLoader.setIdGenMode(IDGenMode idGenMode)
           
 

Uses of IDGenMode in org.deegree.feature.persistence
 

Methods in org.deegree.feature.persistence with parameters of type IDGenMode
 List<String> FeatureStoreTransaction.performInsert(FeatureCollection fc, IDGenMode mode)
          Inserts the given FeatureCollection into the FeatureStore (including subfeatures).
 

Uses of IDGenMode in org.deegree.feature.persistence.geocouch
 

Methods in org.deegree.feature.persistence.geocouch with parameters of type IDGenMode
 List<String> GeoCouchFeatureStoreTransaction.performInsert(FeatureCollection fc, IDGenMode mode)
           
 

Uses of IDGenMode in org.deegree.feature.persistence.sql
 

Methods in org.deegree.feature.persistence.sql with parameters of type IDGenMode
 List<String> SQLFeatureStoreTransaction.performInsert(FeatureCollection fc, IDGenMode mode)
           
 

Uses of IDGenMode in org.deegree.feature.persistence.sql.insert
 

Methods in org.deegree.feature.persistence.sql.insert with parameters of type IDGenMode
 InsertFID InsertRowManager.insertFeature(Feature feature, FeatureTypeMapping ftMapping, IDGenMode mode)
          Inserts the specified feature (relational mode).
 

Uses of IDGenMode in org.deegree.protocol.wfs.transaction
 

Methods in org.deegree.protocol.wfs.transaction that return IDGenMode
 IDGenMode Insert.getIdGen()
          Returns the mode for the generation of feature identifiers.
static IDGenMode IDGenMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IDGenMode[] IDGenMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.deegree.protocol.wfs.transaction with parameters of type IDGenMode
Insert(String handle, IDGenMode idGenMode, String inputFormat, String srsName, XMLStreamReader encodedFeatures)
          Creates a new Insert instance.
 



Copyright © 2011. All Rights Reserved.