SAGA.shapes_points.5: Convert Lines to Points

Converts lines to points. Optionally inserts additional points in user-defined distances.

Inputs

Lines

format
href
Please set a value for LINES.

Insert Additional Points

boolean

Choose the method how to insert additional points.

string

Point insertion distance [map units].

number

Add point order as additional attribute.

boolean

Outputs

Points

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": "SAGA.shapes_points.5", "title": "Convert Lines to Points", "description": "Converts lines to points. Optionally inserts additional points in user-defined distances. ", "version": "1.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/SAGA.shapes_points.5/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/SAGA.shapes_points.5/execution.html"}], "inputs": {"LINES": {"title": "Lines", "description": "Lines", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/xml", "application/vnd.google-earth.kml+xml", "application/json"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/xml"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/vnd.google-earth.kml+xml"}, {"type": "object"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/xml"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/vnd.google-earth.kml+xml"}, {"type": "object"}]}, "id": "LINES"}, "ADD": {"title": "Insert Additional Points", "description": "Insert Additional Points", "schema": {"type": "boolean", "default": false, "enum": ["true", "false"], "nullable": true}, "id": "ADD"}, "METHOD_INSERT": {"title": "Insertion", "description": "Choose the method how to insert additional points.", "schema": {"type": "string", "default": "per line segment", "enum": ["per line segment", "per line", "from line center"], "nullable": true}, "id": "METHOD_INSERT"}, "DIST": {"title": "Insertion Distance", "description": "Point insertion distance [map units].", "schema": {"type": "number", "default": 1, "format": "double", "nullable": true}, "id": "DIST"}, "ADD_POINT_ORDER": {"title": "Add Point Order", "description": "Add point order as additional attribute.", "schema": {"type": "boolean", "default": false, "enum": ["true", "false"], "nullable": true}, "id": "ADD_POINT_ORDER"}}, "outputs": {"POINTS": {"title": "Points", "description": "Points", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/xml", "application/vnd.google-earth.kml+xml", "application/json"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/xml"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/vnd.google-earth.kml+xml"}, {"type": "object"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/xml"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/vnd.google-earth.kml+xml"}, {"type": "object"}]}, "id": "POINTS"}}}

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