|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureStoreTransaction.IDGenMode | |
---|---|
org.deegree.feature.persistence | |
org.deegree.feature.persistence.postgis | |
org.deegree.protocol.wfs.transaction |
Uses of FeatureStoreTransaction.IDGenMode in org.deegree.feature.persistence |
---|
Methods in org.deegree.feature.persistence that return FeatureStoreTransaction.IDGenMode | |
---|---|
static FeatureStoreTransaction.IDGenMode |
FeatureStoreTransaction.IDGenMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FeatureStoreTransaction.IDGenMode[] |
FeatureStoreTransaction.IDGenMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.deegree.feature.persistence with parameters of type FeatureStoreTransaction.IDGenMode | |
---|---|
java.util.List<java.lang.String> |
FeatureStoreTransaction.performInsert(FeatureCollection fc,
FeatureStoreTransaction.IDGenMode mode)
Inserts the given FeaureCollection into the FeatureStore (including subfeatures). |
Uses of FeatureStoreTransaction.IDGenMode in org.deegree.feature.persistence.postgis |
---|
Methods in org.deegree.feature.persistence.postgis with parameters of type FeatureStoreTransaction.IDGenMode | |
---|---|
java.util.List<java.lang.String> |
PostGISFeatureStoreTransaction.performInsert(FeatureCollection fc,
FeatureStoreTransaction.IDGenMode mode)
|
Uses of FeatureStoreTransaction.IDGenMode in org.deegree.protocol.wfs.transaction |
---|
Methods in org.deegree.protocol.wfs.transaction that return FeatureStoreTransaction.IDGenMode | |
---|---|
FeatureStoreTransaction.IDGenMode |
Insert.getIdGen()
Returns the mode for the generation of feature identifiers. |
Constructors in org.deegree.protocol.wfs.transaction with parameters of type FeatureStoreTransaction.IDGenMode | |
---|---|
Insert(java.lang.String handle,
FeatureStoreTransaction.IDGenMode idGenMode,
java.lang.String inputFormat,
java.lang.String srsName,
javax.xml.stream.XMLStreamReader encodedFeatures)
Creates a new Insert instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |