REPLACE_DUPLICATE The 'Replace Duplicate' literal value.
The ReplaceDuplicate value indicates that WFS should
not generate a new feature identifier for the feature
being inserted into the repositry.
USE_EXISTING The 'Use Existing' literal value.
The UseExsiting value indicates that WFS should not
generate a new feature identifier for the feature
being inserted into the repositry.
The 'Generate New' literal value.
The GenerateNew value indicates that WFS should
generate a new unique feature identifier for the
feature being inserted into the repositry.
See Also:IdentifierGenerationOptionType.GENERATE_NEW_LITERAL
The 'Replace Duplicate' literal value.
The ReplaceDuplicate value indicates that WFS should
not generate a new feature identifier for the feature
being inserted into the repositry. Instead, the WFS
should use the identifier encoded if the feature.
If a duplicate exists then the WFS should replace the
existing feature instance with the one encoded in the
Insert action.
See Also:IdentifierGenerationOptionType.REPLACE_DUPLICATE_LITERAL
The 'Use Existing' literal value.
The UseExsiting value indicates that WFS should not
generate a new feature identifier for the feature
being inserted into the repositry. Instead, the WFS
should use the identifier encoded if the feature.
If a duplicate exists then the WFS should raise an
exception.
See Also:IdentifierGenerationOptionType.USE_EXISTING_LITERAL