[Buffer] Title = Create a buffer around a polygon. Abstract = This service shall return a feature collection representing the buffer of geometry InputPolygon at distance BufferDistance. The buffer of a geometry at distance d is the Polygon or MultiPolygon which contains all points within a distance d of the geometry. Profile = urn:ogc:wps:1.0.0:buffer processVersion = 2 storeSupported = true statusSupported = true serviceProvider = ogr_service.zo serviceType = C title = Demo [InputPolygon] Title = Polygon to be buffered Abstract = URI to a set of GML that describes the polygon. minOccurs = 1 maxOccurs = 1 title = Mon test mimeType = text/xml encoding = UTF-8 schema = http://fooa/gml/3.1.0/polygon.xsd asReference = true mimeType = application/json encoding = UTF-8 [BufferDistance] Title = Buffer Distance Abstract = Distance to be used to calculate buffer. minOccurs = 0 maxOccurs = 1 DataType = float uom = meters value = 10 uom = feet [Result] Title = Buffered Polygon Abstract = GML stream describing the buffered polygon feature. title = Mon test 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