Simplify: Simplifies polygons geometries.

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.

Inputs

URI to a set of GML that describes the polygon.

format
href
Please set a value for InputPolygon.

Distance tolerance for the simplification.

number

Outputs

GML stream describing the simplified features.

format
transmission

Execution options

successUri
inProgressUri
failedUri

format

mode

Execute End Point

View the execution endpoint of a process.

View the alternative version in HTML.

{"id": "Simplify", "title": "Simplifies polygons geometries. ", "description": "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.", "version": "2.0.0", "jobControlOptions": ["sync-execute", "async-execute", "dismiss"], "outputTransmission": ["value", "reference"], "links": [{"rel": "http://www.opengis.net/def/rel/ogc/1.0/execute", "type": "application/json", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/Simplify/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/Simplify/execution.html"}], "inputs": {"InputPolygon": {"title": "Polygon to be simplified", "description": "URI to a set of GML that describes the polygon.", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/xml", "application/json"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "UTF-8", "contentMediaType": "text/xml", "contentSchema": "http://fooa/gml/3.1.0/polygon.xsd"}, {"type": "object"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "UTF-8", "contentMediaType": "text/xml", "contentSchema": "http://fooa/gml/3.1.0/polygon.xsd"}, {"type": "object"}]}, "id": "InputPolygon"}, "Tolerance": {"title": "Buffer Distance", "description": "Distance tolerance for the simplification.", "schema": {"type": "number", "default": 2, "format": "double", "nullable": true}, "id": "Tolerance"}}, "outputs": {"Result": {"title": "Simplified features", "description": "GML stream describing the simplified features.", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/xml", "application/json"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "UTF-8", "contentMediaType": "text/xml", "contentSchema": "http://fooa/gml/3.1.0/polygon.xsd"}, {"type": "object"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "UTF-8", "contentMediaType": "text/xml", "contentSchema": "http://fooa/gml/3.1.0/polygon.xsd"}, {"type": "object"}]}, "id": "Result"}}}

http://demo.mapmint.com/ogc-apihttp://localhost/ogc-api/processes/Simplify.html
Last modified: Sat Feb 19 15:43:34 CET 2022