[Simplify]
Title = Simplifies polygons geometries.
Abstract = This service shall return a feature collection representing all simplified geometries with all their vertices within the distance of the original geometry defined by the given tolerance.
Profile = urn:ogc:wps:1.0.0:buffer
processVersion = 2
storeSupported = true
statusSupported = true
serviceProvider = ogr_service.zo
serviceType = C
[InputPolygon]
Title = Polygon to be simplified
Abstract = URI to a set of GML that describes the polygon.
minOccurs = 1
maxOccurs = 1
mimeType = text/xml
encoding = UTF-8
schema = http://fooa/gml/3.1.0/polygon.xsd
asReference = true
mimeType = application/json
encoding = UTF-8
[Tolerance]
Title = Buffer Distance
Abstract = Distance tolerance for the simplification.
minOccurs = 0
maxOccurs = 1
DataType = float
uom = meters
value = 2
uom = feet
[Result]
Title = Simplified features
Abstract = GML stream describing the simplified features.
mimeType = text/xml
encoding = UTF-8
schema = http://fooa/gml/3.1.0/polygon.xsd
extension = xml
mimeType = application/json
encoding = UTF-8
extension = js