|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |