org.opengis.cite.iso19142.transaction.UpdateInvalidFeatureProperty.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-wfs20 Show documentation
Show all versions of ets-wfs20 Show documentation
Checks WFS 2.0 implementations for conformance to ISO 19142:2010.
<?xml version="1.0" encoding="UTF-8"?> <wfs:Transaction version="2.0.0" service="WFS" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2"> <wfs:Update typeName="gml:AbstractFeature"> <wfs:Property> <wfs:ValueReference action="replace">gml:boundedBy</wfs:ValueReference> <wfs:Value> <Point xmlns="http://www.opengis.net/kml/2.2"> <coordinates>-123.1,49.25</coordinates> </Point> </wfs:Value> </wfs:Property> </wfs:Update> </wfs:Transaction>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy