Transactional WFS
hale製tudio supports publishing your transformed GML data to a WFS with
support for transactions. Currently supported are Transactional Web
Feature Services following the OGC WFS 1.1.0 or WFS 2.0.0
specifications. There are two different providers for publishing to
WFS:
- The direct upload will do a single request
that starts as soon as the first transformed features are available.
Use this option if you are sure the WFS can cope with the amount of
data in a single transaction.
- The partitioned upload partitions the
transformed data before upload to be able to do multiple requests to
the WFS-T for large data sets. There are three options for the way
the data will be partitioned:
-
Keep instances that reference each other together:
This is the default behaviour that used in previous versions of
hale製tudio. The partitioning is done based on the references
between features. Features that are connected are kept together so the
WFS-T is able to retain those references.
-
Cut strictly at threshold:
In this mode, the partitions will be cut exactly at the given threshold,
without taking mutual referencing of instances into account.
The publishing to WFS in this version of hale製tudio is
deemed experimental. This means it does not have the full
functionality we want to provide for a WFS publishing feature.
However, within its limits it is functional and may be useful to you.
The publishing to WFS currently has the following known limitations:
- Non-fatal errors during the transformation or the GML
encoding are ignored, the features published thus may be incomplete
or missing specific information - please note the corresponding
messages in the transformation and export reports. There is no
automatic recovery, features may have to be deleted manually if they
are not desired to be published.
hale製tudio behaves like this because both transformation and GML
export aim to provide you a result even if there are small errors or
inconsistencies.
- hale製tudio will not check the WFS Capabilities if the WFS
supports any of the provided GML feature types.
Target location for the WFS-T export is the POST URL for the
WFS Transaction operation. The hale製tudio user interface provides a helper to
determine that URL from the WFS capabilities.